Shades of Envy #8C988F
Tints of Envy #8C988F
RGB
CMYK
RGB Variations
Color information
#8C988F (or 0x8C988F) is known color: Envy. HEX triplet: 8C, 98 and 8F. RGB value is (140,152,143). Sum of RGB (Red+Green+Blue) = 140+152+143=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 152 - color contains mainly: green. Hex color #8C988F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C988F is #736770. Grayscale: #939393. Windows color (decimal): -7563121 or 9410700. OLE color: 9410700.
HSL color Cylindrical-coordinate representation of color #8C988F: hue angle of 135º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8C988F is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 152 | 143 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.40 |
| HSL | 135º | 0.06% | 0.57% | - |
| HSV(B) | 135º | 0.08% | 0.6% | - |
| XYZ | 27 | 30.02 | 30.36 | - |
| YUV | 147.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 152 | 143 | 0.08 | 0 | 0.06 | 0.40 | 135 | 0.06 | 0.57 |
| Hex | 8C | 98 | 8F | 8 | 0 | 6 | 28 | 87 | 6 | 39 |
| Octal | 214 | 230 | 217 | 10 | 0 | 6 | 50 | 207 | 6 | 71 |
| Binary | 10001100 | 10011000 | 10001111 | 1000 | 0 | 110 | 101000 | 10000111 | 110 | 111001 |
Color Harmonies of #8C988F
Complementary color
Monochromatic Colors of #8C988F
Black with #8C988F
Text Example
Text Example
White with #8C988F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C988F; }
p { color: rgb(140,152,143); }
H1.HeaderClassName
{
color: #8C988F;
}
.AnyTagClassName
{
color: #8C988F;
}
</style>
background-color css
<style>
a { background-color: #8C988F; }
a { background-color: rgb(140,152,143); }
div.DivClassName
{
background-color: #8C988F;
}
.BgClassName
{
background-color: #8C988F;
}
</style>
border-color css
<style>
span { border-color: #8C988F; }
span { border-color: rgb(140,152,143); }
td.TdClassName
{
border-color: #8C988F;
}
.TagClassName
{
border-color: #8C988F;
}
</style>