Shades of Santas Grey #9D9DA9
Tints of Santas Grey #9D9DA9
RGB
CMYK
RGB Variations
Color information
#9D9DA9 (or 0x9D9DA9) is known color: Santas Grey. HEX triplet: 9D, 9D and A9. RGB value is (157,157,169). Sum of RGB (Red+Green+Blue) = 157+157+169=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 169 - color contains mainly: blue. Hex color #9D9DA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9DA9 is #626256. Grayscale: #9E9E9E. Windows color (decimal): -6447703 or 11115933. OLE color: 11115933.
HSL color Cylindrical-coordinate representation of color #9D9DA9: hue angle of 240º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9D9DA9 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
RGB | 157 | 157 | 169 | - |
CMYK | 0.07 | 0.07 | 0 | 0.34 |
HSL | 240º | 0.07% | 0.64% | - |
HSV(B) | 240º | 0.07% | 0.66% | - |
XYZ | 33.12 | 34.15 | 42.38 | - |
YUV | 158.37 | 134 | 127.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 157 | 169 | 0.07 | 0.07 | 0 | 0.34 | 240 | 0.07 | 0.64 |
Hex | 9D | 9D | A9 | 7 | 7 | 0 | 22 | F0 | 7 | 40 |
Octal | 235 | 235 | 251 | 7 | 7 | 0 | 42 | 360 | 7 | 100 |
Binary | 10011101 | 10011101 | 10101001 | 111 | 111 | 0 | 100010 | 11110000 | 111 | 1000000 |
Color Harmonies of #9D9DA9
Complementary color
Monochromatic Colors of #9D9DA9
Black with #9D9DA9
Text Example
Text Example
White with #9D9DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9DA9; }
p { color: rgb(157,157,169); }
H1.HeaderClassName
{
color: #9D9DA9;
}
.AnyTagClassName
{
color: #9D9DA9;
}
</style>
background-color css
<style>
a { background-color: #9D9DA9; }
a { background-color: rgb(157,157,169); }
div.DivClassName
{
background-color: #9D9DA9;
}
.BgClassName
{
background-color: #9D9DA9;
}
</style>
border-color css
<style>
span { border-color: #9D9DA9; }
span { border-color: rgb(157,157,169); }
td.TdClassName
{
border-color: #9D9DA9;
}
.TagClassName
{
border-color: #9D9DA9;
}
</style>