Shades of Envy #8A9B8E
Tints of Envy #8A9B8E
RGB
CMYK
RGB Variations
Color information
#8A9B8E (or 0x8A9B8E) is known color: Envy. HEX triplet: 8A, 9B and 8E. RGB value is (138,155,142). Sum of RGB (Red+Green+Blue) = 138+155+142=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9B8E is #756471. Grayscale: #949494. Windows color (decimal): -7693426 or 9345930. OLE color: 9345930.
HSL color Cylindrical-coordinate representation of color #8A9B8E: hue angle of 134.12º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8A9B8E is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 155 | 142 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.39 |
| HSL | 134.12º | 0.08% | 0.57% | - |
| HSV(B) | 134.12º | 0.11% | 0.61% | - |
| XYZ | 27.09 | 30.8 | 30.11 | - |
| YUV | 148.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 155 | 142 | 0.11 | 0 | 0.08 | 0.39 | 134.12 | 0.08 | 0.57 |
| Hex | 8A | 9B | 8E | B | 0 | 8 | 27 | 86 | 8 | 39 |
| Octal | 212 | 233 | 216 | 13 | 0 | 10 | 47 | 206 | 10 | 71 |
| Binary | 10001010 | 10011011 | 10001110 | 1011 | 0 | 1000 | 100111 | 10000110 | 1000 | 111001 |
Color Harmonies of #8A9B8E
Complementary color
Monochromatic Colors of #8A9B8E
Black with #8A9B8E
Text Example
Text Example
White with #8A9B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9B8E; }
p { color: rgb(138,155,142); }
H1.HeaderClassName
{
color: #8A9B8E;
}
.AnyTagClassName
{
color: #8A9B8E;
}
</style>
background-color css
<style>
a { background-color: #8A9B8E; }
a { background-color: rgb(138,155,142); }
div.DivClassName
{
background-color: #8A9B8E;
}
.BgClassName
{
background-color: #8A9B8E;
}
</style>
border-color css
<style>
span { border-color: #8A9B8E; }
span { border-color: rgb(138,155,142); }
td.TdClassName
{
border-color: #8A9B8E;
}
.TagClassName
{
border-color: #8A9B8E;
}
</style>