Shades of Envy #839388
Tints of Envy #839388
RGB
CMYK
RGB Variations
Color information
#839388 (or 0x839388) is known color: Envy. HEX triplet: 83, 93 and 88. RGB value is (131,147,136). Sum of RGB (Red+Green+Blue) = 131+147+136=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 147 - color contains mainly: green. Hex color #839388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839388 is #7C6C77. Grayscale: #8C8C8C. Windows color (decimal): -8154232 or 8950659. OLE color: 8950659.
HSL color Cylindrical-coordinate representation of color #839388: hue angle of 138.75º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #839388 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 147 | 136 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.42 |
| HSL | 138.75º | 0.07% | 0.55% | - |
| HSV(B) | 138.75º | 0.11% | 0.58% | - |
| XYZ | 24.24 | 27.47 | 27.32 | - |
| YUV | 140.96 | 125.2 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 147 | 136 | 0.11 | 0 | 0.07 | 0.42 | 138.75 | 0.07 | 0.55 |
| Hex | 83 | 93 | 88 | B | 0 | 7 | 2A | 8B | 7 | 37 |
| Octal | 203 | 223 | 210 | 13 | 0 | 7 | 52 | 213 | 7 | 67 |
| Binary | 10000011 | 10010011 | 10001000 | 1011 | 0 | 111 | 101010 | 10001011 | 111 | 110111 |
Color Harmonies of #839388
Complementary color
Monochromatic Colors of #839388
Black with #839388
Text Example
Text Example
White with #839388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839388; }
p { color: rgb(131,147,136); }
H1.HeaderClassName
{
color: #839388;
}
.AnyTagClassName
{
color: #839388;
}
</style>
background-color css
<style>
a { background-color: #839388; }
a { background-color: rgb(131,147,136); }
div.DivClassName
{
background-color: #839388;
}
.BgClassName
{
background-color: #839388;
}
</style>
border-color css
<style>
span { border-color: #839388; }
span { border-color: rgb(131,147,136); }
td.TdClassName
{
border-color: #839388;
}
.TagClassName
{
border-color: #839388;
}
</style>