Shades of Sage #8A927B
Tints of Sage #8A927B
RGB
CMYK
RGB Variations
Color information
#8A927B (or 0x8A927B) is known color: Sage. HEX triplet: 8A, 92 and 7B. RGB value is (138,146,123). Sum of RGB (Red+Green+Blue) = 138+146+123=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 146 - color contains mainly: green. Hex color #8A927B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A927B is #756D84. Grayscale: #8D8D8D. Windows color (decimal): -7695749 or 8098442. OLE color: 8098442.
HSL color Cylindrical-coordinate representation of color #8A927B: hue angle of 80.87º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8A927B is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 138 | 146 | 123 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.43 |
| HSL | 80.87º | 0.1% | 0.53% | - |
| HSV(B) | 80.87º | 0.16% | 0.57% | - |
| XYZ | 24.34 | 27.39 | 22.74 | - |
| YUV | 140.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 146 | 123 | 0.05 | 0 | 0.16 | 0.43 | 80.87 | 0.1 | 0.53 |
| Hex | 8A | 92 | 7B | 5 | 0 | 10 | 2B | 51 | A | 35 |
| Octal | 212 | 222 | 173 | 5 | 0 | 20 | 53 | 121 | 12 | 65 |
| Binary | 10001010 | 10010010 | 1111011 | 101 | 0 | 10000 | 101011 | 1010001 | 1010 | 110101 |
Color Harmonies of #8A927B
Complementary color
Monochromatic Colors of #8A927B
Black with #8A927B
Text Example
Text Example
White with #8A927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A927B; }
p { color: rgb(138,146,123); }
H1.HeaderClassName
{
color: #8A927B;
}
.AnyTagClassName
{
color: #8A927B;
}
</style>
background-color css
<style>
a { background-color: #8A927B; }
a { background-color: rgb(138,146,123); }
div.DivClassName
{
background-color: #8A927B;
}
.BgClassName
{
background-color: #8A927B;
}
</style>
border-color css
<style>
span { border-color: #8A927B; }
span { border-color: rgb(138,146,123); }
td.TdClassName
{
border-color: #8A927B;
}
.TagClassName
{
border-color: #8A927B;
}
</style>