Shades of Envy #839E86
Tints of Envy #839E86
RGB
CMYK
RGB Variations
Color information
#839E86 (or 0x839E86) is known color: Envy. HEX triplet: 83, 9E and 86. RGB value is (131,158,134). Sum of RGB (Red+Green+Blue) = 131+158+134=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 158 - color contains mainly: green. Hex color #839E86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839E86 is #7C6179. Grayscale: #939393. Windows color (decimal): -8151418 or 8822403. OLE color: 8822403.
HSL color Cylindrical-coordinate representation of color #839E86: hue angle of 126.67º 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 #839E86 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 158 | 134 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.38 |
| HSL | 126.67º | 0.12% | 0.57% | - |
| HSV(B) | 126.67º | 0.17% | 0.62% | - |
| XYZ | 25.89 | 31 | 27.17 | - |
| YUV | 147.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 158 | 134 | 0.17 | 0 | 0.15 | 0.38 | 126.67 | 0.12 | 0.57 |
| Hex | 83 | 9E | 86 | 11 | 0 | F | 26 | 7F | C | 39 |
| Octal | 203 | 236 | 206 | 21 | 0 | 17 | 46 | 177 | 14 | 71 |
| Binary | 10000011 | 10011110 | 10000110 | 10001 | 0 | 1111 | 100110 | 1111111 | 1100 | 111001 |
Color Harmonies of #839E86
Complementary color
Monochromatic Colors of #839E86
Black with #839E86
Text Example
Text Example
White with #839E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839E86; }
p { color: rgb(131,158,134); }
H1.HeaderClassName
{
color: #839E86;
}
.AnyTagClassName
{
color: #839E86;
}
</style>
background-color css
<style>
a { background-color: #839E86; }
a { background-color: rgb(131,158,134); }
div.DivClassName
{
background-color: #839E86;
}
.BgClassName
{
background-color: #839E86;
}
</style>
border-color css
<style>
span { border-color: #839E86; }
span { border-color: rgb(131,158,134); }
td.TdClassName
{
border-color: #839E86;
}
.TagClassName
{
border-color: #839E86;
}
</style>