Shades of Manatee #8B8E94
Tints of Manatee #8B8E94
RGB
CMYK
RGB Variations
Color information
#8B8E94 (or 0x8B8E94) is known color: Manatee. HEX triplet: 8B, 8E and 94. RGB value is (139,142,148). Sum of RGB (Red+Green+Blue) = 139+142+148=429 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.40% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 148 - color contains mainly: blue. Hex color #8B8E94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8E94 is #74716B. Grayscale: #8D8D8D. Windows color (decimal): -7631212 or 9735819. OLE color: 9735819.
HSL color Cylindrical-coordinate representation of color #8B8E94: hue angle of 220º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8B8E94 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 142 | 148 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.42 |
| HSL | 220º | 0.04% | 0.56% | - |
| HSV(B) | 220º | 0.06% | 0.58% | - |
| XYZ | 25.67 | 26.97 | 31.87 | - |
| YUV | 141.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 142 | 148 | 0.06 | 0.04 | 0 | 0.42 | 220 | 0.04 | 0.56 |
| Hex | 8B | 8E | 94 | 6 | 4 | 0 | 2A | DC | 4 | 38 |
| Octal | 213 | 216 | 224 | 6 | 4 | 0 | 52 | 334 | 4 | 70 |
| Binary | 10001011 | 10001110 | 10010100 | 110 | 100 | 0 | 101010 | 11011100 | 100 | 111000 |
Color Harmonies of #8B8E94
Complementary color
Monochromatic Colors of #8B8E94
Black with #8B8E94
Text Example
Text Example
White with #8B8E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8E94; }
p { color: rgb(139,142,148); }
H1.HeaderClassName
{
color: #8B8E94;
}
.AnyTagClassName
{
color: #8B8E94;
}
</style>
background-color css
<style>
a { background-color: #8B8E94; }
a { background-color: rgb(139,142,148); }
div.DivClassName
{
background-color: #8B8E94;
}
.BgClassName
{
background-color: #8B8E94;
}
</style>
border-color css
<style>
span { border-color: #8B8E94; }
span { border-color: rgb(139,142,148); }
td.TdClassName
{
border-color: #8B8E94;
}
.TagClassName
{
border-color: #8B8E94;
}
</style>