Color spaces of #918bbc
RGB | 145 | 139 | 188 |
---|---|---|---|
HSL | 0.69 | 0.27 | 0.64 |
HSV | 247° | 26° | 74° |
CMYK | 0.23 | 0.26 | 0.00 0.26 |
XYZ | 29.9868 | 28.1158 | 51.4234 |
Yxy | 28.1158 | 0.2738 | 0.2567 |
Hunter Lab | 53.0243 | 8.1543 | -20.3829 |
CIE-Lab | 59.9932 | 12.8256 | -24.7280 |
#918bbc color RGB value is (145,139,188).
#918bbc hex color red value is 145, green value is 139 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #918bbc hue: 0.69 , saturation: 0.27 and the lightness value of 918bbc is 0.64.
The process color (four color CMYK) of #918bbc color hex is 0.23, 0.26, 0.00, 0.26. Web safe color of #918bbc is #9999cc. Color #918bbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010001 | 10001011 | 10111100 |
Octal | 221 | 213 | 274 |
Decimal | 145 | 139 | 188 |
Hex | 91 | 8B | BC |
Shades of #918bbc
Tints of #918bbc
RGB Percentages of Color #918bbc
CMYK Percentages of Color #918bbc
Complementary Color
#918bbc | #b6bc8b |
#918bbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#918bbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#918bbc Color CSS Codes
.mybgcolor {background-color:#918bbc; } .myforecolor {color:#918bbc; } .mybordercolor {border:3px solid #918bbc; }
#918bbc Text Font Color
<p style="color:#918bbc">Text here</p>
This sample text font color is #918bbc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#918bbc Background Color
<div style="background-color:#918bbc">
Div content here</div>
This div background color is #918bbc
#918bbc Border Color
<div style="border:3px solid #918bbc">
Div here</div>
This div border color is #918bbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(145,139,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #918bbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #918bbc; -webkit-box-shadow: 1px 1px 3px 2px #918bbc; box-shadow: 1px 1px 3px 2px #918bbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(145,139,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #918bbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #918bbc; -webkit-box-shadow: 1px 1px 3px 2px #918bbc; box-shadow: 1px 1px 3px 2px #918bbc;">
Div content here</div>
This div box has shadow with color #918bbc
Comments
No comments written yet.
Please login to write comment.