Shades of Manatee #8D949F
Tints of Manatee #8D949F
RGB
CMYK
RGB Variations
Color information
#8D949F (or 0x8D949F) is known color: Manatee. HEX triplet: 8D, 94 and 9F. RGB value is (141,148,159). Sum of RGB (Red+Green+Blue) = 141+148+159=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 159 - color contains mainly: blue. Hex color #8D949F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D949F is #726B60. Grayscale: #939393. Windows color (decimal): -7498593 or 10458253. OLE color: 10458253.
HSL color Cylindrical-coordinate representation of color #8D949F: hue angle of 216.67º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8D949F is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 148 | 159 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.38 |
| HSL | 216.67º | 0.09% | 0.59% | - |
| HSV(B) | 216.67º | 0.11% | 0.62% | - |
| XYZ | 27.83 | 29.35 | 37 | - |
| YUV | 147.16 | 134.68 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 148 | 159 | 0.11 | 0.07 | 0 | 0.38 | 216.67 | 0.09 | 0.59 |
| Hex | 8D | 94 | 9F | B | 7 | 0 | 26 | D9 | 9 | 3B |
| Octal | 215 | 224 | 237 | 13 | 7 | 0 | 46 | 331 | 11 | 73 |
| Binary | 10001101 | 10010100 | 10011111 | 1011 | 111 | 0 | 100110 | 11011001 | 1001 | 111011 |
Color Harmonies of #8D949F
Complementary color
Monochromatic Colors of #8D949F
Black with #8D949F
Text Example
Text Example
White with #8D949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D949F; }
p { color: rgb(141,148,159); }
H1.HeaderClassName
{
color: #8D949F;
}
.AnyTagClassName
{
color: #8D949F;
}
</style>
background-color css
<style>
a { background-color: #8D949F; }
a { background-color: rgb(141,148,159); }
div.DivClassName
{
background-color: #8D949F;
}
.BgClassName
{
background-color: #8D949F;
}
</style>
border-color css
<style>
span { border-color: #8D949F; }
span { border-color: rgb(141,148,159); }
td.TdClassName
{
border-color: #8D949F;
}
.TagClassName
{
border-color: #8D949F;
}
</style>