Shades of Envy #8EA793
Tints of Envy #8EA793
RGB
CMYK
RGB Variations
Color information
#8EA793 (or 0x8EA793) is known color: Envy. HEX triplet: 8E, A7 and 93. RGB value is (142,167,147). Sum of RGB (Red+Green+Blue) = 142+167+147=456 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.14% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 167 - color contains mainly: green. Hex color #8EA793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA793 is #71586C. Grayscale: #9D9D9D. Windows color (decimal): -7428205 or 9676686. OLE color: 9676686.
HSL color Cylindrical-coordinate representation of color #8EA793: hue angle of 132º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8EA793 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 142 | 167 | 147 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.35 |
| HSL | 132º | 0.12% | 0.61% | - |
| HSV(B) | 132º | 0.15% | 0.65% | - |
| XYZ | 30.24 | 35.49 | 32.86 | - |
| YUV | 157.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 167 | 147 | 0.15 | 0 | 0.12 | 0.35 | 132 | 0.12 | 0.61 |
| Hex | 8E | A7 | 93 | F | 0 | C | 23 | 84 | C | 3D |
| Octal | 216 | 247 | 223 | 17 | 0 | 14 | 43 | 204 | 14 | 75 |
| Binary | 10001110 | 10100111 | 10010011 | 1111 | 0 | 1100 | 100011 | 10000100 | 1100 | 111101 |
Color Harmonies of #8EA793
Complementary color
Monochromatic Colors of #8EA793
Black with #8EA793
Text Example
Text Example
White with #8EA793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA793; }
p { color: rgb(142,167,147); }
H1.HeaderClassName
{
color: #8EA793;
}
.AnyTagClassName
{
color: #8EA793;
}
</style>
background-color css
<style>
a { background-color: #8EA793; }
a { background-color: rgb(142,167,147); }
div.DivClassName
{
background-color: #8EA793;
}
.BgClassName
{
background-color: #8EA793;
}
</style>
border-color css
<style>
span { border-color: #8EA793; }
span { border-color: rgb(142,167,147); }
td.TdClassName
{
border-color: #8EA793;
}
.TagClassName
{
border-color: #8EA793;
}
</style>