Shades of Santas Grey #9795AA
Tints of Santas Grey #9795AA
RGB
CMYK
RGB Variations
Color information
#9795AA (or 0x9795AA) is known color: Santas Grey. HEX triplet: 97, 95 and AA. RGB value is (151,149,170). Sum of RGB (Red+Green+Blue) = 151+149+170=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 170 - color contains mainly: blue. Hex color #9795AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9795AA is #686A55. Grayscale: #979797. Windows color (decimal): -6842966 or 11179415. OLE color: 11179415.
HSL color Cylindrical-coordinate representation of color #9795AA: hue angle of 245.71º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9795AA is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 149 | 170 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.33 |
| HSL | 245.71º | 0.11% | 0.63% | - |
| HSV(B) | 245.71º | 0.12% | 0.67% | - |
| XYZ | 30.77 | 30.98 | 42.39 | - |
| YUV | 151.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 149 | 170 | 0.11 | 0.12 | 0 | 0.33 | 245.71 | 0.11 | 0.63 |
| Hex | 97 | 95 | AA | B | C | 0 | 21 | F6 | B | 3F |
| Octal | 227 | 225 | 252 | 13 | 14 | 0 | 41 | 366 | 13 | 77 |
| Binary | 10010111 | 10010101 | 10101010 | 1011 | 1100 | 0 | 100001 | 11110110 | 1011 | 111111 |
Color Harmonies of #9795AA
Complementary color
Monochromatic Colors of #9795AA
Black with #9795AA
Text Example
Text Example
White with #9795AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9795AA; }
p { color: rgb(151,149,170); }
H1.HeaderClassName
{
color: #9795AA;
}
.AnyTagClassName
{
color: #9795AA;
}
</style>
background-color css
<style>
a { background-color: #9795AA; }
a { background-color: rgb(151,149,170); }
div.DivClassName
{
background-color: #9795AA;
}
.BgClassName
{
background-color: #9795AA;
}
</style>
border-color css
<style>
span { border-color: #9795AA; }
span { border-color: rgb(151,149,170); }
td.TdClassName
{
border-color: #9795AA;
}
.TagClassName
{
border-color: #9795AA;
}
</style>