Shades of Manatee #8B93AD
Tints of Manatee #8B93AD
RGB
CMYK
RGB Variations
Color information
#8B93AD (or 0x8B93AD) is known color: Manatee. HEX triplet: 8B, 93 and AD. RGB value is (139,147,173). Sum of RGB (Red+Green+Blue) = 139+147+173=459 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.28% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B93AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B93AD is #746C52. Grayscale: #939393. Windows color (decimal): -7629907 or 11375499. OLE color: 11375499.
HSL color Cylindrical-coordinate representation of color #8B93AD: hue angle of 225.88º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8B93AD is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 147 | 173 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.32 |
| HSL | 225.88º | 0.17% | 0.61% | - |
| HSV(B) | 225.88º | 0.2% | 0.68% | - |
| XYZ | 28.62 | 29.37 | 43.7 | - |
| YUV | 147.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 147 | 173 | 0.20 | 0.15 | 0 | 0.32 | 225.88 | 0.17 | 0.61 |
| Hex | 8B | 93 | AD | 14 | F | 0 | 20 | E2 | 11 | 3D |
| Octal | 213 | 223 | 255 | 24 | 17 | 0 | 40 | 342 | 21 | 75 |
| Binary | 10001011 | 10010011 | 10101101 | 10100 | 1111 | 0 | 100000 | 11100010 | 10001 | 111101 |
Color Harmonies of #8B93AD
Complementary color
Monochromatic Colors of #8B93AD
Black with #8B93AD
Text Example
Text Example
White with #8B93AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B93AD; }
p { color: rgb(139,147,173); }
H1.HeaderClassName
{
color: #8B93AD;
}
.AnyTagClassName
{
color: #8B93AD;
}
</style>
background-color css
<style>
a { background-color: #8B93AD; }
a { background-color: rgb(139,147,173); }
div.DivClassName
{
background-color: #8B93AD;
}
.BgClassName
{
background-color: #8B93AD;
}
</style>
border-color css
<style>
span { border-color: #8B93AD; }
span { border-color: rgb(139,147,173); }
td.TdClassName
{
border-color: #8B93AD;
}
.TagClassName
{
border-color: #8B93AD;
}
</style>