Shades of Envy #839E88
Tints of Envy #839E88
RGB
CMYK
RGB Variations
Color information
#839E88 (or 0x839E88) is known color: Envy. HEX triplet: 83, 9E and 88. RGB value is (131,158,136). Sum of RGB (Red+Green+Blue) = 131+158+136=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 158 - color contains mainly: green. Hex color #839E88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839E88 is #7C6177. Grayscale: #939393. Windows color (decimal): -8151416 or 8953475. OLE color: 8953475.
HSL color Cylindrical-coordinate representation of color #839E88: hue angle of 131.11º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #839E88 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 158 | 136 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.38 |
| HSL | 131.11º | 0.12% | 0.57% | - |
| HSV(B) | 131.11º | 0.17% | 0.62% | - |
| XYZ | 26.03 | 31.06 | 27.92 | - |
| YUV | 147.42 | 121.55 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 158 | 136 | 0.17 | 0 | 0.14 | 0.38 | 131.11 | 0.12 | 0.57 |
| Hex | 83 | 9E | 88 | 11 | 0 | E | 26 | 83 | C | 39 |
| Octal | 203 | 236 | 210 | 21 | 0 | 16 | 46 | 203 | 14 | 71 |
| Binary | 10000011 | 10011110 | 10001000 | 10001 | 0 | 1110 | 100110 | 10000011 | 1100 | 111001 |
Color Harmonies of #839E88
Complementary color
Monochromatic Colors of #839E88
Black with #839E88
Text Example
Text Example
White with #839E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839E88; }
p { color: rgb(131,158,136); }
H1.HeaderClassName
{
color: #839E88;
}
.AnyTagClassName
{
color: #839E88;
}
</style>
background-color css
<style>
a { background-color: #839E88; }
a { background-color: rgb(131,158,136); }
div.DivClassName
{
background-color: #839E88;
}
.BgClassName
{
background-color: #839E88;
}
</style>
border-color css
<style>
span { border-color: #839E88; }
span { border-color: rgb(131,158,136); }
td.TdClassName
{
border-color: #839E88;
}
.TagClassName
{
border-color: #839E88;
}
</style>