Shades of Mantle #919B8D
Tints of Mantle #919B8D
RGB
CMYK
RGB Variations
Color information
#919B8D (or 0x919B8D) is known color: Mantle. HEX triplet: 91, 9B and 8D. RGB value is (145,155,141). Sum of RGB (Red+Green+Blue) = 145+155+141=441 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.88% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 155 - color contains mainly: green. Hex color #919B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919B8D is #6E6472. Grayscale: #969696. Windows color (decimal): -7234675 or 9280401. OLE color: 9280401.
HSL color Cylindrical-coordinate representation of color #919B8D: hue angle of 102.86º 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 #919B8D is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 155 | 141 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.39 |
| HSL | 102.86º | 0.07% | 0.58% | - |
| HSV(B) | 102.86º | 0.09% | 0.61% | - |
| XYZ | 28.21 | 31.39 | 29.77 | - |
| YUV | 150.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 155 | 141 | 0.06 | 0 | 0.09 | 0.39 | 102.86 | 0.07 | 0.58 |
| Hex | 91 | 9B | 8D | 6 | 0 | 9 | 27 | 67 | 7 | 3A |
| Octal | 221 | 233 | 215 | 6 | 0 | 11 | 47 | 147 | 7 | 72 |
| Binary | 10010001 | 10011011 | 10001101 | 110 | 0 | 1001 | 100111 | 1100111 | 111 | 111010 |
Color Harmonies of #919B8D
Complementary color
Monochromatic Colors of #919B8D
Black with #919B8D
Text Example
Text Example
White with #919B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919B8D; }
p { color: rgb(145,155,141); }
H1.HeaderClassName
{
color: #919B8D;
}
.AnyTagClassName
{
color: #919B8D;
}
</style>
background-color css
<style>
a { background-color: #919B8D; }
a { background-color: rgb(145,155,141); }
div.DivClassName
{
background-color: #919B8D;
}
.BgClassName
{
background-color: #919B8D;
}
</style>
border-color css
<style>
span { border-color: #919B8D; }
span { border-color: rgb(145,155,141); }
td.TdClassName
{
border-color: #919B8D;
}
.TagClassName
{
border-color: #919B8D;
}
</style>