Shades of Santas Grey #9A98AD
Tints of Santas Grey #9A98AD
RGB
CMYK
RGB Variations
Color information
#9A98AD (or 0x9A98AD) is known color: Santas Grey. HEX triplet: 9A, 98 and AD. RGB value is (154,152,173). Sum of RGB (Red+Green+Blue) = 154+152+173=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A98AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A98AD is #656752. Grayscale: #9A9A9A. Windows color (decimal): -6645587 or 11376794. OLE color: 11376794.
HSL color Cylindrical-coordinate representation of color #9A98AD: hue angle of 245.71º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9A98AD is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 152 | 173 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.32 |
| HSL | 245.71º | 0.11% | 0.64% | - |
| HSV(B) | 245.71º | 0.12% | 0.68% | - |
| XYZ | 32.1 | 32.34 | 44.09 | - |
| YUV | 154.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 152 | 173 | 0.11 | 0.12 | 0 | 0.32 | 245.71 | 0.11 | 0.64 |
| Hex | 9A | 98 | AD | B | C | 0 | 20 | F6 | B | 40 |
| Octal | 232 | 230 | 255 | 13 | 14 | 0 | 40 | 366 | 13 | 100 |
| Binary | 10011010 | 10011000 | 10101101 | 1011 | 1100 | 0 | 100000 | 11110110 | 1011 | 1000000 |
Color Harmonies of #9A98AD
Complementary color
Monochromatic Colors of #9A98AD
Black with #9A98AD
Text Example
Text Example
White with #9A98AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A98AD; }
p { color: rgb(154,152,173); }
H1.HeaderClassName
{
color: #9A98AD;
}
.AnyTagClassName
{
color: #9A98AD;
}
</style>
background-color css
<style>
a { background-color: #9A98AD; }
a { background-color: rgb(154,152,173); }
div.DivClassName
{
background-color: #9A98AD;
}
.BgClassName
{
background-color: #9A98AD;
}
</style>
border-color css
<style>
span { border-color: #9A98AD; }
span { border-color: rgb(154,152,173); }
td.TdClassName
{
border-color: #9A98AD;
}
.TagClassName
{
border-color: #9A98AD;
}
</style>