Shades of Santas Grey #9D9BA9
Tints of Santas Grey #9D9BA9
RGB
CMYK
RGB Variations
Color information
#9D9BA9 (or 0x9D9BA9) is known color: Santas Grey. HEX triplet: 9D, 9B and A9. RGB value is (157,155,169). Sum of RGB (Red+Green+Blue) = 157+155+169=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 169 (66.41% from 255 or 35.14% from 481); Max value from RGB is 169 - color contains mainly: blue. Hex color #9D9BA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9BA9 is #626456. Grayscale: #9D9D9D. Windows color (decimal): -6448215 or 11115421. OLE color: 11115421.
HSL color Cylindrical-coordinate representation of color #9D9BA9: hue angle of 248.57º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9D9BA9 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 157 | 155 | 169 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.34 |
| HSL | 248.57º | 0.08% | 0.64% | - |
| HSV(B) | 248.57º | 0.08% | 0.66% | - |
| XYZ | 32.79 | 33.48 | 42.27 | - |
| YUV | 157.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 155 | 169 | 0.07 | 0.08 | 0 | 0.34 | 248.57 | 0.08 | 0.64 |
| Hex | 9D | 9B | A9 | 7 | 8 | 0 | 22 | F9 | 8 | 40 |
| Octal | 235 | 233 | 251 | 7 | 10 | 0 | 42 | 371 | 10 | 100 |
| Binary | 10011101 | 10011011 | 10101001 | 111 | 1000 | 0 | 100010 | 11111001 | 1000 | 1000000 |
Color Harmonies of #9D9BA9
Complementary color
Monochromatic Colors of #9D9BA9
Black with #9D9BA9
Text Example
Text Example
White with #9D9BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9BA9; }
p { color: rgb(157,155,169); }
H1.HeaderClassName
{
color: #9D9BA9;
}
.AnyTagClassName
{
color: #9D9BA9;
}
</style>
background-color css
<style>
a { background-color: #9D9BA9; }
a { background-color: rgb(157,155,169); }
div.DivClassName
{
background-color: #9D9BA9;
}
.BgClassName
{
background-color: #9D9BA9;
}
</style>
border-color css
<style>
span { border-color: #9D9BA9; }
span { border-color: rgb(157,155,169); }
td.TdClassName
{
border-color: #9D9BA9;
}
.TagClassName
{
border-color: #9D9BA9;
}
</style>