Shades of Grey Suit #978EAA
Tints of Grey Suit #978EAA
RGB
CMYK
RGB Variations
Color information
#978EAA (or 0x978EAA) is known color: Grey Suit. HEX triplet: 97, 8E and AA. RGB value is (151,142,170). Sum of RGB (Red+Green+Blue) = 151+142+170=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 170 - color contains mainly: blue. Hex color #978EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978EAA is #687155. Grayscale: #939393. Windows color (decimal): -6844758 or 11177623. OLE color: 11177623.
HSL color Cylindrical-coordinate representation of color #978EAA: hue angle of 259.29º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #978EAA is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 142 | 170 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.33 |
| HSL | 259.29º | 0.14% | 0.61% | - |
| HSV(B) | 259.29º | 0.16% | 0.67% | - |
| XYZ | 29.69 | 28.83 | 42.03 | - |
| YUV | 147.88 | 140.48 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 142 | 170 | 0.11 | 0.16 | 0 | 0.33 | 259.29 | 0.14 | 0.61 |
| Hex | 97 | 8E | AA | B | 10 | 0 | 21 | 103 | E | 3D |
| Octal | 227 | 216 | 252 | 13 | 20 | 0 | 41 | 403 | 16 | 75 |
| Binary | 10010111 | 10001110 | 10101010 | 1011 | 10000 | 0 | 100001 | 100000011 | 1110 | 111101 |
Color Harmonies of #978EAA
Complementary color
Monochromatic Colors of #978EAA
Black with #978EAA
Text Example
Text Example
White with #978EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978EAA; }
p { color: rgb(151,142,170); }
H1.HeaderClassName
{
color: #978EAA;
}
.AnyTagClassName
{
color: #978EAA;
}
</style>
background-color css
<style>
a { background-color: #978EAA; }
a { background-color: rgb(151,142,170); }
div.DivClassName
{
background-color: #978EAA;
}
.BgClassName
{
background-color: #978EAA;
}
</style>
border-color css
<style>
span { border-color: #978EAA; }
span { border-color: rgb(151,142,170); }
td.TdClassName
{
border-color: #978EAA;
}
.TagClassName
{
border-color: #978EAA;
}
</style>