Shades of Mantle #939E8D
Tints of Mantle #939E8D
RGB
CMYK
RGB Variations
Color information
#939E8D (or 0x939E8D) is known color: Mantle. HEX triplet: 93, 9E and 8D. RGB value is (147,158,141). Sum of RGB (Red+Green+Blue) = 147+158+141=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 158 - color contains mainly: green. Hex color #939E8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939E8D is #6C6172. Grayscale: #989898. Windows color (decimal): -7102835 or 9281171. OLE color: 9281171.
HSL color Cylindrical-coordinate representation of color #939E8D: hue angle of 98.82º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #939E8D is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 158 | 141 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.38 |
| HSL | 98.82º | 0.08% | 0.59% | - |
| HSV(B) | 98.82º | 0.11% | 0.62% | - |
| XYZ | 29.07 | 32.58 | 29.96 | - |
| YUV | 152.77 | 121.36 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 158 | 141 | 0.07 | 0 | 0.11 | 0.38 | 98.82 | 0.08 | 0.59 |
| Hex | 93 | 9E | 8D | 7 | 0 | B | 26 | 63 | 8 | 3B |
| Octal | 223 | 236 | 215 | 7 | 0 | 13 | 46 | 143 | 10 | 73 |
| Binary | 10010011 | 10011110 | 10001101 | 111 | 0 | 1011 | 100110 | 1100011 | 1000 | 111011 |
Color Harmonies of #939E8D
Complementary color
Monochromatic Colors of #939E8D
Black with #939E8D
Text Example
Text Example
White with #939E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939E8D; }
p { color: rgb(147,158,141); }
H1.HeaderClassName
{
color: #939E8D;
}
.AnyTagClassName
{
color: #939E8D;
}
</style>
background-color css
<style>
a { background-color: #939E8D; }
a { background-color: rgb(147,158,141); }
div.DivClassName
{
background-color: #939E8D;
}
.BgClassName
{
background-color: #939E8D;
}
</style>
border-color css
<style>
span { border-color: #939E8D; }
span { border-color: rgb(147,158,141); }
td.TdClassName
{
border-color: #939E8D;
}
.TagClassName
{
border-color: #939E8D;
}
</style>