Shades of Manatee #8B939E
Tints of Manatee #8B939E
RGB
CMYK
RGB Variations
Color information
#8B939E (or 0x8B939E) is known color: Manatee. HEX triplet: 8B, 93 and 9E. RGB value is (139,147,158). Sum of RGB (Red+Green+Blue) = 139+147+158=444 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.31% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 158 - color contains mainly: blue. Hex color #8B939E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B939E is #746C61. Grayscale: #919191. Windows color (decimal): -7629922 or 10392459. OLE color: 10392459.
HSL color Cylindrical-coordinate representation of color #8B939E: hue angle of 214.74º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8B939E is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 147 | 158 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.38 |
| HSL | 214.74º | 0.09% | 0.58% | - |
| HSV(B) | 214.74º | 0.12% | 0.62% | - |
| XYZ | 27.25 | 28.83 | 36.48 | - |
| YUV | 145.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 147 | 158 | 0.12 | 0.07 | 0 | 0.38 | 214.74 | 0.09 | 0.58 |
| Hex | 8B | 93 | 9E | C | 7 | 0 | 26 | D7 | 9 | 3A |
| Octal | 213 | 223 | 236 | 14 | 7 | 0 | 46 | 327 | 11 | 72 |
| Binary | 10001011 | 10010011 | 10011110 | 1100 | 111 | 0 | 100110 | 11010111 | 1001 | 111010 |
Color Harmonies of #8B939E
Complementary color
Monochromatic Colors of #8B939E
Black with #8B939E
Text Example
Text Example
White with #8B939E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B939E; }
p { color: rgb(139,147,158); }
H1.HeaderClassName
{
color: #8B939E;
}
.AnyTagClassName
{
color: #8B939E;
}
</style>
background-color css
<style>
a { background-color: #8B939E; }
a { background-color: rgb(139,147,158); }
div.DivClassName
{
background-color: #8B939E;
}
.BgClassName
{
background-color: #8B939E;
}
</style>
border-color css
<style>
span { border-color: #8B939E; }
span { border-color: rgb(139,147,158); }
td.TdClassName
{
border-color: #8B939E;
}
.TagClassName
{
border-color: #8B939E;
}
</style>