Color spaces of #899bdc
RGB | 137 | 155 | 220 |
---|---|---|---|
HSL | 0.63 | 0.54 | 0.70 |
HSV | 227° | 38° | 86° |
CMYK | 0.38 | 0.30 | 0.00 0.14 |
XYZ | 34.9561 | 33.9284 | 72.4166 |
Yxy | 33.9284 | 0.2474 | 0.2401 |
Hunter Lab | 58.2481 | 5.1880 | -32.9383 |
CIE-Lab | 64.9057 | 9.5009 | -35.0853 |
#899bdc color RGB value is (137,155,220).
#899bdc hex color red value is 137, green value is 155 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #899bdc hue: 0.63 , saturation: 0.54 and the lightness value of 899bdc is 0.70.
The process color (four color CMYK) of #899bdc color hex is 0.38, 0.30, 0.00, 0.14. Web safe color of #899bdc is #9999cc. Color #899bdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 10011011 | 11011100 |
Octal | 211 | 233 | 334 |
Decimal | 137 | 155 | 220 |
Hex | 89 | 9B | DC |
Shades of #899bdc
Tints of #899bdc
RGB Percentages of Color #899bdc
CMYK Percentages of Color #899bdc
Complementary Color
#899bdc | #dcca89 |
#899bdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#899bdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#899bdc Color CSS Codes
.mybgcolor {background-color:#899bdc; } .myforecolor {color:#899bdc; } .mybordercolor {border:3px solid #899bdc; }
#899bdc Text Font Color
<p style="color:#899bdc">Text here</p>
This sample text font color is #899bdc
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.
#899bdc Background Color
<div style="background-color:#899bdc">
Div content here</div>
This div background color is #899bdc
#899bdc Border Color
<div style="border:3px solid #899bdc">
Div here</div>
This div border color is #899bdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,155,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #899bdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #899bdc; -webkit-box-shadow: 1px 1px 3px 2px #899bdc; box-shadow: 1px 1px 3px 2px #899bdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,155,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #899bdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #899bdc; -webkit-box-shadow: 1px 1px 3px 2px #899bdc; box-shadow: 1px 1px 3px 2px #899bdc;">
Div content here</div>
This div box has shadow with color #899bdc
Comments
No comments written yet.
Please login to write comment.