Shades of Envy #8EA892
Tints of Envy #8EA892
RGB
CMYK
RGB Variations
Color information
#8EA892 (or 0x8EA892) is known color: Envy. HEX triplet: 8E, A8 and 92. RGB value is (142,168,146). Sum of RGB (Red+Green+Blue) = 142+168+146=456 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.14% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 168 - color contains mainly: green. Hex color #8EA892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA892 is #71576D. Grayscale: #9D9D9D. Windows color (decimal): -7427950 or 9611406. OLE color: 9611406.
HSL color Cylindrical-coordinate representation of color #8EA892: hue angle of 129.23º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8EA892 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 142 | 168 | 146 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.34 |
| HSL | 129.23º | 0.13% | 0.61% | - |
| HSV(B) | 129.23º | 0.15% | 0.66% | - |
| XYZ | 30.35 | 35.83 | 32.51 | - |
| YUV | 157.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 168 | 146 | 0.15 | 0 | 0.13 | 0.34 | 129.23 | 0.13 | 0.61 |
| Hex | 8E | A8 | 92 | F | 0 | D | 22 | 81 | D | 3D |
| Octal | 216 | 250 | 222 | 17 | 0 | 15 | 42 | 201 | 15 | 75 |
| Binary | 10001110 | 10101000 | 10010010 | 1111 | 0 | 1101 | 100010 | 10000001 | 1101 | 111101 |
Color Harmonies of #8EA892
Complementary color
Monochromatic Colors of #8EA892
Black with #8EA892
Text Example
Text Example
White with #8EA892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA892; }
p { color: rgb(142,168,146); }
H1.HeaderClassName
{
color: #8EA892;
}
.AnyTagClassName
{
color: #8EA892;
}
</style>
background-color css
<style>
a { background-color: #8EA892; }
a { background-color: rgb(142,168,146); }
div.DivClassName
{
background-color: #8EA892;
}
.BgClassName
{
background-color: #8EA892;
}
</style>
border-color css
<style>
span { border-color: #8EA892; }
span { border-color: rgb(142,168,146); }
td.TdClassName
{
border-color: #8EA892;
}
.TagClassName
{
border-color: #8EA892;
}
</style>