Shades of Santas Grey #9A99A7
Tints of Santas Grey #9A99A7
RGB
CMYK
RGB Variations
Color information
#9A99A7 (or 0x9A99A7) is known color: Santas Grey. HEX triplet: 9A, 99 and A7. RGB value is (154,153,167). Sum of RGB (Red+Green+Blue) = 154+153+167=474 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.49% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 167 (65.62% from 255 or 35.23% from 474); Max value from RGB is 167 - color contains mainly: blue. Hex color #9A99A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A99A7 is #656658. Grayscale: #9A9A9A. Windows color (decimal): -6645337 or 10983834. OLE color: 10983834.
HSL color Cylindrical-coordinate representation of color #9A99A7: hue angle of 244.29º 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 #9A99A7 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 153 | 167 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.35 |
| HSL | 244.29º | 0.07% | 0.63% | - |
| HSV(B) | 244.29º | 0.08% | 0.65% | - |
| XYZ | 31.69 | 32.44 | 41.15 | - |
| YUV | 154.9 | 134.83 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 153 | 167 | 0.08 | 0.08 | 0 | 0.35 | 244.29 | 0.07 | 0.63 |
| Hex | 9A | 99 | A7 | 8 | 8 | 0 | 23 | F4 | 7 | 3F |
| Octal | 232 | 231 | 247 | 10 | 10 | 0 | 43 | 364 | 7 | 77 |
| Binary | 10011010 | 10011001 | 10100111 | 1000 | 1000 | 0 | 100011 | 11110100 | 111 | 111111 |
Color Harmonies of #9A99A7
Complementary color
Monochromatic Colors of #9A99A7
Black with #9A99A7
Text Example
Text Example
White with #9A99A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A99A7; }
p { color: rgb(154,153,167); }
H1.HeaderClassName
{
color: #9A99A7;
}
.AnyTagClassName
{
color: #9A99A7;
}
</style>
background-color css
<style>
a { background-color: #9A99A7; }
a { background-color: rgb(154,153,167); }
div.DivClassName
{
background-color: #9A99A7;
}
.BgClassName
{
background-color: #9A99A7;
}
</style>
border-color css
<style>
span { border-color: #9A99A7; }
span { border-color: rgb(154,153,167); }
td.TdClassName
{
border-color: #9A99A7;
}
.TagClassName
{
border-color: #9A99A7;
}
</style>