Shades of Mantle #909B8D
Tints of Mantle #909B8D
RGB
CMYK
RGB Variations
Color information
#909B8D (or 0x909B8D) is known color: Mantle. HEX triplet: 90, 9B and 8D. RGB value is (144,155,141). Sum of RGB (Red+Green+Blue) = 144+155+141=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 155 - color contains mainly: green. Hex color #909B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909B8D is #6F6472. Grayscale: #969696. Windows color (decimal): -7300211 or 9280400. OLE color: 9280400.
HSL color Cylindrical-coordinate representation of color #909B8D: hue angle of 107.14º 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 #909B8D is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 155 | 141 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.39 |
| HSL | 107.14º | 0.07% | 0.58% | - |
| HSV(B) | 107.14º | 0.09% | 0.61% | - |
| XYZ | 28.03 | 31.3 | 29.76 | - |
| YUV | 150.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 155 | 141 | 0.07 | 0 | 0.09 | 0.39 | 107.14 | 0.07 | 0.58 |
| Hex | 90 | 9B | 8D | 7 | 0 | 9 | 27 | 6B | 7 | 3A |
| Octal | 220 | 233 | 215 | 7 | 0 | 11 | 47 | 153 | 7 | 72 |
| Binary | 10010000 | 10011011 | 10001101 | 111 | 0 | 1001 | 100111 | 1101011 | 111 | 111010 |
Color Harmonies of #909B8D
Complementary color
Monochromatic Colors of #909B8D
Black with #909B8D
Text Example
Text Example
White with #909B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909B8D; }
p { color: rgb(144,155,141); }
H1.HeaderClassName
{
color: #909B8D;
}
.AnyTagClassName
{
color: #909B8D;
}
</style>
background-color css
<style>
a { background-color: #909B8D; }
a { background-color: rgb(144,155,141); }
div.DivClassName
{
background-color: #909B8D;
}
.BgClassName
{
background-color: #909B8D;
}
</style>
border-color css
<style>
span { border-color: #909B8D; }
span { border-color: rgb(144,155,141); }
td.TdClassName
{
border-color: #909B8D;
}
.TagClassName
{
border-color: #909B8D;
}
</style>