Shades of Santas Grey #9D99AA
Tints of Santas Grey #9D99AA
RGB
CMYK
RGB Variations
Color information
#9D99AA (or 0x9D99AA) is known color: Santas Grey. HEX triplet: 9D, 99 and AA. RGB value is (157,153,170). Sum of RGB (Red+Green+Blue) = 157+153+170=480 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.71% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D99AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D99AA is #626655. Grayscale: #9C9C9C. Windows color (decimal): -6448726 or 11180445. OLE color: 11180445.
HSL color Cylindrical-coordinate representation of color #9D99AA: hue angle of 254.12º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9D99AA is Cyan = 0.08, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 153 | 170 | - |
| CMYK | 0.08 | 0.1 | 0 | 0.33 |
| HSL | 254.12º | 0.09% | 0.63% | - |
| HSV(B) | 254.12º | 0.1% | 0.67% | - |
| XYZ | 32.55 | 32.85 | 42.66 | - |
| YUV | 156.13 | 135.83 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 153 | 170 | 0.08 | 0.1 | 0 | 0.33 | 254.12 | 0.09 | 0.63 |
| Hex | 9D | 99 | AA | 8 | A | 0 | 21 | FE | 9 | 3F |
| Octal | 235 | 231 | 252 | 10 | 12 | 0 | 41 | 376 | 11 | 77 |
| Binary | 10011101 | 10011001 | 10101010 | 1000 | 1010 | 0 | 100001 | 11111110 | 1001 | 111111 |
Color Harmonies of #9D99AA
Complementary color
Monochromatic Colors of #9D99AA
Black with #9D99AA
Text Example
Text Example
White with #9D99AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D99AA; }
p { color: rgb(157,153,170); }
H1.HeaderClassName
{
color: #9D99AA;
}
.AnyTagClassName
{
color: #9D99AA;
}
</style>
background-color css
<style>
a { background-color: #9D99AA; }
a { background-color: rgb(157,153,170); }
div.DivClassName
{
background-color: #9D99AA;
}
.BgClassName
{
background-color: #9D99AA;
}
</style>
border-color css
<style>
span { border-color: #9D99AA; }
span { border-color: rgb(157,153,170); }
td.TdClassName
{
border-color: #9D99AA;
}
.TagClassName
{
border-color: #9D99AA;
}
</style>