Shades of Manatee #8893AD
Tints of Manatee #8893AD
RGB
CMYK
RGB Variations
Color information
#8893AD (or 0x8893AD) is known color: Manatee. HEX triplet: 88, 93 and AD. RGB value is (136,147,173). Sum of RGB (Red+Green+Blue) = 136+147+173=456 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.82% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 173 - color contains mainly: blue. Hex color #8893AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8893AD is #776C52. Grayscale: #929292. Windows color (decimal): -7826515 or 11375496. OLE color: 11375496.
HSL color Cylindrical-coordinate representation of color #8893AD: hue angle of 222.16º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8893AD is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 147 | 173 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.32 |
| HSL | 222.16º | 0.18% | 0.61% | - |
| HSV(B) | 222.16º | 0.21% | 0.68% | - |
| XYZ | 28.13 | 29.12 | 43.67 | - |
| YUV | 146.68 | 142.86 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 147 | 173 | 0.21 | 0.15 | 0 | 0.32 | 222.16 | 0.18 | 0.61 |
| Hex | 88 | 93 | AD | 15 | F | 0 | 20 | DE | 12 | 3D |
| Octal | 210 | 223 | 255 | 25 | 17 | 0 | 40 | 336 | 22 | 75 |
| Binary | 10001000 | 10010011 | 10101101 | 10101 | 1111 | 0 | 100000 | 11011110 | 10010 | 111101 |
Color Harmonies of #8893AD
Complementary color
Monochromatic Colors of #8893AD
Black with #8893AD
Text Example
Text Example
White with #8893AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8893AD; }
p { color: rgb(136,147,173); }
H1.HeaderClassName
{
color: #8893AD;
}
.AnyTagClassName
{
color: #8893AD;
}
</style>
background-color css
<style>
a { background-color: #8893AD; }
a { background-color: rgb(136,147,173); }
div.DivClassName
{
background-color: #8893AD;
}
.BgClassName
{
background-color: #8893AD;
}
</style>
border-color css
<style>
span { border-color: #8893AD; }
span { border-color: rgb(136,147,173); }
td.TdClassName
{
border-color: #8893AD;
}
.TagClassName
{
border-color: #8893AD;
}
</style>