Shades of Mantle #939F8D
Tints of Mantle #939F8D
RGB
CMYK
RGB Variations
Color information
#939F8D (or 0x939F8D) is known color: Mantle. HEX triplet: 93, 9F and 8D. RGB value is (147,159,141). Sum of RGB (Red+Green+Blue) = 147+159+141=447 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.89% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 159 - color contains mainly: green. Hex color #939F8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939F8D is #6C6072. Grayscale: #999999. Windows color (decimal): -7102579 or 9281427. OLE color: 9281427.
HSL color Cylindrical-coordinate representation of color #939F8D: hue angle of 100º degrees, saturation: 0.09, 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 #939F8D is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 159 | 141 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.38 |
| HSL | 100º | 0.09% | 0.59% | - |
| HSV(B) | 100º | 0.11% | 0.62% | - |
| XYZ | 29.24 | 32.92 | 30.01 | - |
| YUV | 153.36 | 121.02 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 159 | 141 | 0.08 | 0 | 0.11 | 0.38 | 100 | 0.09 | 0.59 |
| Hex | 93 | 9F | 8D | 8 | 0 | B | 26 | 64 | 9 | 3B |
| Octal | 223 | 237 | 215 | 10 | 0 | 13 | 46 | 144 | 11 | 73 |
| Binary | 10010011 | 10011111 | 10001101 | 1000 | 0 | 1011 | 100110 | 1100100 | 1001 | 111011 |
Color Harmonies of #939F8D
Complementary color
Monochromatic Colors of #939F8D
Black with #939F8D
Text Example
Text Example
White with #939F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939F8D; }
p { color: rgb(147,159,141); }
H1.HeaderClassName
{
color: #939F8D;
}
.AnyTagClassName
{
color: #939F8D;
}
</style>
background-color css
<style>
a { background-color: #939F8D; }
a { background-color: rgb(147,159,141); }
div.DivClassName
{
background-color: #939F8D;
}
.BgClassName
{
background-color: #939F8D;
}
</style>
border-color css
<style>
span { border-color: #939F8D; }
span { border-color: rgb(147,159,141); }
td.TdClassName
{
border-color: #939F8D;
}
.TagClassName
{
border-color: #939F8D;
}
</style>