Shades of Envy #8C998F
Tints of Envy #8C998F
RGB
CMYK
RGB Variations
Color information
#8C998F (or 0x8C998F) is known color: Envy. HEX triplet: 8C, 99 and 8F. RGB value is (140,153,143). Sum of RGB (Red+Green+Blue) = 140+153+143=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 153 - color contains mainly: green. Hex color #8C998F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C998F is #736670. Grayscale: #939393. Windows color (decimal): -7562865 or 9410956. OLE color: 9410956.
HSL color Cylindrical-coordinate representation of color #8C998F: hue angle of 133.85º 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 #8C998F is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 153 | 143 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.4 |
| HSL | 133.85º | 0.06% | 0.57% | - |
| HSV(B) | 133.85º | 0.08% | 0.6% | - |
| XYZ | 27.16 | 30.34 | 30.41 | - |
| YUV | 147.97 | 125.19 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 153 | 143 | 0.08 | 0 | 0.07 | 0.4 | 133.85 | 0.06 | 0.57 |
| Hex | 8C | 99 | 8F | 8 | 0 | 7 | 28 | 86 | 6 | 39 |
| Octal | 214 | 231 | 217 | 10 | 0 | 7 | 50 | 206 | 6 | 71 |
| Binary | 10001100 | 10011001 | 10001111 | 1000 | 0 | 111 | 101000 | 10000110 | 110 | 111001 |
Color Harmonies of #8C998F
Complementary color
Monochromatic Colors of #8C998F
Black with #8C998F
Text Example
Text Example
White with #8C998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C998F; }
p { color: rgb(140,153,143); }
H1.HeaderClassName
{
color: #8C998F;
}
.AnyTagClassName
{
color: #8C998F;
}
</style>
background-color css
<style>
a { background-color: #8C998F; }
a { background-color: rgb(140,153,143); }
div.DivClassName
{
background-color: #8C998F;
}
.BgClassName
{
background-color: #8C998F;
}
</style>
border-color css
<style>
span { border-color: #8C998F; }
span { border-color: rgb(140,153,143); }
td.TdClassName
{
border-color: #8C998F;
}
.TagClassName
{
border-color: #8C998F;
}
</style>