Shades of Envy #8B928D
Tints of Envy #8B928D
RGB
CMYK
RGB Variations
Color information
#8B928D (or 0x8B928D) is known color: Envy. HEX triplet: 8B, 92 and 8D. RGB value is (139,146,141). Sum of RGB (Red+Green+Blue) = 139+146+141=426 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.63% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 146 - color contains mainly: green. Hex color #8B928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B928D is #746D72. Grayscale: #8F8F8F. Windows color (decimal): -7630195 or 9278091. OLE color: 9278091.
HSL color Cylindrical-coordinate representation of color #8B928D: hue angle of 137.14º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8B928D is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 146 | 141 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.43 |
| HSL | 137.14º | 0.03% | 0.56% | - |
| HSV(B) | 137.14º | 0.05% | 0.57% | - |
| XYZ | 25.73 | 27.97 | 29.24 | - |
| YUV | 143.34 | 126.68 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 146 | 141 | 0.05 | 0 | 0.03 | 0.43 | 137.14 | 0.03 | 0.56 |
| Hex | 8B | 92 | 8D | 5 | 0 | 3 | 2B | 89 | 3 | 38 |
| Octal | 213 | 222 | 215 | 5 | 0 | 3 | 53 | 211 | 3 | 70 |
| Binary | 10001011 | 10010010 | 10001101 | 101 | 0 | 11 | 101011 | 10001001 | 11 | 111000 |
Color Harmonies of #8B928D
Complementary color
Monochromatic Colors of #8B928D
Black with #8B928D
Text Example
Text Example
White with #8B928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B928D; }
p { color: rgb(139,146,141); }
H1.HeaderClassName
{
color: #8B928D;
}
.AnyTagClassName
{
color: #8B928D;
}
</style>
background-color css
<style>
a { background-color: #8B928D; }
a { background-color: rgb(139,146,141); }
div.DivClassName
{
background-color: #8B928D;
}
.BgClassName
{
background-color: #8B928D;
}
</style>
border-color css
<style>
span { border-color: #8B928D; }
span { border-color: rgb(139,146,141); }
td.TdClassName
{
border-color: #8B928D;
}
.TagClassName
{
border-color: #8B928D;
}
</style>