Shades of Envy #8A918C
Tints of Envy #8A918C
RGB
CMYK
RGB Variations
Color information
#8A918C (or 0x8A918C) is known color: Envy. HEX triplet: 8A, 91 and 8C. RGB value is (138,145,140). Sum of RGB (Red+Green+Blue) = 138+145+140=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 145 - color contains mainly: green. Hex color #8A918C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A918C is #756E73. Grayscale: #8E8E8E. Windows color (decimal): -7695988 or 9212298. OLE color: 9212298.
HSL color Cylindrical-coordinate representation of color #8A918C: hue angle of 137.14º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8A918C is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 138 | 145 | 140 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.43 |
| HSL | 137.14º | 0.03% | 0.55% | - |
| HSV(B) | 137.14º | 0.05% | 0.57% | - |
| XYZ | 25.34 | 27.55 | 28.79 | - |
| YUV | 142.34 | 126.68 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 145 | 140 | 0.05 | 0 | 0.03 | 0.43 | 137.14 | 0.03 | 0.55 |
| Hex | 8A | 91 | 8C | 5 | 0 | 3 | 2B | 89 | 3 | 37 |
| Octal | 212 | 221 | 214 | 5 | 0 | 3 | 53 | 211 | 3 | 67 |
| Binary | 10001010 | 10010001 | 10001100 | 101 | 0 | 11 | 101011 | 10001001 | 11 | 110111 |
Color Harmonies of #8A918C
Complementary color
Monochromatic Colors of #8A918C
Black with #8A918C
Text Example
Text Example
White with #8A918C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A918C; }
p { color: rgb(138,145,140); }
H1.HeaderClassName
{
color: #8A918C;
}
.AnyTagClassName
{
color: #8A918C;
}
</style>
background-color css
<style>
a { background-color: #8A918C; }
a { background-color: rgb(138,145,140); }
div.DivClassName
{
background-color: #8A918C;
}
.BgClassName
{
background-color: #8A918C;
}
</style>
border-color css
<style>
span { border-color: #8A918C; }
span { border-color: rgb(138,145,140); }
td.TdClassName
{
border-color: #8A918C;
}
.TagClassName
{
border-color: #8A918C;
}
</style>