Shades of Grey Chateau #999FA8
Tints of Grey Chateau #999FA8
RGB
CMYK
RGB Variations
Color information
#999FA8 (or 0x999FA8) is known color: Grey Chateau. HEX triplet: 99, 9F and A8. RGB value is (153,159,168). Sum of RGB (Red+Green+Blue) = 153+159+168=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 168 - color contains mainly: blue. Hex color #999FA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999FA8 is #666057. Grayscale: #9E9E9E. Windows color (decimal): -6709336 or 11050905. OLE color: 11050905.
HSL color Cylindrical-coordinate representation of color #999FA8: hue angle of 216º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #999FA8 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 159 | 168 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.34 |
| HSL | 216º | 0.08% | 0.63% | - |
| HSV(B) | 216º | 0.09% | 0.66% | - |
| XYZ | 32.6 | 34.4 | 41.97 | - |
| YUV | 158.23 | 133.51 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 159 | 168 | 0.09 | 0.05 | 0 | 0.34 | 216 | 0.08 | 0.63 |
| Hex | 99 | 9F | A8 | 9 | 5 | 0 | 22 | D8 | 8 | 3F |
| Octal | 231 | 237 | 250 | 11 | 5 | 0 | 42 | 330 | 10 | 77 |
| Binary | 10011001 | 10011111 | 10101000 | 1001 | 101 | 0 | 100010 | 11011000 | 1000 | 111111 |
Color Harmonies of #999FA8
Complementary color
Monochromatic Colors of #999FA8
Black with #999FA8
Text Example
Text Example
White with #999FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999FA8; }
p { color: rgb(153,159,168); }
H1.HeaderClassName
{
color: #999FA8;
}
.AnyTagClassName
{
color: #999FA8;
}
</style>
background-color css
<style>
a { background-color: #999FA8; }
a { background-color: rgb(153,159,168); }
div.DivClassName
{
background-color: #999FA8;
}
.BgClassName
{
background-color: #999FA8;
}
</style>
border-color css
<style>
span { border-color: #999FA8; }
span { border-color: rgb(153,159,168); }
td.TdClassName
{
border-color: #999FA8;
}
.TagClassName
{
border-color: #999FA8;
}
</style>