Shades of Sage #939882
Tints of Sage #939882
RGB
CMYK
RGB Variations
Color information
#939882 (or 0x939882) is known color: Sage. HEX triplet: 93, 98 and 82. RGB value is (147,152,130). Sum of RGB (Red+Green+Blue) = 147+152+130=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 152 - color contains mainly: green. Hex color #939882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939882 is #6C677D. Grayscale: #949494. Windows color (decimal): -7104382 or 8558739. OLE color: 8558739.
HSL color Cylindrical-coordinate representation of color #939882: hue angle of 73.64º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #939882 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 152 | 130 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.40 |
| HSL | 73.64º | 0.1% | 0.55% | - |
| HSV(B) | 73.64º | 0.14% | 0.6% | - |
| XYZ | 27.29 | 30.27 | 25.52 | - |
| YUV | 148 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 152 | 130 | 0.03 | 0 | 0.14 | 0.40 | 73.64 | 0.1 | 0.55 |
| Hex | 93 | 98 | 82 | 3 | 0 | E | 28 | 4A | A | 37 |
| Octal | 223 | 230 | 202 | 3 | 0 | 16 | 50 | 112 | 12 | 67 |
| Binary | 10010011 | 10011000 | 10000010 | 11 | 0 | 1110 | 101000 | 1001010 | 1010 | 110111 |
Color Harmonies of #939882
Complementary color
Monochromatic Colors of #939882
Black with #939882
Text Example
Text Example
White with #939882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939882; }
p { color: rgb(147,152,130); }
H1.HeaderClassName
{
color: #939882;
}
.AnyTagClassName
{
color: #939882;
}
</style>
background-color css
<style>
a { background-color: #939882; }
a { background-color: rgb(147,152,130); }
div.DivClassName
{
background-color: #939882;
}
.BgClassName
{
background-color: #939882;
}
</style>
border-color css
<style>
span { border-color: #939882; }
span { border-color: rgb(147,152,130); }
td.TdClassName
{
border-color: #939882;
}
.TagClassName
{
border-color: #939882;
}
</style>