Shades of Envy #8A9B8F
Tints of Envy #8A9B8F
RGB
CMYK
RGB Variations
Color information
#8A9B8F (or 0x8A9B8F) is known color: Envy. HEX triplet: 8A, 9B and 8F. RGB value is (138,155,143). Sum of RGB (Red+Green+Blue) = 138+155+143=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9B8F is #756470. Grayscale: #949494. Windows color (decimal): -7693425 or 9411466. OLE color: 9411466.
HSL color Cylindrical-coordinate representation of color #8A9B8F: hue angle of 137.65º 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 #8A9B8F is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 155 | 143 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.39 |
| HSL | 137.65º | 0.08% | 0.57% | - |
| HSV(B) | 137.65º | 0.11% | 0.61% | - |
| XYZ | 27.16 | 30.83 | 30.51 | - |
| YUV | 148.55 | 124.87 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 155 | 143 | 0.11 | 0 | 0.08 | 0.39 | 137.65 | 0.08 | 0.57 |
| Hex | 8A | 9B | 8F | B | 0 | 8 | 27 | 8A | 8 | 39 |
| Octal | 212 | 233 | 217 | 13 | 0 | 10 | 47 | 212 | 10 | 71 |
| Binary | 10001010 | 10011011 | 10001111 | 1011 | 0 | 1000 | 100111 | 10001010 | 1000 | 111001 |
Color Harmonies of #8A9B8F
Complementary color
Monochromatic Colors of #8A9B8F
Black with #8A9B8F
Text Example
Text Example
White with #8A9B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9B8F; }
p { color: rgb(138,155,143); }
H1.HeaderClassName
{
color: #8A9B8F;
}
.AnyTagClassName
{
color: #8A9B8F;
}
</style>
background-color css
<style>
a { background-color: #8A9B8F; }
a { background-color: rgb(138,155,143); }
div.DivClassName
{
background-color: #8A9B8F;
}
.BgClassName
{
background-color: #8A9B8F;
}
</style>
border-color css
<style>
span { border-color: #8A9B8F; }
span { border-color: rgb(138,155,143); }
td.TdClassName
{
border-color: #8A9B8F;
}
.TagClassName
{
border-color: #8A9B8F;
}
</style>