Shades of Envy #839E8B
Tints of Envy #839E8B
RGB
CMYK
RGB Variations
Color information
#839E8B (or 0x839E8B) is known color: Envy. HEX triplet: 83, 9E and 8B. RGB value is (131,158,139). Sum of RGB (Red+Green+Blue) = 131+158+139=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 158 - color contains mainly: green. Hex color #839E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839E8B is #7C6174. Grayscale: #939393. Windows color (decimal): -8151413 or 9150083. OLE color: 9150083.
HSL color Cylindrical-coordinate representation of color #839E8B: hue angle of 137.78º 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 #839E8B is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 158 | 139 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.38 |
| HSL | 137.78º | 0.12% | 0.57% | - |
| HSV(B) | 137.78º | 0.17% | 0.62% | - |
| XYZ | 26.25 | 31.14 | 29.05 | - |
| YUV | 147.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 158 | 139 | 0.17 | 0 | 0.12 | 0.38 | 137.78 | 0.12 | 0.57 |
| Hex | 83 | 9E | 8B | 11 | 0 | C | 26 | 8A | C | 39 |
| Octal | 203 | 236 | 213 | 21 | 0 | 14 | 46 | 212 | 14 | 71 |
| Binary | 10000011 | 10011110 | 10001011 | 10001 | 0 | 1100 | 100110 | 10001010 | 1100 | 111001 |
Color Harmonies of #839E8B
Complementary color
Monochromatic Colors of #839E8B
Black with #839E8B
Text Example
Text Example
White with #839E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839E8B; }
p { color: rgb(131,158,139); }
H1.HeaderClassName
{
color: #839E8B;
}
.AnyTagClassName
{
color: #839E8B;
}
</style>
background-color css
<style>
a { background-color: #839E8B; }
a { background-color: rgb(131,158,139); }
div.DivClassName
{
background-color: #839E8B;
}
.BgClassName
{
background-color: #839E8B;
}
</style>
border-color css
<style>
span { border-color: #839E8B; }
span { border-color: rgb(131,158,139); }
td.TdClassName
{
border-color: #839E8B;
}
.TagClassName
{
border-color: #839E8B;
}
</style>