Shades of Mantle #8F928E
Tints of Mantle #8F928E
RGB
CMYK
RGB Variations
Color information
#8F928E (or 0x8F928E) is known color: Mantle. HEX triplet: 8F, 92 and 8E. RGB value is (143,146,142). Sum of RGB (Red+Green+Blue) = 143+146+142=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 146 - color contains mainly: green. Hex color #8F928E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F928E is #706D71. Grayscale: #909090. Windows color (decimal): -7368050 or 9343631. OLE color: 9343631.
HSL color Cylindrical-coordinate representation of color #8F928E: hue angle of 105º degrees, saturation: 0.02, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8F928E is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 146 | 142 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.43 |
| HSL | 105º | 0.02% | 0.56% | - |
| HSV(B) | 105º | 0.03% | 0.57% | - |
| XYZ | 26.49 | 28.35 | 29.67 | - |
| YUV | 144.65 | 126.51 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 142 | 0.02 | 0 | 0.03 | 0.43 | 105 | 0.02 | 0.56 |
| Hex | 8F | 92 | 8E | 2 | 0 | 3 | 2B | 69 | 2 | 38 |
| Octal | 217 | 222 | 216 | 2 | 0 | 3 | 53 | 151 | 2 | 70 |
| Binary | 10001111 | 10010010 | 10001110 | 10 | 0 | 11 | 101011 | 1101001 | 10 | 111000 |
Color Harmonies of #8F928E
Complementary color
Monochromatic Colors of #8F928E
Black with #8F928E
Text Example
Text Example
White with #8F928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F928E; }
p { color: rgb(143,146,142); }
H1.HeaderClassName
{
color: #8F928E;
}
.AnyTagClassName
{
color: #8F928E;
}
</style>
background-color css
<style>
a { background-color: #8F928E; }
a { background-color: rgb(143,146,142); }
div.DivClassName
{
background-color: #8F928E;
}
.BgClassName
{
background-color: #8F928E;
}
</style>
border-color css
<style>
span { border-color: #8F928E; }
span { border-color: rgb(143,146,142); }
td.TdClassName
{
border-color: #8F928E;
}
.TagClassName
{
border-color: #8F928E;
}
</style>