Shades of Envy #829C8B
Tints of Envy #829C8B
RGB
CMYK
RGB Variations
Color information
#829C8B (or 0x829C8B) is known color: Envy. HEX triplet: 82, 9C and 8B. RGB value is (130,156,139). Sum of RGB (Red+Green+Blue) = 130+156+139=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 156 - color contains mainly: green. Hex color #829C8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829C8B is #7D6374. Grayscale: #929292. Windows color (decimal): -8217461 or 9149570. OLE color: 9149570.
HSL color Cylindrical-coordinate representation of color #829C8B: hue angle of 140.77º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #829C8B is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 156 | 139 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.39 |
| HSL | 140.77º | 0.12% | 0.56% | - |
| HSV(B) | 140.77º | 0.17% | 0.61% | - |
| XYZ | 25.75 | 30.39 | 28.93 | - |
| YUV | 146.29 | 123.89 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 139 | 0.17 | 0 | 0.11 | 0.39 | 140.77 | 0.12 | 0.56 |
| Hex | 82 | 9C | 8B | 11 | 0 | B | 27 | 8D | C | 38 |
| Octal | 202 | 234 | 213 | 21 | 0 | 13 | 47 | 215 | 14 | 70 |
| Binary | 10000010 | 10011100 | 10001011 | 10001 | 0 | 1011 | 100111 | 10001101 | 1100 | 111000 |
Color Harmonies of #829C8B
Complementary color
Monochromatic Colors of #829C8B
Black with #829C8B
Text Example
Text Example
White with #829C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829C8B; }
p { color: rgb(130,156,139); }
H1.HeaderClassName
{
color: #829C8B;
}
.AnyTagClassName
{
color: #829C8B;
}
</style>
background-color css
<style>
a { background-color: #829C8B; }
a { background-color: rgb(130,156,139); }
div.DivClassName
{
background-color: #829C8B;
}
.BgClassName
{
background-color: #829C8B;
}
</style>
border-color css
<style>
span { border-color: #829C8B; }
span { border-color: rgb(130,156,139); }
td.TdClassName
{
border-color: #829C8B;
}
.TagClassName
{
border-color: #829C8B;
}
</style>