Color spaces of #9099cc
RGB | 144 | 153 | 204 |
---|---|---|---|
HSL | 0.64 | 0.37 | 0.68 |
HSV | 231° | 29° | 80° |
CMYK | 0.29 | 0.25 | 0.00 0.20 |
XYZ | 33.7919 | 33.0714 | 61.7291 |
Yxy | 33.0714 | 0.2628 | 0.2572 |
Hunter Lab | 57.5077 | 4.2492 | -23.3868 |
CIE-Lab | 64.2187 | 8.4403 | -27.2206 |
#9099cc color RGB value is (144,153,204).
#9099cc hex color red value is 144, green value is 153 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9099cc hue: 0.64 , saturation: 0.37 and the lightness value of 9099cc is 0.68.
The process color (four color CMYK) of #9099cc color hex is 0.29, 0.25, 0.00, 0.20. Web safe color of #9099cc is #9999cc. Color #9099cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 10011001 | 11001100 |
Octal | 220 | 231 | 314 |
Decimal | 144 | 153 | 204 |
Hex | 90 | 99 | CC |
Shades of #9099cc
Tints of #9099cc
RGB Percentages of Color #9099cc
CMYK Percentages of Color #9099cc
Complementary Color
#9099cc | #ccc390 |
#9099cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9099cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#9099cc Color CSS Codes
.mybgcolor {background-color:#9099cc; } .myforecolor {color:#9099cc; } .mybordercolor {border:3px solid #9099cc; }
#9099cc Text Font Color
<p style="color:#9099cc">Text here</p>
This sample text font color is #9099cc
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.
#9099cc Background Color
<div style="background-color:#9099cc">
Div content here</div>
This div background color is #9099cc
#9099cc Border Color
<div style="border:3px solid #9099cc">
Div here</div>
This div border color is #9099cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,153,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9099cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9099cc; -webkit-box-shadow: 1px 1px 3px 2px #9099cc; box-shadow: 1px 1px 3px 2px #9099cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,153,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9099cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9099cc; -webkit-box-shadow: 1px 1px 3px 2px #9099cc; box-shadow: 1px 1px 3px 2px #9099cc;">
Div content here</div>
This div box has shadow with color #9099cc
Comments
No comments written yet.
Please login to write comment.