Shades of Manatee #9398AB
Tints of Manatee #9398AB
RGB
CMYK
RGB Variations
Color information
#9398AB (or 0x9398AB) is known color: Manatee. HEX triplet: 93, 98 and AB. RGB value is (147,152,171). Sum of RGB (Red+Green+Blue) = 147+152+171=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 171 - color contains mainly: blue. Hex color #9398AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9398AB is #6C6754. Grayscale: #989898. Windows color (decimal): -7104341 or 11245715. OLE color: 11245715.
HSL color Cylindrical-coordinate representation of color #9398AB: hue angle of 227.5º 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 #9398AB is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 152 | 171 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.33 |
| HSL | 227.5º | 0.13% | 0.62% | - |
| HSV(B) | 227.5º | 0.14% | 0.67% | - |
| XYZ | 30.61 | 31.6 | 43.01 | - |
| YUV | 152.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 152 | 171 | 0.14 | 0.11 | 0 | 0.33 | 227.5 | 0.13 | 0.62 |
| Hex | 93 | 98 | AB | E | B | 0 | 21 | E4 | C | 3E |
| Octal | 223 | 230 | 253 | 16 | 13 | 0 | 41 | 344 | 14 | 76 |
| Binary | 10010011 | 10011000 | 10101011 | 1110 | 1011 | 0 | 100001 | 11100100 | 1100 | 111110 |
Color Harmonies of #9398AB
Complementary color
Monochromatic Colors of #9398AB
Black with #9398AB
Text Example
Text Example
White with #9398AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9398AB; }
p { color: rgb(147,152,171); }
H1.HeaderClassName
{
color: #9398AB;
}
.AnyTagClassName
{
color: #9398AB;
}
</style>
background-color css
<style>
a { background-color: #9398AB; }
a { background-color: rgb(147,152,171); }
div.DivClassName
{
background-color: #9398AB;
}
.BgClassName
{
background-color: #9398AB;
}
</style>
border-color css
<style>
span { border-color: #9398AB; }
span { border-color: rgb(147,152,171); }
td.TdClassName
{
border-color: #9398AB;
}
.TagClassName
{
border-color: #9398AB;
}
</style>