Shades of Manatee #8E949D
Tints of Manatee #8E949D
RGB
CMYK
RGB Variations
Color information
#8E949D (or 0x8E949D) is known color: Manatee. HEX triplet: 8E, 94 and 9D. RGB value is (142,148,157). Sum of RGB (Red+Green+Blue) = 142+148+157=447 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.77% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 157 - color contains mainly: blue. Hex color #8E949D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E949D is #716B62. Grayscale: #939393. Windows color (decimal): -7433059 or 10327182. OLE color: 10327182.
HSL color Cylindrical-coordinate representation of color #8E949D: hue angle of 216º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8E949D is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 148 | 157 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.38 |
| HSL | 216º | 0.07% | 0.59% | - |
| HSV(B) | 216º | 0.1% | 0.62% | - |
| XYZ | 27.83 | 29.36 | 36.1 | - |
| YUV | 147.23 | 133.51 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 148 | 157 | 0.10 | 0.06 | 0 | 0.38 | 216 | 0.07 | 0.59 |
| Hex | 8E | 94 | 9D | A | 6 | 0 | 26 | D8 | 7 | 3B |
| Octal | 216 | 224 | 235 | 12 | 6 | 0 | 46 | 330 | 7 | 73 |
| Binary | 10001110 | 10010100 | 10011101 | 1010 | 110 | 0 | 100110 | 11011000 | 111 | 111011 |
Color Harmonies of #8E949D
Complementary color
Monochromatic Colors of #8E949D
Black with #8E949D
Text Example
Text Example
White with #8E949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E949D; }
p { color: rgb(142,148,157); }
H1.HeaderClassName
{
color: #8E949D;
}
.AnyTagClassName
{
color: #8E949D;
}
</style>
background-color css
<style>
a { background-color: #8E949D; }
a { background-color: rgb(142,148,157); }
div.DivClassName
{
background-color: #8E949D;
}
.BgClassName
{
background-color: #8E949D;
}
</style>
border-color css
<style>
span { border-color: #8E949D; }
span { border-color: rgb(142,148,157); }
td.TdClassName
{
border-color: #8E949D;
}
.TagClassName
{
border-color: #8E949D;
}
</style>