Shades of Manatee #8B93A2
Tints of Manatee #8B93A2
RGB
CMYK
RGB Variations
Color information
#8B93A2 (or 0x8B93A2) is known color: Manatee. HEX triplet: 8B, 93 and A2. RGB value is (139,147,162). Sum of RGB (Red+Green+Blue) = 139+147+162=448 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.03% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 162 (63.67% from 255 or 36.16% from 448); Max value from RGB is 162 - color contains mainly: blue. Hex color #8B93A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B93A2 is #746C5D. Grayscale: #929292. Windows color (decimal): -7629918 or 10654603. OLE color: 10654603.
HSL color Cylindrical-coordinate representation of color #8B93A2: hue angle of 219.13º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B93A2 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 147 | 162 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.36 |
| HSL | 219.13º | 0.11% | 0.59% | - |
| HSV(B) | 219.13º | 0.14% | 0.64% | - |
| XYZ | 27.6 | 28.97 | 38.32 | - |
| YUV | 146.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 147 | 162 | 0.14 | 0.09 | 0 | 0.36 | 219.13 | 0.11 | 0.59 |
| Hex | 8B | 93 | A2 | E | 9 | 0 | 24 | DB | B | 3B |
| Octal | 213 | 223 | 242 | 16 | 11 | 0 | 44 | 333 | 13 | 73 |
| Binary | 10001011 | 10010011 | 10100010 | 1110 | 1001 | 0 | 100100 | 11011011 | 1011 | 111011 |
Color Harmonies of #8B93A2
Complementary color
Monochromatic Colors of #8B93A2
Black with #8B93A2
Text Example
Text Example
White with #8B93A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B93A2; }
p { color: rgb(139,147,162); }
H1.HeaderClassName
{
color: #8B93A2;
}
.AnyTagClassName
{
color: #8B93A2;
}
</style>
background-color css
<style>
a { background-color: #8B93A2; }
a { background-color: rgb(139,147,162); }
div.DivClassName
{
background-color: #8B93A2;
}
.BgClassName
{
background-color: #8B93A2;
}
</style>
border-color css
<style>
span { border-color: #8B93A2; }
span { border-color: rgb(139,147,162); }
td.TdClassName
{
border-color: #8B93A2;
}
.TagClassName
{
border-color: #8B93A2;
}
</style>