Shades of Grey Suit #968EAA
Tints of Grey Suit #968EAA
RGB
CMYK
RGB Variations
Color information
#968EAA (or 0x968EAA) is known color: Grey Suit. HEX triplet: 96, 8E and AA. RGB value is (150,142,170). Sum of RGB (Red+Green+Blue) = 150+142+170=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 170 - color contains mainly: blue. Hex color #968EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968EAA is #697155. Grayscale: #939393. Windows color (decimal): -6910294 or 11177622. OLE color: 11177622.
HSL color Cylindrical-coordinate representation of color #968EAA: hue angle of 257.14º 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 #968EAA is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 142 | 170 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.33 |
| HSL | 257.14º | 0.14% | 0.61% | - |
| HSV(B) | 257.14º | 0.16% | 0.67% | - |
| XYZ | 29.51 | 28.73 | 42.02 | - |
| YUV | 147.58 | 140.65 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 170 | 0.12 | 0.16 | 0 | 0.33 | 257.14 | 0.14 | 0.61 |
| Hex | 96 | 8E | AA | C | 10 | 0 | 21 | 101 | E | 3D |
| Octal | 226 | 216 | 252 | 14 | 20 | 0 | 41 | 401 | 16 | 75 |
| Binary | 10010110 | 10001110 | 10101010 | 1100 | 10000 | 0 | 100001 | 100000001 | 1110 | 111101 |
Color Harmonies of #968EAA
Complementary color
Monochromatic Colors of #968EAA
Black with #968EAA
Text Example
Text Example
White with #968EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968EAA; }
p { color: rgb(150,142,170); }
H1.HeaderClassName
{
color: #968EAA;
}
.AnyTagClassName
{
color: #968EAA;
}
</style>
background-color css
<style>
a { background-color: #968EAA; }
a { background-color: rgb(150,142,170); }
div.DivClassName
{
background-color: #968EAA;
}
.BgClassName
{
background-color: #968EAA;
}
</style>
border-color css
<style>
span { border-color: #968EAA; }
span { border-color: rgb(150,142,170); }
td.TdClassName
{
border-color: #968EAA;
}
.TagClassName
{
border-color: #968EAA;
}
</style>