Shades of Envy #8A908C
Tints of Envy #8A908C
RGB
CMYK
RGB Variations
Color information
#8A908C (or 0x8A908C) is known color: Envy. HEX triplet: 8A, 90 and 8C. RGB value is (138,144,140). Sum of RGB (Red+Green+Blue) = 138+144+140=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 144 - color contains mainly: green. Hex color #8A908C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A908C is #756F73. Grayscale: #8D8D8D. Windows color (decimal): -7696244 or 9212042. OLE color: 9212042.
HSL color Cylindrical-coordinate representation of color #8A908C: hue angle of 140º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8A908C is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 144 | 140 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.44 |
| HSL | 140º | 0.03% | 0.55% | - |
| HSV(B) | 140º | 0.04% | 0.56% | - |
| XYZ | 25.19 | 27.24 | 28.74 | - |
| YUV | 141.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 144 | 140 | 0.04 | 0 | 0.03 | 0.44 | 140 | 0.03 | 0.55 |
| Hex | 8A | 90 | 8C | 4 | 0 | 3 | 2C | 8C | 3 | 37 |
| Octal | 212 | 220 | 214 | 4 | 0 | 3 | 54 | 214 | 3 | 67 |
| Binary | 10001010 | 10010000 | 10001100 | 100 | 0 | 11 | 101100 | 10001100 | 11 | 110111 |
Color Harmonies of #8A908C
Complementary color
Monochromatic Colors of #8A908C
Black with #8A908C
Text Example
Text Example
White with #8A908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A908C; }
p { color: rgb(138,144,140); }
H1.HeaderClassName
{
color: #8A908C;
}
.AnyTagClassName
{
color: #8A908C;
}
</style>
background-color css
<style>
a { background-color: #8A908C; }
a { background-color: rgb(138,144,140); }
div.DivClassName
{
background-color: #8A908C;
}
.BgClassName
{
background-color: #8A908C;
}
</style>
border-color css
<style>
span { border-color: #8A908C; }
span { border-color: rgb(138,144,140); }
td.TdClassName
{
border-color: #8A908C;
}
.TagClassName
{
border-color: #8A908C;
}
</style>