Shades of Santas Grey #9895A9
Tints of Santas Grey #9895A9
RGB
CMYK
RGB Variations
Color information
#9895A9 (or 0x9895A9) is known color: Santas Grey. HEX triplet: 98, 95 and A9. RGB value is (152,149,169). Sum of RGB (Red+Green+Blue) = 152+149+169=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 169 (66.41% from 255 or 35.96% from 470); Max value from RGB is 169 - color contains mainly: blue. Hex color #9895A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9895A9 is #676A56. Grayscale: #989898. Windows color (decimal): -6777431 or 11113880. OLE color: 11113880.
HSL color Cylindrical-coordinate representation of color #9895A9: hue angle of 249º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9895A9 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 152 | 149 | 169 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.34 |
| HSL | 249º | 0.1% | 0.62% | - |
| HSV(B) | 249º | 0.12% | 0.66% | - |
| XYZ | 30.86 | 31.03 | 41.9 | - |
| YUV | 152.18 | 137.49 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 149 | 169 | 0.10 | 0.12 | 0 | 0.34 | 249 | 0.1 | 0.62 |
| Hex | 98 | 95 | A9 | A | C | 0 | 22 | F9 | A | 3E |
| Octal | 230 | 225 | 251 | 12 | 14 | 0 | 42 | 371 | 12 | 76 |
| Binary | 10011000 | 10010101 | 10101001 | 1010 | 1100 | 0 | 100010 | 11111001 | 1010 | 111110 |
Color Harmonies of #9895A9
Complementary color
Monochromatic Colors of #9895A9
Black with #9895A9
Text Example
Text Example
White with #9895A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9895A9; }
p { color: rgb(152,149,169); }
H1.HeaderClassName
{
color: #9895A9;
}
.AnyTagClassName
{
color: #9895A9;
}
</style>
background-color css
<style>
a { background-color: #9895A9; }
a { background-color: rgb(152,149,169); }
div.DivClassName
{
background-color: #9895A9;
}
.BgClassName
{
background-color: #9895A9;
}
</style>
border-color css
<style>
span { border-color: #9895A9; }
span { border-color: rgb(152,149,169); }
td.TdClassName
{
border-color: #9895A9;
}
.TagClassName
{
border-color: #9895A9;
}
</style>