Shades of Grey Suit #8E8BAB
Tints of Grey Suit #8E8BAB
RGB
CMYK
RGB Variations
Color information
#8E8BAB (or 0x8E8BAB) is known color: Grey Suit. HEX triplet: 8E, 8B and AB. RGB value is (142,139,171). Sum of RGB (Red+Green+Blue) = 142+139+171=452 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.42% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E8BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8BAB is #717454. Grayscale: #8F8F8F. Windows color (decimal): -7435349 or 11242382. OLE color: 11242382.
HSL color Cylindrical-coordinate representation of color #8E8BAB: hue angle of 245.62º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8E8BAB is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 139 | 171 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.33 |
| HSL | 245.63º | 0.16% | 0.61% | - |
| HSV(B) | 245.63º | 0.19% | 0.67% | - |
| XYZ | 27.74 | 27.16 | 42.31 | - |
| YUV | 143.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 139 | 171 | 0.17 | 0.19 | 0 | 0.33 | 245.63 | 0.16 | 0.61 |
| Hex | 8E | 8B | AB | 11 | 13 | 0 | 21 | F6 | 10 | 3D |
| Octal | 216 | 213 | 253 | 21 | 23 | 0 | 41 | 366 | 20 | 75 |
| Binary | 10001110 | 10001011 | 10101011 | 10001 | 10011 | 0 | 100001 | 11110110 | 10000 | 111101 |
Color Harmonies of #8E8BAB
Complementary color
Monochromatic Colors of #8E8BAB
Black with #8E8BAB
Text Example
Text Example
White with #8E8BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8BAB; }
p { color: rgb(142,139,171); }
H1.HeaderClassName
{
color: #8E8BAB;
}
.AnyTagClassName
{
color: #8E8BAB;
}
</style>
background-color css
<style>
a { background-color: #8E8BAB; }
a { background-color: rgb(142,139,171); }
div.DivClassName
{
background-color: #8E8BAB;
}
.BgClassName
{
background-color: #8E8BAB;
}
</style>
border-color css
<style>
span { border-color: #8E8BAB; }
span { border-color: rgb(142,139,171); }
td.TdClassName
{
border-color: #8E8BAB;
}
.TagClassName
{
border-color: #8E8BAB;
}
</style>