Shades of Sage #8B937D
Tints of Sage #8B937D
RGB
CMYK
RGB Variations
Color information
#8B937D (or 0x8B937D) is known color: Sage. HEX triplet: 8B, 93 and 7D. RGB value is (139,147,125). Sum of RGB (Red+Green+Blue) = 139+147+125=411 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.82% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 147 - color contains mainly: green. Hex color #8B937D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B937D is #746C82. Grayscale: #8E8E8E. Windows color (decimal): -7629955 or 8229771. OLE color: 8229771.
HSL color Cylindrical-coordinate representation of color #8B937D: hue angle of 81.82º 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 #8B937D is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 147 | 125 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.42 |
| HSL | 81.82º | 0.09% | 0.53% | - |
| HSV(B) | 81.82º | 0.15% | 0.58% | - |
| XYZ | 24.78 | 27.84 | 23.47 | - |
| YUV | 142.1 | 118.35 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 147 | 125 | 0.05 | 0 | 0.15 | 0.42 | 81.82 | 0.09 | 0.53 |
| Hex | 8B | 93 | 7D | 5 | 0 | F | 2A | 52 | 9 | 35 |
| Octal | 213 | 223 | 175 | 5 | 0 | 17 | 52 | 122 | 11 | 65 |
| Binary | 10001011 | 10010011 | 1111101 | 101 | 0 | 1111 | 101010 | 1010010 | 1001 | 110101 |
Color Harmonies of #8B937D
Complementary color
Monochromatic Colors of #8B937D
Black with #8B937D
Text Example
Text Example
White with #8B937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B937D; }
p { color: rgb(139,147,125); }
H1.HeaderClassName
{
color: #8B937D;
}
.AnyTagClassName
{
color: #8B937D;
}
</style>
background-color css
<style>
a { background-color: #8B937D; }
a { background-color: rgb(139,147,125); }
div.DivClassName
{
background-color: #8B937D;
}
.BgClassName
{
background-color: #8B937D;
}
</style>
border-color css
<style>
span { border-color: #8B937D; }
span { border-color: rgb(139,147,125); }
td.TdClassName
{
border-color: #8B937D;
}
.TagClassName
{
border-color: #8B937D;
}
</style>