Shades of Envy #839B8B
Tints of Envy #839B8B
RGB
CMYK
RGB Variations
Color information
#839B8B (or 0x839B8B) is known color: Envy. HEX triplet: 83, 9B and 8B. RGB value is (131,155,139). Sum of RGB (Red+Green+Blue) = 131+155+139=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 155 - color contains mainly: green. Hex color #839B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839B8B is #7C6474. Grayscale: #929292. Windows color (decimal): -8152181 or 9149315. OLE color: 9149315.
HSL color Cylindrical-coordinate representation of color #839B8B: hue angle of 140º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #839B8B is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 155 | 139 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.39 |
| HSL | 140º | 0.11% | 0.56% | - |
| HSV(B) | 140º | 0.15% | 0.61% | - |
| XYZ | 25.74 | 30.13 | 28.89 | - |
| YUV | 146 | 124.05 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 155 | 139 | 0.15 | 0 | 0.10 | 0.39 | 140 | 0.11 | 0.56 |
| Hex | 83 | 9B | 8B | F | 0 | A | 27 | 8C | B | 38 |
| Octal | 203 | 233 | 213 | 17 | 0 | 12 | 47 | 214 | 13 | 70 |
| Binary | 10000011 | 10011011 | 10001011 | 1111 | 0 | 1010 | 100111 | 10001100 | 1011 | 111000 |
Color Harmonies of #839B8B
Complementary color
Monochromatic Colors of #839B8B
Black with #839B8B
Text Example
Text Example
White with #839B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839B8B; }
p { color: rgb(131,155,139); }
H1.HeaderClassName
{
color: #839B8B;
}
.AnyTagClassName
{
color: #839B8B;
}
</style>
background-color css
<style>
a { background-color: #839B8B; }
a { background-color: rgb(131,155,139); }
div.DivClassName
{
background-color: #839B8B;
}
.BgClassName
{
background-color: #839B8B;
}
</style>
border-color css
<style>
span { border-color: #839B8B; }
span { border-color: rgb(131,155,139); }
td.TdClassName
{
border-color: #839B8B;
}
.TagClassName
{
border-color: #839B8B;
}
</style>