Shades of Santas Grey #9895AB
Tints of Santas Grey #9895AB
RGB
CMYK
RGB Variations
Color information
#9895AB (or 0x9895AB) is known color: Santas Grey. HEX triplet: 98, 95 and AB. RGB value is (152,149,171). Sum of RGB (Red+Green+Blue) = 152+149+171=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 171 - color contains mainly: blue. Hex color #9895AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9895AB is #676A54. Grayscale: #989898. Windows color (decimal): -6777429 or 11244952. OLE color: 11244952.
HSL color Cylindrical-coordinate representation of color #9895AB: hue angle of 248.18º 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 #9895AB is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 149 | 171 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.33 |
| HSL | 248.18º | 0.12% | 0.63% | - |
| HSV(B) | 248.18º | 0.13% | 0.67% | - |
| XYZ | 31.05 | 31.11 | 42.9 | - |
| YUV | 152.41 | 138.49 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 149 | 171 | 0.11 | 0.13 | 0 | 0.33 | 248.18 | 0.12 | 0.63 |
| Hex | 98 | 95 | AB | B | D | 0 | 21 | F8 | C | 3F |
| Octal | 230 | 225 | 253 | 13 | 15 | 0 | 41 | 370 | 14 | 77 |
| Binary | 10011000 | 10010101 | 10101011 | 1011 | 1101 | 0 | 100001 | 11111000 | 1100 | 111111 |
Color Harmonies of #9895AB
Complementary color
Monochromatic Colors of #9895AB
Black with #9895AB
Text Example
Text Example
White with #9895AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9895AB; }
p { color: rgb(152,149,171); }
H1.HeaderClassName
{
color: #9895AB;
}
.AnyTagClassName
{
color: #9895AB;
}
</style>
background-color css
<style>
a { background-color: #9895AB; }
a { background-color: rgb(152,149,171); }
div.DivClassName
{
background-color: #9895AB;
}
.BgClassName
{
background-color: #9895AB;
}
</style>
border-color css
<style>
span { border-color: #9895AB; }
span { border-color: rgb(152,149,171); }
td.TdClassName
{
border-color: #9895AB;
}
.TagClassName
{
border-color: #9895AB;
}
</style>