Shades of Envy #83968A
Tints of Envy #83968A
RGB
CMYK
RGB Variations
Color information
#83968A (or 0x83968A) is known color: Envy. HEX triplet: 83, 96 and 8A. RGB value is (131,150,138). Sum of RGB (Red+Green+Blue) = 131+150+138=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 150 - color contains mainly: green. Hex color #83968A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83968A is #7C6975. Grayscale: #8E8E8E. Windows color (decimal): -8153462 or 9082499. OLE color: 9082499.
HSL color Cylindrical-coordinate representation of color #83968A: hue angle of 142.11º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #83968A is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 131 | 150 | 138 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.41 |
| HSL | 142.11º | 0.08% | 0.55% | - |
| HSV(B) | 142.11º | 0.13% | 0.59% | - |
| XYZ | 24.85 | 28.47 | 28.23 | - |
| YUV | 142.95 | 125.21 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 150 | 138 | 0.13 | 0 | 0.08 | 0.41 | 142.11 | 0.08 | 0.55 |
| Hex | 83 | 96 | 8A | D | 0 | 8 | 29 | 8E | 8 | 37 |
| Octal | 203 | 226 | 212 | 15 | 0 | 10 | 51 | 216 | 10 | 67 |
| Binary | 10000011 | 10010110 | 10001010 | 1101 | 0 | 1000 | 101001 | 10001110 | 1000 | 110111 |
Color Harmonies of #83968A
Complementary color
Monochromatic Colors of #83968A
Black with #83968A
Text Example
Text Example
White with #83968A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83968A; }
p { color: rgb(131,150,138); }
H1.HeaderClassName
{
color: #83968A;
}
.AnyTagClassName
{
color: #83968A;
}
</style>
background-color css
<style>
a { background-color: #83968A; }
a { background-color: rgb(131,150,138); }
div.DivClassName
{
background-color: #83968A;
}
.BgClassName
{
background-color: #83968A;
}
</style>
border-color css
<style>
span { border-color: #83968A; }
span { border-color: rgb(131,150,138); }
td.TdClassName
{
border-color: #83968A;
}
.TagClassName
{
border-color: #83968A;
}
</style>