Shades of Mantle #8F948C
Tints of Mantle #8F948C
RGB
CMYK
RGB Variations
Color information
#8F948C (or 0x8F948C) is known color: Mantle. HEX triplet: 8F, 94 and 8C. RGB value is (143,148,140). Sum of RGB (Red+Green+Blue) = 143+148+140=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 148 - color contains mainly: green. Hex color #8F948C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F948C is #706B73. Grayscale: #919191. Windows color (decimal): -7367540 or 9213071. OLE color: 9213071.
HSL color Cylindrical-coordinate representation of color #8F948C: hue angle of 97.5º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8F948C is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 140 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.42 |
| HSL | 97.5º | 0.04% | 0.56% | - |
| HSV(B) | 97.5º | 0.05% | 0.58% | - |
| XYZ | 26.65 | 28.91 | 28.99 | - |
| YUV | 145.59 | 124.84 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 140 | 0.03 | 0 | 0.05 | 0.42 | 97.5 | 0.04 | 0.56 |
| Hex | 8F | 94 | 8C | 3 | 0 | 5 | 2A | 62 | 4 | 38 |
| Octal | 217 | 224 | 214 | 3 | 0 | 5 | 52 | 142 | 4 | 70 |
| Binary | 10001111 | 10010100 | 10001100 | 11 | 0 | 101 | 101010 | 1100010 | 100 | 111000 |
Color Harmonies of #8F948C
Complementary color
Monochromatic Colors of #8F948C
Black with #8F948C
Text Example
Text Example
White with #8F948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F948C; }
p { color: rgb(143,148,140); }
H1.HeaderClassName
{
color: #8F948C;
}
.AnyTagClassName
{
color: #8F948C;
}
</style>
background-color css
<style>
a { background-color: #8F948C; }
a { background-color: rgb(143,148,140); }
div.DivClassName
{
background-color: #8F948C;
}
.BgClassName
{
background-color: #8F948C;
}
</style>
border-color css
<style>
span { border-color: #8F948C; }
span { border-color: rgb(143,148,140); }
td.TdClassName
{
border-color: #8F948C;
}
.TagClassName
{
border-color: #8F948C;
}
</style>