Shades of Sage #939884
Tints of Sage #939884
RGB
CMYK
RGB Variations
Color information
#939884 (or 0x939884) is known color: Sage. HEX triplet: 93, 98 and 84. RGB value is (147,152,132). Sum of RGB (Red+Green+Blue) = 147+152+132=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 152 - color contains mainly: green. Hex color #939884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939884 is #6C677B. Grayscale: #949494. Windows color (decimal): -7104380 or 8689811. OLE color: 8689811.
HSL color Cylindrical-coordinate representation of color #939884: hue angle of 75º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #939884 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 152 | 132 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.40 |
| HSL | 75º | 0.09% | 0.56% | - |
| HSV(B) | 75º | 0.13% | 0.6% | - |
| XYZ | 27.43 | 30.33 | 26.24 | - |
| YUV | 148.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 152 | 132 | 0.03 | 0 | 0.13 | 0.40 | 75 | 0.09 | 0.56 |
| Hex | 93 | 98 | 84 | 3 | 0 | D | 28 | 4B | 9 | 38 |
| Octal | 223 | 230 | 204 | 3 | 0 | 15 | 50 | 113 | 11 | 70 |
| Binary | 10010011 | 10011000 | 10000100 | 11 | 0 | 1101 | 101000 | 1001011 | 1001 | 111000 |
Color Harmonies of #939884
Complementary color
Monochromatic Colors of #939884
Black with #939884
Text Example
Text Example
White with #939884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939884; }
p { color: rgb(147,152,132); }
H1.HeaderClassName
{
color: #939884;
}
.AnyTagClassName
{
color: #939884;
}
</style>
background-color css
<style>
a { background-color: #939884; }
a { background-color: rgb(147,152,132); }
div.DivClassName
{
background-color: #939884;
}
.BgClassName
{
background-color: #939884;
}
</style>
border-color css
<style>
span { border-color: #939884; }
span { border-color: rgb(147,152,132); }
td.TdClassName
{
border-color: #939884;
}
.TagClassName
{
border-color: #939884;
}
</style>