Shades of Santas Grey #9597AC
Tints of Santas Grey #9597AC
RGB
CMYK
RGB Variations
Color information
#9597AC (or 0x9597AC) is known color: Santas Grey. HEX triplet: 95, 97 and AC. RGB value is (149,151,172). Sum of RGB (Red+Green+Blue) = 149+151+172=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 172 - color contains mainly: blue. Hex color #9597AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9597AC is #6A6853. Grayscale: #989898. Windows color (decimal): -6973524 or 11310997. OLE color: 11310997.
HSL color Cylindrical-coordinate representation of color #9597AC: hue angle of 234.78º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9597AC is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 151 | 172 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.33 |
| HSL | 234.78º | 0.12% | 0.63% | - |
| HSV(B) | 234.78º | 0.13% | 0.67% | - |
| XYZ | 30.91 | 31.5 | 43.48 | - |
| YUV | 152.8 | 138.84 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 151 | 172 | 0.13 | 0.12 | 0 | 0.33 | 234.78 | 0.12 | 0.63 |
| Hex | 95 | 97 | AC | D | C | 0 | 21 | EB | C | 3F |
| Octal | 225 | 227 | 254 | 15 | 14 | 0 | 41 | 353 | 14 | 77 |
| Binary | 10010101 | 10010111 | 10101100 | 1101 | 1100 | 0 | 100001 | 11101011 | 1100 | 111111 |
Color Harmonies of #9597AC
Complementary color
Monochromatic Colors of #9597AC
Black with #9597AC
Text Example
Text Example
White with #9597AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9597AC; }
p { color: rgb(149,151,172); }
H1.HeaderClassName
{
color: #9597AC;
}
.AnyTagClassName
{
color: #9597AC;
}
</style>
background-color css
<style>
a { background-color: #9597AC; }
a { background-color: rgb(149,151,172); }
div.DivClassName
{
background-color: #9597AC;
}
.BgClassName
{
background-color: #9597AC;
}
</style>
border-color css
<style>
span { border-color: #9597AC; }
span { border-color: rgb(149,151,172); }
td.TdClassName
{
border-color: #9597AC;
}
.TagClassName
{
border-color: #9597AC;
}
</style>