Shades of Santas Grey #9D98A9
Tints of Santas Grey #9D98A9
RGB
CMYK
RGB Variations
Color information
#9D98A9 (or 0x9D98A9) is known color: Santas Grey. HEX triplet: 9D, 98 and A9. RGB value is (157,152,169). Sum of RGB (Red+Green+Blue) = 157+152+169=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 169 (66.41% from 255 or 35.36% from 478); Max value from RGB is 169 - color contains mainly: blue. Hex color #9D98A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D98A9 is #626756. Grayscale: #9B9B9B. Windows color (decimal): -6448983 or 11114653. OLE color: 11114653.
HSL color Cylindrical-coordinate representation of color #9D98A9: hue angle of 257.65º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9D98A9 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 157 | 152 | 169 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.34 |
| HSL | 257.65º | 0.09% | 0.63% | - |
| HSV(B) | 257.65º | 0.1% | 0.66% | - |
| XYZ | 32.29 | 32.49 | 42.11 | - |
| YUV | 155.43 | 135.66 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 152 | 169 | 0.07 | 0.10 | 0 | 0.34 | 257.65 | 0.09 | 0.63 |
| Hex | 9D | 98 | A9 | 7 | A | 0 | 22 | 102 | 9 | 3F |
| Octal | 235 | 230 | 251 | 7 | 12 | 0 | 42 | 402 | 11 | 77 |
| Binary | 10011101 | 10011000 | 10101001 | 111 | 1010 | 0 | 100010 | 100000010 | 1001 | 111111 |
Color Harmonies of #9D98A9
Complementary color
Monochromatic Colors of #9D98A9
Black with #9D98A9
Text Example
Text Example
White with #9D98A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D98A9; }
p { color: rgb(157,152,169); }
H1.HeaderClassName
{
color: #9D98A9;
}
.AnyTagClassName
{
color: #9D98A9;
}
</style>
background-color css
<style>
a { background-color: #9D98A9; }
a { background-color: rgb(157,152,169); }
div.DivClassName
{
background-color: #9D98A9;
}
.BgClassName
{
background-color: #9D98A9;
}
</style>
border-color css
<style>
span { border-color: #9D98A9; }
span { border-color: rgb(157,152,169); }
td.TdClassName
{
border-color: #9D98A9;
}
.TagClassName
{
border-color: #9D98A9;
}
</style>