Shades of Sage #8D9280
Tints of Sage #8D9280
RGB
CMYK
RGB Variations
Color information
#8D9280 (or 0x8D9280) is known color: Sage. HEX triplet: 8D, 92 and 80. RGB value is (141,146,128). Sum of RGB (Red+Green+Blue) = 141+146+128=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 146 - color contains mainly: green. Hex color #8D9280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9280 is #726D7F. Grayscale: #8E8E8E. Windows color (decimal): -7499136 or 8426125. OLE color: 8426125.
HSL color Cylindrical-coordinate representation of color #8D9280: hue angle of 76.67º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8D9280 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 146 | 128 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.43 |
| HSL | 76.67º | 0.08% | 0.54% | - |
| HSV(B) | 76.67º | 0.12% | 0.57% | - |
| XYZ | 25.16 | 27.78 | 24.46 | - |
| YUV | 142.45 | 119.84 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 146 | 128 | 0.03 | 0 | 0.12 | 0.43 | 76.67 | 0.08 | 0.54 |
| Hex | 8D | 92 | 80 | 3 | 0 | C | 2B | 4D | 8 | 36 |
| Octal | 215 | 222 | 200 | 3 | 0 | 14 | 53 | 115 | 10 | 66 |
| Binary | 10001101 | 10010010 | 10000000 | 11 | 0 | 1100 | 101011 | 1001101 | 1000 | 110110 |
Color Harmonies of #8D9280
Complementary color
Monochromatic Colors of #8D9280
Black with #8D9280
Text Example
Text Example
White with #8D9280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9280; }
p { color: rgb(141,146,128); }
H1.HeaderClassName
{
color: #8D9280;
}
.AnyTagClassName
{
color: #8D9280;
}
</style>
background-color css
<style>
a { background-color: #8D9280; }
a { background-color: rgb(141,146,128); }
div.DivClassName
{
background-color: #8D9280;
}
.BgClassName
{
background-color: #8D9280;
}
</style>
border-color css
<style>
span { border-color: #8D9280; }
span { border-color: rgb(141,146,128); }
td.TdClassName
{
border-color: #8D9280;
}
.TagClassName
{
border-color: #8D9280;
}
</style>