Shades of Envy #8B998F
Tints of Envy #8B998F
RGB
CMYK
RGB Variations
Color information
#8B998F (or 0x8B998F) is known color: Envy. HEX triplet: 8B, 99 and 8F. RGB value is (139,153,143). Sum of RGB (Red+Green+Blue) = 139+153+143=435 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.95% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 153 - color contains mainly: green. Hex color #8B998F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B998F is #746670. Grayscale: #939393. Windows color (decimal): -7628401 or 9410955. OLE color: 9410955.
HSL color Cylindrical-coordinate representation of color #8B998F: hue angle of 137.14º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B998F is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 139 | 153 | 143 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.4 |
| HSL | 137.14º | 0.06% | 0.57% | - |
| HSV(B) | 137.14º | 0.09% | 0.6% | - |
| XYZ | 27 | 30.25 | 30.4 | - |
| YUV | 147.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 153 | 143 | 0.09 | 0 | 0.07 | 0.4 | 137.14 | 0.06 | 0.57 |
| Hex | 8B | 99 | 8F | 9 | 0 | 7 | 28 | 89 | 6 | 39 |
| Octal | 213 | 231 | 217 | 11 | 0 | 7 | 50 | 211 | 6 | 71 |
| Binary | 10001011 | 10011001 | 10001111 | 1001 | 0 | 111 | 101000 | 10001001 | 110 | 111001 |
Color Harmonies of #8B998F
Complementary color
Monochromatic Colors of #8B998F
Black with #8B998F
Text Example
Text Example
White with #8B998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B998F; }
p { color: rgb(139,153,143); }
H1.HeaderClassName
{
color: #8B998F;
}
.AnyTagClassName
{
color: #8B998F;
}
</style>
background-color css
<style>
a { background-color: #8B998F; }
a { background-color: rgb(139,153,143); }
div.DivClassName
{
background-color: #8B998F;
}
.BgClassName
{
background-color: #8B998F;
}
</style>
border-color css
<style>
span { border-color: #8B998F; }
span { border-color: rgb(139,153,143); }
td.TdClassName
{
border-color: #8B998F;
}
.TagClassName
{
border-color: #8B998F;
}
</style>