Shades of Grey Suit #8E8AA4
Tints of Grey Suit #8E8AA4
RGB
CMYK
RGB Variations
Color information
#8E8AA4 (or 0x8E8AA4) is known color: Grey Suit. HEX triplet: 8E, 8A and A4. RGB value is (142,138,164). Sum of RGB (Red+Green+Blue) = 142+138+164=444 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.98% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 164 (64.45% from 255 or 36.94% from 444); Max value from RGB is 164 - color contains mainly: blue. Hex color #8E8AA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8AA4 is #71755B. Grayscale: #8E8E8E. Windows color (decimal): -7435612 or 10783374. OLE color: 10783374.
HSL color Cylindrical-coordinate representation of color #8E8AA4: hue angle of 249.23º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8E8AA4 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 138 | 164 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.36 |
| HSL | 249.23º | 0.13% | 0.59% | - |
| HSV(B) | 249.23º | 0.16% | 0.64% | - |
| XYZ | 26.94 | 26.61 | 38.84 | - |
| YUV | 142.16 | 140.33 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 138 | 164 | 0.13 | 0.16 | 0 | 0.36 | 249.23 | 0.13 | 0.59 |
| Hex | 8E | 8A | A4 | D | 10 | 0 | 24 | F9 | C | 3B |
| Octal | 216 | 212 | 244 | 15 | 20 | 0 | 44 | 371 | 14 | 73 |
| Binary | 10001110 | 10001010 | 10100100 | 1101 | 10000 | 0 | 100100 | 11111001 | 1100 | 111011 |
Color Harmonies of #8E8AA4
Complementary color
Monochromatic Colors of #8E8AA4
Black with #8E8AA4
Text Example
Text Example
White with #8E8AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8AA4; }
p { color: rgb(142,138,164); }
H1.HeaderClassName
{
color: #8E8AA4;
}
.AnyTagClassName
{
color: #8E8AA4;
}
</style>
background-color css
<style>
a { background-color: #8E8AA4; }
a { background-color: rgb(142,138,164); }
div.DivClassName
{
background-color: #8E8AA4;
}
.BgClassName
{
background-color: #8E8AA4;
}
</style>
border-color css
<style>
span { border-color: #8E8AA4; }
span { border-color: rgb(142,138,164); }
td.TdClassName
{
border-color: #8E8AA4;
}
.TagClassName
{
border-color: #8E8AA4;
}
</style>