Shades of Mantle #929B8D
Tints of Mantle #929B8D
RGB
CMYK
RGB Variations
Color information
#929B8D (or 0x929B8D) is known color: Mantle. HEX triplet: 92, 9B and 8D. RGB value is (146,155,141). Sum of RGB (Red+Green+Blue) = 146+155+141=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 155 - color contains mainly: green. Hex color #929B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929B8D is #6D6472. Grayscale: #969696. Windows color (decimal): -7169139 or 9280402. OLE color: 9280402.
HSL color Cylindrical-coordinate representation of color #929B8D: hue angle of 98.57º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #929B8D is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 146 | 155 | 141 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.39 |
| HSL | 98.57º | 0.07% | 0.58% | - |
| HSV(B) | 98.57º | 0.09% | 0.61% | - |
| XYZ | 28.38 | 31.48 | 29.78 | - |
| YUV | 150.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 155 | 141 | 0.06 | 0 | 0.09 | 0.39 | 98.57 | 0.07 | 0.58 |
| Hex | 92 | 9B | 8D | 6 | 0 | 9 | 27 | 63 | 7 | 3A |
| Octal | 222 | 233 | 215 | 6 | 0 | 11 | 47 | 143 | 7 | 72 |
| Binary | 10010010 | 10011011 | 10001101 | 110 | 0 | 1001 | 100111 | 1100011 | 111 | 111010 |
Color Harmonies of #929B8D
Complementary color
Monochromatic Colors of #929B8D
Black with #929B8D
Text Example
Text Example
White with #929B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929B8D; }
p { color: rgb(146,155,141); }
H1.HeaderClassName
{
color: #929B8D;
}
.AnyTagClassName
{
color: #929B8D;
}
</style>
background-color css
<style>
a { background-color: #929B8D; }
a { background-color: rgb(146,155,141); }
div.DivClassName
{
background-color: #929B8D;
}
.BgClassName
{
background-color: #929B8D;
}
</style>
border-color css
<style>
span { border-color: #929B8D; }
span { border-color: rgb(146,155,141); }
td.TdClassName
{
border-color: #929B8D;
}
.TagClassName
{
border-color: #929B8D;
}
</style>