Shades of Sage #8A8E7F
Tints of Sage #8A8E7F
RGB
CMYK
RGB Variations
Color information
#8A8E7F (or 0x8A8E7F) is known color: Sage. HEX triplet: 8A, 8E and 7F. RGB value is (138,142,127). Sum of RGB (Red+Green+Blue) = 138+142+127=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 142 - color contains mainly: green. Hex color #8A8E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8E7F is #757180. Grayscale: #8B8B8B. Windows color (decimal): -7696769 or 8359562. OLE color: 8359562.
HSL color Cylindrical-coordinate representation of color #8A8E7F: hue angle of 76º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8A8E7F is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 142 | 127 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.44 |
| HSL | 76º | 0.06% | 0.53% | - |
| HSV(B) | 76º | 0.11% | 0.56% | - |
| XYZ | 23.99 | 26.28 | 23.89 | - |
| YUV | 139.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 142 | 127 | 0.03 | 0 | 0.11 | 0.44 | 76 | 0.06 | 0.53 |
| Hex | 8A | 8E | 7F | 3 | 0 | B | 2C | 4C | 6 | 35 |
| Octal | 212 | 216 | 177 | 3 | 0 | 13 | 54 | 114 | 6 | 65 |
| Binary | 10001010 | 10001110 | 1111111 | 11 | 0 | 1011 | 101100 | 1001100 | 110 | 110101 |
Color Harmonies of #8A8E7F
Complementary color
Monochromatic Colors of #8A8E7F
Black with #8A8E7F
Text Example
Text Example
White with #8A8E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8E7F; }
p { color: rgb(138,142,127); }
H1.HeaderClassName
{
color: #8A8E7F;
}
.AnyTagClassName
{
color: #8A8E7F;
}
</style>
background-color css
<style>
a { background-color: #8A8E7F; }
a { background-color: rgb(138,142,127); }
div.DivClassName
{
background-color: #8A8E7F;
}
.BgClassName
{
background-color: #8A8E7F;
}
</style>
border-color css
<style>
span { border-color: #8A8E7F; }
span { border-color: rgb(138,142,127); }
td.TdClassName
{
border-color: #8A8E7F;
}
.TagClassName
{
border-color: #8A8E7F;
}
</style>