Shades of Envy #839D8B
Tints of Envy #839D8B
RGB
CMYK
RGB Variations
Color information
#839D8B (or 0x839D8B) is known color: Envy. HEX triplet: 83, 9D and 8B. RGB value is (131,157,139). Sum of RGB (Red+Green+Blue) = 131+157+139=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 157 - color contains mainly: green. Hex color #839D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839D8B is #7C6274. Grayscale: #939393. Windows color (decimal): -8151669 or 9149827. OLE color: 9149827.
HSL color Cylindrical-coordinate representation of color #839D8B: hue angle of 138.46º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #839D8B is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 157 | 139 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.38 |
| HSL | 138.46º | 0.12% | 0.56% | - |
| HSV(B) | 138.46º | 0.17% | 0.62% | - |
| XYZ | 26.08 | 30.8 | 29 | - |
| YUV | 147.17 | 123.39 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 157 | 139 | 0.17 | 0 | 0.11 | 0.38 | 138.46 | 0.12 | 0.56 |
| Hex | 83 | 9D | 8B | 11 | 0 | B | 26 | 8A | C | 38 |
| Octal | 203 | 235 | 213 | 21 | 0 | 13 | 46 | 212 | 14 | 70 |
| Binary | 10000011 | 10011101 | 10001011 | 10001 | 0 | 1011 | 100110 | 10001010 | 1100 | 111000 |
Color Harmonies of #839D8B
Complementary color
Monochromatic Colors of #839D8B
Black with #839D8B
Text Example
Text Example
White with #839D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839D8B; }
p { color: rgb(131,157,139); }
H1.HeaderClassName
{
color: #839D8B;
}
.AnyTagClassName
{
color: #839D8B;
}
</style>
background-color css
<style>
a { background-color: #839D8B; }
a { background-color: rgb(131,157,139); }
div.DivClassName
{
background-color: #839D8B;
}
.BgClassName
{
background-color: #839D8B;
}
</style>
border-color css
<style>
span { border-color: #839D8B; }
span { border-color: rgb(131,157,139); }
td.TdClassName
{
border-color: #839D8B;
}
.TagClassName
{
border-color: #839D8B;
}
</style>