Shades of Manatee #9399AB
Tints of Manatee #9399AB
RGB
CMYK
RGB Variations
Color information
#9399AB (or 0x9399AB) is known color: Manatee. HEX triplet: 93, 99 and AB. RGB value is (147,153,171). Sum of RGB (Red+Green+Blue) = 147+153+171=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 171 - color contains mainly: blue. Hex color #9399AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9399AB is #6C6654. Grayscale: #999999. Windows color (decimal): -7104085 or 11245971. OLE color: 11245971.
HSL color Cylindrical-coordinate representation of color #9399AB: hue angle of 225º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9399AB is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 153 | 171 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.33 |
| HSL | 225º | 0.13% | 0.62% | - |
| HSV(B) | 225º | 0.14% | 0.67% | - |
| XYZ | 30.77 | 31.93 | 43.07 | - |
| YUV | 153.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 153 | 171 | 0.14 | 0.11 | 0 | 0.33 | 225 | 0.13 | 0.62 |
| Hex | 93 | 99 | AB | E | B | 0 | 21 | E1 | C | 3E |
| Octal | 223 | 231 | 253 | 16 | 13 | 0 | 41 | 341 | 14 | 76 |
| Binary | 10010011 | 10011001 | 10101011 | 1110 | 1011 | 0 | 100001 | 11100001 | 1100 | 111110 |
Color Harmonies of #9399AB
Complementary color
Monochromatic Colors of #9399AB
Black with #9399AB
Text Example
Text Example
White with #9399AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9399AB; }
p { color: rgb(147,153,171); }
H1.HeaderClassName
{
color: #9399AB;
}
.AnyTagClassName
{
color: #9399AB;
}
</style>
background-color css
<style>
a { background-color: #9399AB; }
a { background-color: rgb(147,153,171); }
div.DivClassName
{
background-color: #9399AB;
}
.BgClassName
{
background-color: #9399AB;
}
</style>
border-color css
<style>
span { border-color: #9399AB; }
span { border-color: rgb(147,153,171); }
td.TdClassName
{
border-color: #9399AB;
}
.TagClassName
{
border-color: #9399AB;
}
</style>