Shades of Santas Grey #9D9BA6
Tints of Santas Grey #9D9BA6
RGB
CMYK
RGB Variations
Color information
#9D9BA6 (or 0x9D9BA6) is known color: Santas Grey. HEX triplet: 9D, 9B and A6. RGB value is (157,155,166). Sum of RGB (Red+Green+Blue) = 157+155+166=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 166 (65.23% from 255 or 34.73% from 478); Max value from RGB is 166 - color contains mainly: blue. Hex color #9D9BA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9BA6 is #626459. Grayscale: #9C9C9C. Windows color (decimal): -6448218 or 10918813. OLE color: 10918813.
HSL color Cylindrical-coordinate representation of color #9D9BA6: hue angle of 250.91º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9D9BA6 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 155 | 166 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.35 |
| HSL | 250.91º | 0.06% | 0.63% | - |
| HSV(B) | 250.91º | 0.07% | 0.65% | - |
| XYZ | 32.51 | 33.36 | 40.8 | - |
| YUV | 156.85 | 133.16 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 155 | 166 | 0.05 | 0.07 | 0 | 0.35 | 250.91 | 0.06 | 0.63 |
| Hex | 9D | 9B | A6 | 5 | 7 | 0 | 23 | FB | 6 | 3F |
| Octal | 235 | 233 | 246 | 5 | 7 | 0 | 43 | 373 | 6 | 77 |
| Binary | 10011101 | 10011011 | 10100110 | 101 | 111 | 0 | 100011 | 11111011 | 110 | 111111 |
Color Harmonies of #9D9BA6
Complementary color
Monochromatic Colors of #9D9BA6
Black with #9D9BA6
Text Example
Text Example
White with #9D9BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9BA6; }
p { color: rgb(157,155,166); }
H1.HeaderClassName
{
color: #9D9BA6;
}
.AnyTagClassName
{
color: #9D9BA6;
}
</style>
background-color css
<style>
a { background-color: #9D9BA6; }
a { background-color: rgb(157,155,166); }
div.DivClassName
{
background-color: #9D9BA6;
}
.BgClassName
{
background-color: #9D9BA6;
}
</style>
border-color css
<style>
span { border-color: #9D9BA6; }
span { border-color: rgb(157,155,166); }
td.TdClassName
{
border-color: #9D9BA6;
}
.TagClassName
{
border-color: #9D9BA6;
}
</style>