Shades of Mantle #939E8F
Tints of Mantle #939E8F
RGB
CMYK
RGB Variations
Color information
#939E8F (or 0x939E8F) is known color: Mantle. HEX triplet: 93, 9E and 8F. RGB value is (147,158,143). Sum of RGB (Red+Green+Blue) = 147+158+143=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 158 - color contains mainly: green. Hex color #939E8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939E8F is #6C6170. Grayscale: #999999. Windows color (decimal): -7102833 or 9412243. OLE color: 9412243.
HSL color Cylindrical-coordinate representation of color #939E8F: hue angle of 104º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #939E8F is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 158 | 143 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.38 |
| HSL | 104º | 0.07% | 0.59% | - |
| HSV(B) | 104º | 0.09% | 0.62% | - |
| XYZ | 29.22 | 32.64 | 30.75 | - |
| YUV | 153 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 158 | 143 | 0.07 | 0 | 0.09 | 0.38 | 104 | 0.07 | 0.59 |
| Hex | 93 | 9E | 8F | 7 | 0 | 9 | 26 | 68 | 7 | 3B |
| Octal | 223 | 236 | 217 | 7 | 0 | 11 | 46 | 150 | 7 | 73 |
| Binary | 10010011 | 10011110 | 10001111 | 111 | 0 | 1001 | 100110 | 1101000 | 111 | 111011 |
Color Harmonies of #939E8F
Complementary color
Monochromatic Colors of #939E8F
Black with #939E8F
Text Example
Text Example
White with #939E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939E8F; }
p { color: rgb(147,158,143); }
H1.HeaderClassName
{
color: #939E8F;
}
.AnyTagClassName
{
color: #939E8F;
}
</style>
background-color css
<style>
a { background-color: #939E8F; }
a { background-color: rgb(147,158,143); }
div.DivClassName
{
background-color: #939E8F;
}
.BgClassName
{
background-color: #939E8F;
}
</style>
border-color css
<style>
span { border-color: #939E8F; }
span { border-color: rgb(147,158,143); }
td.TdClassName
{
border-color: #939E8F;
}
.TagClassName
{
border-color: #939E8F;
}
</style>