Shades of Santas Grey #9893AD
Tints of Santas Grey #9893AD
RGB
CMYK
RGB Variations
Color information
#9893AD (or 0x9893AD) is known color: Santas Grey. HEX triplet: 98, 93 and AD. RGB value is (152,147,173). Sum of RGB (Red+Green+Blue) = 152+147+173=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 173 - color contains mainly: blue. Hex color #9893AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9893AD is #676C52. Grayscale: #979797. Windows color (decimal): -6777939 or 11375512. OLE color: 11375512.
HSL color Cylindrical-coordinate representation of color #9893AD: hue angle of 251.54º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9893AD is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 147 | 173 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.32 |
| HSL | 251.54º | 0.14% | 0.63% | - |
| HSV(B) | 251.54º | 0.15% | 0.68% | - |
| XYZ | 30.93 | 30.56 | 43.8 | - |
| YUV | 151.46 | 140.16 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 147 | 173 | 0.12 | 0.15 | 0 | 0.32 | 251.54 | 0.14 | 0.63 |
| Hex | 98 | 93 | AD | C | F | 0 | 20 | FC | E | 3F |
| Octal | 230 | 223 | 255 | 14 | 17 | 0 | 40 | 374 | 16 | 77 |
| Binary | 10011000 | 10010011 | 10101101 | 1100 | 1111 | 0 | 100000 | 11111100 | 1110 | 111111 |
Color Harmonies of #9893AD
Complementary color
Monochromatic Colors of #9893AD
Black with #9893AD
Text Example
Text Example
White with #9893AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9893AD; }
p { color: rgb(152,147,173); }
H1.HeaderClassName
{
color: #9893AD;
}
.AnyTagClassName
{
color: #9893AD;
}
</style>
background-color css
<style>
a { background-color: #9893AD; }
a { background-color: rgb(152,147,173); }
div.DivClassName
{
background-color: #9893AD;
}
.BgClassName
{
background-color: #9893AD;
}
</style>
border-color css
<style>
span { border-color: #9893AD; }
span { border-color: rgb(152,147,173); }
td.TdClassName
{
border-color: #9893AD;
}
.TagClassName
{
border-color: #9893AD;
}
</style>