Shades of Santas Grey #999BA8
Tints of Santas Grey #999BA8
RGB
CMYK
RGB Variations
Color information
#999BA8 (or 0x999BA8) is known color: Santas Grey. HEX triplet: 99, 9B and A8. RGB value is (153,155,168). Sum of RGB (Red+Green+Blue) = 153+155+168=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 168 - color contains mainly: blue. Hex color #999BA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999BA8 is #666457. Grayscale: #9B9B9B. Windows color (decimal): -6710360 or 11049881. OLE color: 11049881.
HSL color Cylindrical-coordinate representation of color #999BA8: hue angle of 232º 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 #999BA8 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 155 | 168 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.34 |
| HSL | 232º | 0.08% | 0.63% | - |
| HSV(B) | 232º | 0.09% | 0.66% | - |
| XYZ | 31.93 | 33.04 | 41.74 | - |
| YUV | 155.88 | 134.84 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 168 | 0.09 | 0.08 | 0 | 0.34 | 232 | 0.08 | 0.63 |
| Hex | 99 | 9B | A8 | 9 | 8 | 0 | 22 | E8 | 8 | 3F |
| Octal | 231 | 233 | 250 | 11 | 10 | 0 | 42 | 350 | 10 | 77 |
| Binary | 10011001 | 10011011 | 10101000 | 1001 | 1000 | 0 | 100010 | 11101000 | 1000 | 111111 |
Color Harmonies of #999BA8
Complementary color
Monochromatic Colors of #999BA8
Black with #999BA8
Text Example
Text Example
White with #999BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999BA8; }
p { color: rgb(153,155,168); }
H1.HeaderClassName
{
color: #999BA8;
}
.AnyTagClassName
{
color: #999BA8;
}
</style>
background-color css
<style>
a { background-color: #999BA8; }
a { background-color: rgb(153,155,168); }
div.DivClassName
{
background-color: #999BA8;
}
.BgClassName
{
background-color: #999BA8;
}
</style>
border-color css
<style>
span { border-color: #999BA8; }
span { border-color: rgb(153,155,168); }
td.TdClassName
{
border-color: #999BA8;
}
.TagClassName
{
border-color: #999BA8;
}
</style>