Shades of Santas Grey #9D99A9
Tints of Santas Grey #9D99A9
RGB
CMYK
RGB Variations
Color information
#9D99A9 (or 0x9D99A9) is known color: Santas Grey. HEX triplet: 9D, 99 and A9. RGB value is (157,153,169). Sum of RGB (Red+Green+Blue) = 157+153+169=479 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.78% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 169 (66.41% from 255 or 35.28% from 479); Max value from RGB is 169 - color contains mainly: blue. Hex color #9D99A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D99A9 is #626656. Grayscale: #9B9B9B. Windows color (decimal): -6448727 or 11114909. OLE color: 11114909.
HSL color Cylindrical-coordinate representation of color #9D99A9: hue angle of 255º degrees, saturation: 0.09, 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 #9D99A9 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 157 | 153 | 169 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.34 |
| HSL | 255º | 0.09% | 0.63% | - |
| HSV(B) | 255º | 0.09% | 0.66% | - |
| XYZ | 32.46 | 32.82 | 42.16 | - |
| YUV | 156.02 | 135.33 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 153 | 169 | 0.07 | 0.09 | 0 | 0.34 | 255 | 0.09 | 0.63 |
| Hex | 9D | 99 | A9 | 7 | 9 | 0 | 22 | FF | 9 | 3F |
| Octal | 235 | 231 | 251 | 7 | 11 | 0 | 42 | 377 | 11 | 77 |
| Binary | 10011101 | 10011001 | 10101001 | 111 | 1001 | 0 | 100010 | 11111111 | 1001 | 111111 |
Color Harmonies of #9D99A9
Complementary color
Monochromatic Colors of #9D99A9
Black with #9D99A9
Text Example
Text Example
White with #9D99A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D99A9; }
p { color: rgb(157,153,169); }
H1.HeaderClassName
{
color: #9D99A9;
}
.AnyTagClassName
{
color: #9D99A9;
}
</style>
background-color css
<style>
a { background-color: #9D99A9; }
a { background-color: rgb(157,153,169); }
div.DivClassName
{
background-color: #9D99A9;
}
.BgClassName
{
background-color: #9D99A9;
}
</style>
border-color css
<style>
span { border-color: #9D99A9; }
span { border-color: rgb(157,153,169); }
td.TdClassName
{
border-color: #9D99A9;
}
.TagClassName
{
border-color: #9D99A9;
}
</style>