Shades of Envy #8B988F
Tints of Envy #8B988F
RGB
CMYK
RGB Variations
Color information
#8B988F (or 0x8B988F) is known color: Envy. HEX triplet: 8B, 98 and 8F. RGB value is (139,152,143). Sum of RGB (Red+Green+Blue) = 139+152+143=434 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.03% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 152 - color contains mainly: green. Hex color #8B988F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B988F is #746770. Grayscale: #939393. Windows color (decimal): -7628657 or 9410699. OLE color: 9410699.
HSL color Cylindrical-coordinate representation of color #8B988F: hue angle of 138.46º 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 #8B988F is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 139 | 152 | 143 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.40 |
| HSL | 138.46º | 0.06% | 0.57% | - |
| HSV(B) | 138.46º | 0.09% | 0.6% | - |
| XYZ | 26.83 | 29.93 | 30.35 | - |
| YUV | 147.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 152 | 143 | 0.09 | 0 | 0.06 | 0.40 | 138.46 | 0.06 | 0.57 |
| Hex | 8B | 98 | 8F | 9 | 0 | 6 | 28 | 8A | 6 | 39 |
| Octal | 213 | 230 | 217 | 11 | 0 | 6 | 50 | 212 | 6 | 71 |
| Binary | 10001011 | 10011000 | 10001111 | 1001 | 0 | 110 | 101000 | 10001010 | 110 | 111001 |
Color Harmonies of #8B988F
Complementary color
Monochromatic Colors of #8B988F
Black with #8B988F
Text Example
Text Example
White with #8B988F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B988F; }
p { color: rgb(139,152,143); }
H1.HeaderClassName
{
color: #8B988F;
}
.AnyTagClassName
{
color: #8B988F;
}
</style>
background-color css
<style>
a { background-color: #8B988F; }
a { background-color: rgb(139,152,143); }
div.DivClassName
{
background-color: #8B988F;
}
.BgClassName
{
background-color: #8B988F;
}
</style>
border-color css
<style>
span { border-color: #8B988F; }
span { border-color: rgb(139,152,143); }
td.TdClassName
{
border-color: #8B988F;
}
.TagClassName
{
border-color: #8B988F;
}
</style>