Shades of Santas Grey #9893AB
Tints of Santas Grey #9893AB
RGB
CMYK
RGB Variations
Color information
#9893AB (or 0x9893AB) is known color: Santas Grey. HEX triplet: 98, 93 and AB. RGB value is (152,147,171). Sum of RGB (Red+Green+Blue) = 152+147+171=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 171 - color contains mainly: blue. Hex color #9893AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9893AB is #676C54. Grayscale: #979797. Windows color (decimal): -6777941 or 11244440. OLE color: 11244440.
HSL color Cylindrical-coordinate representation of color #9893AB: hue angle of 252.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9893AB is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 147 | 171 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.33 |
| HSL | 252.5º | 0.13% | 0.62% | - |
| HSV(B) | 252.5º | 0.14% | 0.67% | - |
| XYZ | 30.73 | 30.48 | 42.79 | - |
| YUV | 151.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 147 | 171 | 0.11 | 0.14 | 0 | 0.33 | 252.5 | 0.13 | 0.62 |
| Hex | 98 | 93 | AB | B | E | 0 | 21 | FD | C | 3E |
| Octal | 230 | 223 | 253 | 13 | 16 | 0 | 41 | 375 | 14 | 76 |
| Binary | 10011000 | 10010011 | 10101011 | 1011 | 1110 | 0 | 100001 | 11111101 | 1100 | 111110 |
Color Harmonies of #9893AB
Complementary color
Monochromatic Colors of #9893AB
Black with #9893AB
Text Example
Text Example
White with #9893AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9893AB; }
p { color: rgb(152,147,171); }
H1.HeaderClassName
{
color: #9893AB;
}
.AnyTagClassName
{
color: #9893AB;
}
</style>
background-color css
<style>
a { background-color: #9893AB; }
a { background-color: rgb(152,147,171); }
div.DivClassName
{
background-color: #9893AB;
}
.BgClassName
{
background-color: #9893AB;
}
</style>
border-color css
<style>
span { border-color: #9893AB; }
span { border-color: rgb(152,147,171); }
td.TdClassName
{
border-color: #9893AB;
}
.TagClassName
{
border-color: #9893AB;
}
</style>