Shades of Envy #8A9A8C
Tints of Envy #8A9A8C
RGB
CMYK
RGB Variations
Color information
#8A9A8C (or 0x8A9A8C) is known color: Envy. HEX triplet: 8A, 9A and 8C. RGB value is (138,154,140). Sum of RGB (Red+Green+Blue) = 138+154+140=432 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.94% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 154 - color contains mainly: green. Hex color #8A9A8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9A8C is #756573. Grayscale: #939393. Windows color (decimal): -7693684 or 9214602. OLE color: 9214602.
HSL color Cylindrical-coordinate representation of color #8A9A8C: hue angle of 127.5º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8A9A8C is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 154 | 140 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.40 |
| HSL | 127.5º | 0.07% | 0.57% | - |
| HSV(B) | 127.5º | 0.1% | 0.6% | - |
| XYZ | 26.77 | 30.41 | 29.27 | - |
| YUV | 147.62 | 123.7 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 154 | 140 | 0.10 | 0 | 0.09 | 0.40 | 127.5 | 0.07 | 0.57 |
| Hex | 8A | 9A | 8C | A | 0 | 9 | 28 | 80 | 7 | 39 |
| Octal | 212 | 232 | 214 | 12 | 0 | 11 | 50 | 200 | 7 | 71 |
| Binary | 10001010 | 10011010 | 10001100 | 1010 | 0 | 1001 | 101000 | 10000000 | 111 | 111001 |
Color Harmonies of #8A9A8C
Complementary color
Monochromatic Colors of #8A9A8C
Black with #8A9A8C
Text Example
Text Example
White with #8A9A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9A8C; }
p { color: rgb(138,154,140); }
H1.HeaderClassName
{
color: #8A9A8C;
}
.AnyTagClassName
{
color: #8A9A8C;
}
</style>
background-color css
<style>
a { background-color: #8A9A8C; }
a { background-color: rgb(138,154,140); }
div.DivClassName
{
background-color: #8A9A8C;
}
.BgClassName
{
background-color: #8A9A8C;
}
</style>
border-color css
<style>
span { border-color: #8A9A8C; }
span { border-color: rgb(138,154,140); }
td.TdClassName
{
border-color: #8A9A8C;
}
.TagClassName
{
border-color: #8A9A8C;
}
</style>