Shades of Manatee #8B93AA
Tints of Manatee #8B93AA
RGB
CMYK
RGB Variations
Color information
#8B93AA (or 0x8B93AA) is known color: Manatee. HEX triplet: 8B, 93 and AA. RGB value is (139,147,170). Sum of RGB (Red+Green+Blue) = 139+147+170=456 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.48% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B93AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B93AA is #746C55. Grayscale: #939393. Windows color (decimal): -7629910 or 11178891. OLE color: 11178891.
HSL color Cylindrical-coordinate representation of color #8B93AA: hue angle of 224.52º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8B93AA is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 147 | 170 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.33 |
| HSL | 224.52º | 0.15% | 0.61% | - |
| HSV(B) | 224.52º | 0.18% | 0.67% | - |
| XYZ | 28.34 | 29.26 | 42.18 | - |
| YUV | 147.23 | 140.85 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 147 | 170 | 0.18 | 0.14 | 0 | 0.33 | 224.52 | 0.15 | 0.61 |
| Hex | 8B | 93 | AA | 12 | E | 0 | 21 | E1 | F | 3D |
| Octal | 213 | 223 | 252 | 22 | 16 | 0 | 41 | 341 | 17 | 75 |
| Binary | 10001011 | 10010011 | 10101010 | 10010 | 1110 | 0 | 100001 | 11100001 | 1111 | 111101 |
Color Harmonies of #8B93AA
Complementary color
Monochromatic Colors of #8B93AA
Black with #8B93AA
Text Example
Text Example
White with #8B93AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B93AA; }
p { color: rgb(139,147,170); }
H1.HeaderClassName
{
color: #8B93AA;
}
.AnyTagClassName
{
color: #8B93AA;
}
</style>
background-color css
<style>
a { background-color: #8B93AA; }
a { background-color: rgb(139,147,170); }
div.DivClassName
{
background-color: #8B93AA;
}
.BgClassName
{
background-color: #8B93AA;
}
</style>
border-color css
<style>
span { border-color: #8B93AA; }
span { border-color: rgb(139,147,170); }
td.TdClassName
{
border-color: #8B93AA;
}
.TagClassName
{
border-color: #8B93AA;
}
</style>