Shades of Sage #8E937D
Tints of Sage #8E937D
RGB
CMYK
RGB Variations
Color information
#8E937D (or 0x8E937D) is known color: Sage. HEX triplet: 8E, 93 and 7D. RGB value is (142,147,125). Sum of RGB (Red+Green+Blue) = 142+147+125=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 147 - color contains mainly: green. Hex color #8E937D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E937D is #716C82. Grayscale: #8F8F8F. Windows color (decimal): -7433347 or 8229774. OLE color: 8229774.
HSL color Cylindrical-coordinate representation of color #8E937D: hue angle of 73.64º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8E937D is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 147 | 125 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.42 |
| HSL | 73.64º | 0.09% | 0.53% | - |
| HSV(B) | 73.64º | 0.15% | 0.58% | - |
| XYZ | 25.29 | 28.1 | 23.49 | - |
| YUV | 143 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 147 | 125 | 0.03 | 0 | 0.15 | 0.42 | 73.64 | 0.09 | 0.53 |
| Hex | 8E | 93 | 7D | 3 | 0 | F | 2A | 4A | 9 | 35 |
| Octal | 216 | 223 | 175 | 3 | 0 | 17 | 52 | 112 | 11 | 65 |
| Binary | 10001110 | 10010011 | 1111101 | 11 | 0 | 1111 | 101010 | 1001010 | 1001 | 110101 |
Color Harmonies of #8E937D
Complementary color
Monochromatic Colors of #8E937D
Black with #8E937D
Text Example
Text Example
White with #8E937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E937D; }
p { color: rgb(142,147,125); }
H1.HeaderClassName
{
color: #8E937D;
}
.AnyTagClassName
{
color: #8E937D;
}
</style>
background-color css
<style>
a { background-color: #8E937D; }
a { background-color: rgb(142,147,125); }
div.DivClassName
{
background-color: #8E937D;
}
.BgClassName
{
background-color: #8E937D;
}
</style>
border-color css
<style>
span { border-color: #8E937D; }
span { border-color: rgb(142,147,125); }
td.TdClassName
{
border-color: #8E937D;
}
.TagClassName
{
border-color: #8E937D;
}
</style>