Shades of Envy #8A9D90
Tints of Envy #8A9D90
RGB
CMYK
RGB Variations
Color information
#8A9D90 (or 0x8A9D90) is known color: Envy. HEX triplet: 8A, 9D and 90. RGB value is (138,157,144). Sum of RGB (Red+Green+Blue) = 138+157+144=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 157 - color contains mainly: green. Hex color #8A9D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9D90 is #75626F. Grayscale: #959595. Windows color (decimal): -7692912 or 9477514. OLE color: 9477514.
HSL color Cylindrical-coordinate representation of color #8A9D90: hue angle of 138.95º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8A9D90 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 157 | 144 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.38 |
| HSL | 138.95º | 0.09% | 0.58% | - |
| HSV(B) | 138.95º | 0.12% | 0.62% | - |
| XYZ | 27.57 | 31.53 | 31.02 | - |
| YUV | 149.84 | 124.71 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 157 | 144 | 0.12 | 0 | 0.08 | 0.38 | 138.95 | 0.09 | 0.58 |
| Hex | 8A | 9D | 90 | C | 0 | 8 | 26 | 8B | 9 | 3A |
| Octal | 212 | 235 | 220 | 14 | 0 | 10 | 46 | 213 | 11 | 72 |
| Binary | 10001010 | 10011101 | 10010000 | 1100 | 0 | 1000 | 100110 | 10001011 | 1001 | 111010 |
Color Harmonies of #8A9D90
Complementary color
Monochromatic Colors of #8A9D90
Black with #8A9D90
Text Example
Text Example
White with #8A9D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9D90; }
p { color: rgb(138,157,144); }
H1.HeaderClassName
{
color: #8A9D90;
}
.AnyTagClassName
{
color: #8A9D90;
}
</style>
background-color css
<style>
a { background-color: #8A9D90; }
a { background-color: rgb(138,157,144); }
div.DivClassName
{
background-color: #8A9D90;
}
.BgClassName
{
background-color: #8A9D90;
}
</style>
border-color css
<style>
span { border-color: #8A9D90; }
span { border-color: rgb(138,157,144); }
td.TdClassName
{
border-color: #8A9D90;
}
.TagClassName
{
border-color: #8A9D90;
}
</style>