Shades of Mantle #909A8D
Tints of Mantle #909A8D
RGB
CMYK
RGB Variations
Color information
#909A8D (or 0x909A8D) is known color: Mantle. HEX triplet: 90, 9A and 8D. RGB value is (144,154,141). Sum of RGB (Red+Green+Blue) = 144+154+141=439 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.80% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 154 - color contains mainly: green. Hex color #909A8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909A8D is #6F6572. Grayscale: #959595. Windows color (decimal): -7300467 or 9280144. OLE color: 9280144.
HSL color Cylindrical-coordinate representation of color #909A8D: hue angle of 106.15º 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 #909A8D is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 144 | 154 | 141 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.40 |
| HSL | 106.15º | 0.06% | 0.58% | - |
| HSV(B) | 106.15º | 0.08% | 0.6% | - |
| XYZ | 27.86 | 30.96 | 29.71 | - |
| YUV | 149.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 154 | 141 | 0.06 | 0 | 0.08 | 0.40 | 106.15 | 0.06 | 0.58 |
| Hex | 90 | 9A | 8D | 6 | 0 | 8 | 28 | 6A | 6 | 3A |
| Octal | 220 | 232 | 215 | 6 | 0 | 10 | 50 | 152 | 6 | 72 |
| Binary | 10010000 | 10011010 | 10001101 | 110 | 0 | 1000 | 101000 | 1101010 | 110 | 111010 |
Color Harmonies of #909A8D
Complementary color
Monochromatic Colors of #909A8D
Black with #909A8D
Text Example
Text Example
White with #909A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909A8D; }
p { color: rgb(144,154,141); }
H1.HeaderClassName
{
color: #909A8D;
}
.AnyTagClassName
{
color: #909A8D;
}
</style>
background-color css
<style>
a { background-color: #909A8D; }
a { background-color: rgb(144,154,141); }
div.DivClassName
{
background-color: #909A8D;
}
.BgClassName
{
background-color: #909A8D;
}
</style>
border-color css
<style>
span { border-color: #909A8D; }
span { border-color: rgb(144,154,141); }
td.TdClassName
{
border-color: #909A8D;
}
.TagClassName
{
border-color: #909A8D;
}
</style>