Shades of Mantle #8F948E
Tints of Mantle #8F948E
RGB
CMYK
RGB Variations
Color information
#8F948E (or 0x8F948E) is known color: Mantle. HEX triplet: 8F, 94 and 8E. RGB value is (143,148,142). Sum of RGB (Red+Green+Blue) = 143+148+142=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 148 - color contains mainly: green. Hex color #8F948E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F948E is #706B71. Grayscale: #919191. Windows color (decimal): -7367538 or 9344143. OLE color: 9344143.
HSL color Cylindrical-coordinate representation of color #8F948E: hue angle of 110º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8F948E is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 142 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.42 |
| HSL | 110º | 0.03% | 0.57% | - |
| HSV(B) | 110º | 0.04% | 0.58% | - |
| XYZ | 26.8 | 28.97 | 29.77 | - |
| YUV | 145.82 | 125.84 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 142 | 0.03 | 0 | 0.04 | 0.42 | 110 | 0.03 | 0.57 |
| Hex | 8F | 94 | 8E | 3 | 0 | 4 | 2A | 6E | 3 | 39 |
| Octal | 217 | 224 | 216 | 3 | 0 | 4 | 52 | 156 | 3 | 71 |
| Binary | 10001111 | 10010100 | 10001110 | 11 | 0 | 100 | 101010 | 1101110 | 11 | 111001 |
Color Harmonies of #8F948E
Complementary color
Monochromatic Colors of #8F948E
Black with #8F948E
Text Example
Text Example
White with #8F948E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F948E; }
p { color: rgb(143,148,142); }
H1.HeaderClassName
{
color: #8F948E;
}
.AnyTagClassName
{
color: #8F948E;
}
</style>
background-color css
<style>
a { background-color: #8F948E; }
a { background-color: rgb(143,148,142); }
div.DivClassName
{
background-color: #8F948E;
}
.BgClassName
{
background-color: #8F948E;
}
</style>
border-color css
<style>
span { border-color: #8F948E; }
span { border-color: rgb(143,148,142); }
td.TdClassName
{
border-color: #8F948E;
}
.TagClassName
{
border-color: #8F948E;
}
</style>