Shades of Mantle #919E8B
Tints of Mantle #919E8B
RGB
CMYK
RGB Variations
Color information
#919E8B (or 0x919E8B) is known color: Mantle. HEX triplet: 91, 9E and 8B. RGB value is (145,158,139). Sum of RGB (Red+Green+Blue) = 145+158+139=442 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.81% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 158 - color contains mainly: green. Hex color #919E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919E8B is #6E6174. Grayscale: #989898. Windows color (decimal): -7233909 or 9150097. OLE color: 9150097.
HSL color Cylindrical-coordinate representation of color #919E8B: hue angle of 101.05º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #919E8B is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 158 | 139 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.38 |
| HSL | 101.05º | 0.09% | 0.58% | - |
| HSV(B) | 101.05º | 0.12% | 0.62% | - |
| XYZ | 28.56 | 32.34 | 29.16 | - |
| YUV | 151.95 | 120.69 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 139 | 0.08 | 0 | 0.12 | 0.38 | 101.05 | 0.09 | 0.58 |
| Hex | 91 | 9E | 8B | 8 | 0 | C | 26 | 65 | 9 | 3A |
| Octal | 221 | 236 | 213 | 10 | 0 | 14 | 46 | 145 | 11 | 72 |
| Binary | 10010001 | 10011110 | 10001011 | 1000 | 0 | 1100 | 100110 | 1100101 | 1001 | 111010 |
Color Harmonies of #919E8B
Complementary color
Monochromatic Colors of #919E8B
Black with #919E8B
Text Example
Text Example
White with #919E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919E8B; }
p { color: rgb(145,158,139); }
H1.HeaderClassName
{
color: #919E8B;
}
.AnyTagClassName
{
color: #919E8B;
}
</style>
background-color css
<style>
a { background-color: #919E8B; }
a { background-color: rgb(145,158,139); }
div.DivClassName
{
background-color: #919E8B;
}
.BgClassName
{
background-color: #919E8B;
}
</style>
border-color css
<style>
span { border-color: #919E8B; }
span { border-color: rgb(145,158,139); }
td.TdClassName
{
border-color: #919E8B;
}
.TagClassName
{
border-color: #919E8B;
}
</style>