Shades of Envy #8E928F
Tints of Envy #8E928F
RGB
CMYK
RGB Variations
Color information
#8E928F (or 0x8E928F) is known color: Envy. HEX triplet: 8E, 92 and 8F. RGB value is (142,146,143). Sum of RGB (Red+Green+Blue) = 142+146+143=431 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.95% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 146 - color contains mainly: green. Hex color #8E928F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E928F is #716D70. Grayscale: #909090. Windows color (decimal): -7433585 or 9409166. OLE color: 9409166.
HSL color Cylindrical-coordinate representation of color #8E928F: hue angle of 135º degrees, saturation: 0.02, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8E928F is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 142 | 146 | 143 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.43 |
| HSL | 135º | 0.02% | 0.56% | - |
| HSV(B) | 135º | 0.03% | 0.57% | - |
| XYZ | 26.39 | 28.29 | 30.06 | - |
| YUV | 144.46 | 127.17 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 146 | 143 | 0.03 | 0 | 0.02 | 0.43 | 135 | 0.02 | 0.56 |
| Hex | 8E | 92 | 8F | 3 | 0 | 2 | 2B | 87 | 2 | 38 |
| Octal | 216 | 222 | 217 | 3 | 0 | 2 | 53 | 207 | 2 | 70 |
| Binary | 10001110 | 10010010 | 10001111 | 11 | 0 | 10 | 101011 | 10000111 | 10 | 111000 |
Color Harmonies of #8E928F
Complementary color
Monochromatic Colors of #8E928F
Black with #8E928F
Text Example
Text Example
White with #8E928F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E928F; }
p { color: rgb(142,146,143); }
H1.HeaderClassName
{
color: #8E928F;
}
.AnyTagClassName
{
color: #8E928F;
}
</style>
background-color css
<style>
a { background-color: #8E928F; }
a { background-color: rgb(142,146,143); }
div.DivClassName
{
background-color: #8E928F;
}
.BgClassName
{
background-color: #8E928F;
}
</style>
border-color css
<style>
span { border-color: #8E928F; }
span { border-color: rgb(142,146,143); }
td.TdClassName
{
border-color: #8E928F;
}
.TagClassName
{
border-color: #8E928F;
}
</style>