Shades of Envy #899B8B
Tints of Envy #899B8B
RGB
CMYK
RGB Variations
Color information
#899B8B (or 0x899B8B) is known color: Envy. HEX triplet: 89, 9B and 8B. RGB value is (137,155,139). Sum of RGB (Red+Green+Blue) = 137+155+139=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 155 - color contains mainly: green. Hex color #899B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899B8B is #766474. Grayscale: #939393. Windows color (decimal): -7758965 or 9149321. OLE color: 9149321.
HSL color Cylindrical-coordinate representation of color #899B8B: hue angle of 126.67º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #899B8B is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 155 | 139 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.39 |
| HSL | 126.67º | 0.08% | 0.57% | - |
| HSV(B) | 126.67º | 0.12% | 0.61% | - |
| XYZ | 26.7 | 30.63 | 28.93 | - |
| YUV | 147.79 | 123.04 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 139 | 0.12 | 0 | 0.10 | 0.39 | 126.67 | 0.08 | 0.57 |
| Hex | 89 | 9B | 8B | C | 0 | A | 27 | 7F | 8 | 39 |
| Octal | 211 | 233 | 213 | 14 | 0 | 12 | 47 | 177 | 10 | 71 |
| Binary | 10001001 | 10011011 | 10001011 | 1100 | 0 | 1010 | 100111 | 1111111 | 1000 | 111001 |
Color Harmonies of #899B8B
Complementary color
Monochromatic Colors of #899B8B
Black with #899B8B
Text Example
Text Example
White with #899B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899B8B; }
p { color: rgb(137,155,139); }
H1.HeaderClassName
{
color: #899B8B;
}
.AnyTagClassName
{
color: #899B8B;
}
</style>
background-color css
<style>
a { background-color: #899B8B; }
a { background-color: rgb(137,155,139); }
div.DivClassName
{
background-color: #899B8B;
}
.BgClassName
{
background-color: #899B8B;
}
</style>
border-color css
<style>
span { border-color: #899B8B; }
span { border-color: rgb(137,155,139); }
td.TdClassName
{
border-color: #899B8B;
}
.TagClassName
{
border-color: #899B8B;
}
</style>