Shades of Envy #83A788
Tints of Envy #83A788
RGB
CMYK
RGB Variations
Color information
#83A788 (or 0x83A788) is known color: Envy. HEX triplet: 83, A7 and 88. RGB value is (131,167,136). Sum of RGB (Red+Green+Blue) = 131+167+136=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 167 - color contains mainly: green. Hex color #83A788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A788 is #7C5877. Grayscale: #989898. Windows color (decimal): -8149112 or 8955779. OLE color: 8955779.
HSL color Cylindrical-coordinate representation of color #83A788: hue angle of 128.33º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #83A788 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 131 | 167 | 136 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.35 |
| HSL | 128.33º | 0.17% | 0.58% | - |
| HSV(B) | 128.33º | 0.22% | 0.65% | - |
| XYZ | 27.62 | 34.24 | 28.45 | - |
| YUV | 152.7 | 118.57 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 167 | 136 | 0.22 | 0 | 0.19 | 0.35 | 128.33 | 0.17 | 0.58 |
| Hex | 83 | A7 | 88 | 16 | 0 | 13 | 23 | 80 | 11 | 3A |
| Octal | 203 | 247 | 210 | 26 | 0 | 23 | 43 | 200 | 21 | 72 |
| Binary | 10000011 | 10100111 | 10001000 | 10110 | 0 | 10011 | 100011 | 10000000 | 10001 | 111010 |
Color Harmonies of #83A788
Complementary color
Monochromatic Colors of #83A788
Black with #83A788
Text Example
Text Example
White with #83A788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A788; }
p { color: rgb(131,167,136); }
H1.HeaderClassName
{
color: #83A788;
}
.AnyTagClassName
{
color: #83A788;
}
</style>
background-color css
<style>
a { background-color: #83A788; }
a { background-color: rgb(131,167,136); }
div.DivClassName
{
background-color: #83A788;
}
.BgClassName
{
background-color: #83A788;
}
</style>
border-color css
<style>
span { border-color: #83A788; }
span { border-color: rgb(131,167,136); }
td.TdClassName
{
border-color: #83A788;
}
.TagClassName
{
border-color: #83A788;
}
</style>