Shades of Santas Grey #9C99A7
Tints of Santas Grey #9C99A7
RGB
CMYK
RGB Variations
Color information
#9C99A7 (or 0x9C99A7) is known color: Santas Grey. HEX triplet: 9C, 99 and A7. RGB value is (156,153,167). Sum of RGB (Red+Green+Blue) = 156+153+167=476 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.77% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 167 (65.62% from 255 or 35.08% from 476); Max value from RGB is 167 - color contains mainly: blue. Hex color #9C99A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C99A7 is #636658. Grayscale: #9B9B9B. Windows color (decimal): -6514265 or 10983836. OLE color: 10983836.
HSL color Cylindrical-coordinate representation of color #9C99A7: hue angle of 252.86º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9C99A7 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 153 | 167 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.35 |
| HSL | 252.86º | 0.07% | 0.63% | - |
| HSV(B) | 252.86º | 0.08% | 0.65% | - |
| XYZ | 32.08 | 32.64 | 41.17 | - |
| YUV | 155.49 | 134.49 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 153 | 167 | 0.07 | 0.08 | 0 | 0.35 | 252.86 | 0.07 | 0.63 |
| Hex | 9C | 99 | A7 | 7 | 8 | 0 | 23 | FD | 7 | 3F |
| Octal | 234 | 231 | 247 | 7 | 10 | 0 | 43 | 375 | 7 | 77 |
| Binary | 10011100 | 10011001 | 10100111 | 111 | 1000 | 0 | 100011 | 11111101 | 111 | 111111 |
Color Harmonies of #9C99A7
Complementary color
Monochromatic Colors of #9C99A7
Black with #9C99A7
Text Example
Text Example
White with #9C99A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C99A7; }
p { color: rgb(156,153,167); }
H1.HeaderClassName
{
color: #9C99A7;
}
.AnyTagClassName
{
color: #9C99A7;
}
</style>
background-color css
<style>
a { background-color: #9C99A7; }
a { background-color: rgb(156,153,167); }
div.DivClassName
{
background-color: #9C99A7;
}
.BgClassName
{
background-color: #9C99A7;
}
</style>
border-color css
<style>
span { border-color: #9C99A7; }
span { border-color: rgb(156,153,167); }
td.TdClassName
{
border-color: #9C99A7;
}
.TagClassName
{
border-color: #9C99A7;
}
</style>