Shades of Mantle #8F938D
Tints of Mantle #8F938D
RGB
CMYK
RGB Variations
Color information
#8F938D (or 0x8F938D) is known color: Mantle. HEX triplet: 8F, 93 and 8D. RGB value is (143,147,141). Sum of RGB (Red+Green+Blue) = 143+147+141=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 147 - color contains mainly: green. Hex color #8F938D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F938D is #706C72. Grayscale: #919191. Windows color (decimal): -7367795 or 9278351. OLE color: 9278351.
HSL color Cylindrical-coordinate representation of color #8F938D: hue angle of 100º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8F938D is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 147 | 141 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.42 |
| HSL | 100º | 0.03% | 0.56% | - |
| HSV(B) | 100º | 0.04% | 0.58% | - |
| XYZ | 26.57 | 28.63 | 29.33 | - |
| YUV | 145.12 | 125.67 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 141 | 0.03 | 0 | 0.04 | 0.42 | 100 | 0.03 | 0.56 |
| Hex | 8F | 93 | 8D | 3 | 0 | 4 | 2A | 64 | 3 | 38 |
| Octal | 217 | 223 | 215 | 3 | 0 | 4 | 52 | 144 | 3 | 70 |
| Binary | 10001111 | 10010011 | 10001101 | 11 | 0 | 100 | 101010 | 1100100 | 11 | 111000 |
Color Harmonies of #8F938D
Complementary color
Monochromatic Colors of #8F938D
Black with #8F938D
Text Example
Text Example
White with #8F938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F938D; }
p { color: rgb(143,147,141); }
H1.HeaderClassName
{
color: #8F938D;
}
.AnyTagClassName
{
color: #8F938D;
}
</style>
background-color css
<style>
a { background-color: #8F938D; }
a { background-color: rgb(143,147,141); }
div.DivClassName
{
background-color: #8F938D;
}
.BgClassName
{
background-color: #8F938D;
}
</style>
border-color css
<style>
span { border-color: #8F938D; }
span { border-color: rgb(143,147,141); }
td.TdClassName
{
border-color: #8F938D;
}
.TagClassName
{
border-color: #8F938D;
}
</style>