Shades of Mantle #8F948D
Tints of Mantle #8F948D
RGB
CMYK
RGB Variations
Color information
#8F948D (or 0x8F948D) is known color: Mantle. HEX triplet: 8F, 94 and 8D. RGB value is (143,148,141). Sum of RGB (Red+Green+Blue) = 143+148+141=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 148 - color contains mainly: green. Hex color #8F948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F948D is #706B72. Grayscale: #919191. Windows color (decimal): -7367539 or 9278607. OLE color: 9278607.
HSL color Cylindrical-coordinate representation of color #8F948D: hue angle of 102.86º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8F948D is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 141 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.42 |
| HSL | 102.86º | 0.03% | 0.57% | - |
| HSV(B) | 102.86º | 0.05% | 0.58% | - |
| XYZ | 26.73 | 28.94 | 29.38 | - |
| YUV | 145.71 | 125.34 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 141 | 0.03 | 0 | 0.05 | 0.42 | 102.86 | 0.03 | 0.57 |
| Hex | 8F | 94 | 8D | 3 | 0 | 5 | 2A | 67 | 3 | 39 |
| Octal | 217 | 224 | 215 | 3 | 0 | 5 | 52 | 147 | 3 | 71 |
| Binary | 10001111 | 10010100 | 10001101 | 11 | 0 | 101 | 101010 | 1100111 | 11 | 111001 |
Color Harmonies of #8F948D
Complementary color
Monochromatic Colors of #8F948D
Black with #8F948D
Text Example
Text Example
White with #8F948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F948D; }
p { color: rgb(143,148,141); }
H1.HeaderClassName
{
color: #8F948D;
}
.AnyTagClassName
{
color: #8F948D;
}
</style>
background-color css
<style>
a { background-color: #8F948D; }
a { background-color: rgb(143,148,141); }
div.DivClassName
{
background-color: #8F948D;
}
.BgClassName
{
background-color: #8F948D;
}
</style>
border-color css
<style>
span { border-color: #8F948D; }
span { border-color: rgb(143,148,141); }
td.TdClassName
{
border-color: #8F948D;
}
.TagClassName
{
border-color: #8F948D;
}
</style>