Shades of Manatee #8993A6
Tints of Manatee #8993A6
RGB
CMYK
RGB Variations
Color information
#8993A6 (or 0x8993A6) is known color: Manatee. HEX triplet: 89, 93 and A6. RGB value is (137,147,166). Sum of RGB (Red+Green+Blue) = 137+147+166=450 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.44% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 166 (65.23% from 255 or 36.89% from 450); Max value from RGB is 166 - color contains mainly: blue. Hex color #8993A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8993A6 is #766C59. Grayscale: #929292. Windows color (decimal): -7760986 or 10916745. OLE color: 10916745.
HSL color Cylindrical-coordinate representation of color #8993A6: hue angle of 219.31º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8993A6 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 137 | 147 | 166 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.35 |
| HSL | 219.31º | 0.14% | 0.59% | - |
| HSV(B) | 219.31º | 0.17% | 0.65% | - |
| XYZ | 27.63 | 28.94 | 40.21 | - |
| YUV | 146.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 147 | 166 | 0.17 | 0.11 | 0 | 0.35 | 219.31 | 0.14 | 0.59 |
| Hex | 89 | 93 | A6 | 11 | B | 0 | 23 | DB | E | 3B |
| Octal | 211 | 223 | 246 | 21 | 13 | 0 | 43 | 333 | 16 | 73 |
| Binary | 10001001 | 10010011 | 10100110 | 10001 | 1011 | 0 | 100011 | 11011011 | 1110 | 111011 |
Color Harmonies of #8993A6
Complementary color
Monochromatic Colors of #8993A6
Black with #8993A6
Text Example
Text Example
White with #8993A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8993A6; }
p { color: rgb(137,147,166); }
H1.HeaderClassName
{
color: #8993A6;
}
.AnyTagClassName
{
color: #8993A6;
}
</style>
background-color css
<style>
a { background-color: #8993A6; }
a { background-color: rgb(137,147,166); }
div.DivClassName
{
background-color: #8993A6;
}
.BgClassName
{
background-color: #8993A6;
}
</style>
border-color css
<style>
span { border-color: #8993A6; }
span { border-color: rgb(137,147,166); }
td.TdClassName
{
border-color: #8993A6;
}
.TagClassName
{
border-color: #8993A6;
}
</style>