Shades of Santas Grey #9C9BA8
Tints of Santas Grey #9C9BA8
RGB
CMYK
RGB Variations
Color information
#9C9BA8 (or 0x9C9BA8) is known color: Santas Grey. HEX triplet: 9C, 9B and A8. RGB value is (156,155,168). Sum of RGB (Red+Green+Blue) = 156+155+168=479 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.57% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 168 - color contains mainly: blue. Hex color #9C9BA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9BA8 is #636457. Grayscale: #9C9C9C. Windows color (decimal): -6513752 or 11049884. OLE color: 11049884.
HSL color Cylindrical-coordinate representation of color #9C9BA8: hue angle of 244.62º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9C9BA8 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 156 | 155 | 168 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.34 |
| HSL | 244.62º | 0.07% | 0.63% | - |
| HSV(B) | 244.62º | 0.08% | 0.66% | - |
| XYZ | 32.5 | 33.34 | 41.77 | - |
| YUV | 156.78 | 134.33 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 155 | 168 | 0.07 | 0.08 | 0 | 0.34 | 244.62 | 0.07 | 0.63 |
| Hex | 9C | 9B | A8 | 7 | 8 | 0 | 22 | F5 | 7 | 3F |
| Octal | 234 | 233 | 250 | 7 | 10 | 0 | 42 | 365 | 7 | 77 |
| Binary | 10011100 | 10011011 | 10101000 | 111 | 1000 | 0 | 100010 | 11110101 | 111 | 111111 |
Color Harmonies of #9C9BA8
Complementary color
Monochromatic Colors of #9C9BA8
Black with #9C9BA8
Text Example
Text Example
White with #9C9BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9BA8; }
p { color: rgb(156,155,168); }
H1.HeaderClassName
{
color: #9C9BA8;
}
.AnyTagClassName
{
color: #9C9BA8;
}
</style>
background-color css
<style>
a { background-color: #9C9BA8; }
a { background-color: rgb(156,155,168); }
div.DivClassName
{
background-color: #9C9BA8;
}
.BgClassName
{
background-color: #9C9BA8;
}
</style>
border-color css
<style>
span { border-color: #9C9BA8; }
span { border-color: rgb(156,155,168); }
td.TdClassName
{
border-color: #9C9BA8;
}
.TagClassName
{
border-color: #9C9BA8;
}
</style>