Shades of Mantle #919A8D
Tints of Mantle #919A8D
RGB
CMYK
RGB Variations
Color information
#919A8D (or 0x919A8D) is known color: Mantle. HEX triplet: 91, 9A and 8D. RGB value is (145,154,141). Sum of RGB (Red+Green+Blue) = 145+154+141=440 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.95% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 154 - color contains mainly: green. Hex color #919A8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919A8D is #6E6572. Grayscale: #959595. Windows color (decimal): -7234931 or 9280145. OLE color: 9280145.
HSL color Cylindrical-coordinate representation of color #919A8D: hue angle of 101.54º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #919A8D is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
RGB | 145 | 154 | 141 | - |
CMYK | 0.06 | 0 | 0.08 | 0.40 |
HSL | 101.54º | 0.06% | 0.58% | - |
HSV(B) | 101.54º | 0.08% | 0.6% | - |
XYZ | 28.04 | 31.05 | 29.72 | - |
YUV | 149.83 | 123.02 | 124.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 145 | 154 | 141 | 0.06 | 0 | 0.08 | 0.40 | 101.54 | 0.06 | 0.58 |
Hex | 91 | 9A | 8D | 6 | 0 | 8 | 28 | 66 | 6 | 3A |
Octal | 221 | 232 | 215 | 6 | 0 | 10 | 50 | 146 | 6 | 72 |
Binary | 10010001 | 10011010 | 10001101 | 110 | 0 | 1000 | 101000 | 1100110 | 110 | 111010 |
Color Harmonies of #919A8D
Complementary color
Monochromatic Colors of #919A8D
Black with #919A8D
Text Example
Text Example
White with #919A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919A8D; }
p { color: rgb(145,154,141); }
H1.HeaderClassName
{
color: #919A8D;
}
.AnyTagClassName
{
color: #919A8D;
}
</style>
background-color css
<style>
a { background-color: #919A8D; }
a { background-color: rgb(145,154,141); }
div.DivClassName
{
background-color: #919A8D;
}
.BgClassName
{
background-color: #919A8D;
}
</style>
border-color css
<style>
span { border-color: #919A8D; }
span { border-color: rgb(145,154,141); }
td.TdClassName
{
border-color: #919A8D;
}
.TagClassName
{
border-color: #919A8D;
}
</style>