Shades of Envy #869C8C
Tints of Envy #869C8C
RGB
CMYK
RGB Variations
Color information
#869C8C (or 0x869C8C) is known color: Envy. HEX triplet: 86, 9C and 8C. RGB value is (134,156,140). Sum of RGB (Red+Green+Blue) = 134+156+140=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 156 - color contains mainly: green. Hex color #869C8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869C8C is #796373. Grayscale: #939393. Windows color (decimal): -7955316 or 9215110. OLE color: 9215110.
HSL color Cylindrical-coordinate representation of color #869C8C: hue angle of 136.36º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #869C8C is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 156 | 140 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.39 |
| HSL | 136.36º | 0.1% | 0.57% | - |
| HSV(B) | 136.36º | 0.14% | 0.61% | - |
| XYZ | 26.45 | 30.74 | 29.35 | - |
| YUV | 147.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 156 | 140 | 0.14 | 0 | 0.10 | 0.39 | 136.36 | 0.1 | 0.57 |
| Hex | 86 | 9C | 8C | E | 0 | A | 27 | 88 | A | 39 |
| Octal | 206 | 234 | 214 | 16 | 0 | 12 | 47 | 210 | 12 | 71 |
| Binary | 10000110 | 10011100 | 10001100 | 1110 | 0 | 1010 | 100111 | 10001000 | 1010 | 111001 |
Color Harmonies of #869C8C
Complementary color
Monochromatic Colors of #869C8C
Black with #869C8C
Text Example
Text Example
White with #869C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869C8C; }
p { color: rgb(134,156,140); }
H1.HeaderClassName
{
color: #869C8C;
}
.AnyTagClassName
{
color: #869C8C;
}
</style>
background-color css
<style>
a { background-color: #869C8C; }
a { background-color: rgb(134,156,140); }
div.DivClassName
{
background-color: #869C8C;
}
.BgClassName
{
background-color: #869C8C;
}
</style>
border-color css
<style>
span { border-color: #869C8C; }
span { border-color: rgb(134,156,140); }
td.TdClassName
{
border-color: #869C8C;
}
.TagClassName
{
border-color: #869C8C;
}
</style>