Shades of Envy #859C8D
Tints of Envy #859C8D
RGB
CMYK
RGB Variations
Color information
#859C8D (or 0x859C8D) is known color: Envy. HEX triplet: 85, 9C and 8D. RGB value is (133,156,141). Sum of RGB (Red+Green+Blue) = 133+156+141=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 156 - color contains mainly: green. Hex color #859C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859C8D is #7A6372. Grayscale: #939393. Windows color (decimal): -8020851 or 9280645. OLE color: 9280645.
HSL color Cylindrical-coordinate representation of color #859C8D: hue angle of 140.87º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #859C8D is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 156 | 141 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.39 |
| HSL | 140.87º | 0.1% | 0.57% | - |
| HSV(B) | 140.87º | 0.15% | 0.61% | - |
| XYZ | 26.37 | 30.69 | 29.73 | - |
| YUV | 147.41 | 124.38 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 141 | 0.15 | 0 | 0.10 | 0.39 | 140.87 | 0.1 | 0.57 |
| Hex | 85 | 9C | 8D | F | 0 | A | 27 | 8D | A | 39 |
| Octal | 205 | 234 | 215 | 17 | 0 | 12 | 47 | 215 | 12 | 71 |
| Binary | 10000101 | 10011100 | 10001101 | 1111 | 0 | 1010 | 100111 | 10001101 | 1010 | 111001 |
Color Harmonies of #859C8D
Complementary color
Monochromatic Colors of #859C8D
Black with #859C8D
Text Example
Text Example
White with #859C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859C8D; }
p { color: rgb(133,156,141); }
H1.HeaderClassName
{
color: #859C8D;
}
.AnyTagClassName
{
color: #859C8D;
}
</style>
background-color css
<style>
a { background-color: #859C8D; }
a { background-color: rgb(133,156,141); }
div.DivClassName
{
background-color: #859C8D;
}
.BgClassName
{
background-color: #859C8D;
}
</style>
border-color css
<style>
span { border-color: #859C8D; }
span { border-color: rgb(133,156,141); }
td.TdClassName
{
border-color: #859C8D;
}
.TagClassName
{
border-color: #859C8D;
}
</style>