Shades of Santas Grey #9A98AC
Tints of Santas Grey #9A98AC
RGB
CMYK
RGB Variations
Color information
#9A98AC (or 0x9A98AC) is known color: Santas Grey. HEX triplet: 9A, 98 and AC. RGB value is (154,152,172). Sum of RGB (Red+Green+Blue) = 154+152+172=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A98AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A98AC is #656753. Grayscale: #9A9A9A. Windows color (decimal): -6645588 or 11311258. OLE color: 11311258.
HSL color Cylindrical-coordinate representation of color #9A98AC: hue angle of 246º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9A98AC is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 152 | 172 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.33 |
| HSL | 246º | 0.11% | 0.64% | - |
| HSV(B) | 246º | 0.12% | 0.67% | - |
| XYZ | 32 | 32.31 | 43.58 | - |
| YUV | 154.88 | 137.66 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 152 | 172 | 0.10 | 0.12 | 0 | 0.33 | 246 | 0.11 | 0.64 |
| Hex | 9A | 98 | AC | A | C | 0 | 21 | F6 | B | 40 |
| Octal | 232 | 230 | 254 | 12 | 14 | 0 | 41 | 366 | 13 | 100 |
| Binary | 10011010 | 10011000 | 10101100 | 1010 | 1100 | 0 | 100001 | 11110110 | 1011 | 1000000 |
Color Harmonies of #9A98AC
Complementary color
Monochromatic Colors of #9A98AC
Black with #9A98AC
Text Example
Text Example
White with #9A98AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A98AC; }
p { color: rgb(154,152,172); }
H1.HeaderClassName
{
color: #9A98AC;
}
.AnyTagClassName
{
color: #9A98AC;
}
</style>
background-color css
<style>
a { background-color: #9A98AC; }
a { background-color: rgb(154,152,172); }
div.DivClassName
{
background-color: #9A98AC;
}
.BgClassName
{
background-color: #9A98AC;
}
</style>
border-color css
<style>
span { border-color: #9A98AC; }
span { border-color: rgb(154,152,172); }
td.TdClassName
{
border-color: #9A98AC;
}
.TagClassName
{
border-color: #9A98AC;
}
</style>