Shades of Envy #839D89
Tints of Envy #839D89
RGB
CMYK
RGB Variations
Color information
#839D89 (or 0x839D89) is known color: Envy. HEX triplet: 83, 9D and 89. RGB value is (131,157,137). Sum of RGB (Red+Green+Blue) = 131+157+137=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 157 - color contains mainly: green. Hex color #839D89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839D89 is #7C6276. Grayscale: #939393. Windows color (decimal): -8151671 or 9018755. OLE color: 9018755.
HSL color Cylindrical-coordinate representation of color #839D89: hue angle of 133.85º 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 #839D89 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 157 | 137 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.38 |
| HSL | 133.85º | 0.12% | 0.56% | - |
| HSV(B) | 133.85º | 0.17% | 0.62% | - |
| XYZ | 25.93 | 30.75 | 28.23 | - |
| YUV | 146.95 | 122.39 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 157 | 137 | 0.17 | 0 | 0.13 | 0.38 | 133.85 | 0.12 | 0.56 |
| Hex | 83 | 9D | 89 | 11 | 0 | D | 26 | 86 | C | 38 |
| Octal | 203 | 235 | 211 | 21 | 0 | 15 | 46 | 206 | 14 | 70 |
| Binary | 10000011 | 10011101 | 10001001 | 10001 | 0 | 1101 | 100110 | 10000110 | 1100 | 111000 |
Color Harmonies of #839D89
Complementary color
Monochromatic Colors of #839D89
Black with #839D89
Text Example
Text Example
White with #839D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839D89; }
p { color: rgb(131,157,137); }
H1.HeaderClassName
{
color: #839D89;
}
.AnyTagClassName
{
color: #839D89;
}
</style>
background-color css
<style>
a { background-color: #839D89; }
a { background-color: rgb(131,157,137); }
div.DivClassName
{
background-color: #839D89;
}
.BgClassName
{
background-color: #839D89;
}
</style>
border-color css
<style>
span { border-color: #839D89; }
span { border-color: rgb(131,157,137); }
td.TdClassName
{
border-color: #839D89;
}
.TagClassName
{
border-color: #839D89;
}
</style>