Shades of Grey Suit #8E84AE
Tints of Grey Suit #8E84AE
RGB
CMYK
RGB Variations
Color information
#8E84AE (or 0x8E84AE) is known color: Grey Suit. HEX triplet: 8E, 84 and AE. RGB value is (142,132,174). Sum of RGB (Red+Green+Blue) = 142+132+174=448 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.70% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E84AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E84AE is #717B51. Grayscale: #8B8B8B. Windows color (decimal): -7437138 or 11437198. OLE color: 11437198.
HSL color Cylindrical-coordinate representation of color #8E84AE: hue angle of 254.29º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8E84AE is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 132 | 174 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.32 |
| HSL | 254.29º | 0.21% | 0.6% | - |
| HSV(B) | 254.29º | 0.24% | 0.68% | - |
| XYZ | 27.05 | 25.31 | 43.5 | - |
| YUV | 139.78 | 147.31 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 132 | 174 | 0.18 | 0.24 | 0 | 0.32 | 254.29 | 0.21 | 0.6 |
| Hex | 8E | 84 | AE | 12 | 18 | 0 | 20 | FE | 15 | 3C |
| Octal | 216 | 204 | 256 | 22 | 30 | 0 | 40 | 376 | 25 | 74 |
| Binary | 10001110 | 10000100 | 10101110 | 10010 | 11000 | 0 | 100000 | 11111110 | 10101 | 111100 |
Color Harmonies of #8E84AE
Complementary color
Monochromatic Colors of #8E84AE
Black with #8E84AE
Text Example
Text Example
White with #8E84AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E84AE; }
p { color: rgb(142,132,174); }
H1.HeaderClassName
{
color: #8E84AE;
}
.AnyTagClassName
{
color: #8E84AE;
}
</style>
background-color css
<style>
a { background-color: #8E84AE; }
a { background-color: rgb(142,132,174); }
div.DivClassName
{
background-color: #8E84AE;
}
.BgClassName
{
background-color: #8E84AE;
}
</style>
border-color css
<style>
span { border-color: #8E84AE; }
span { border-color: rgb(142,132,174); }
td.TdClassName
{
border-color: #8E84AE;
}
.TagClassName
{
border-color: #8E84AE;
}
</style>