Shades of Manatee #9397AB
Tints of Manatee #9397AB
RGB
CMYK
RGB Variations
Color information
#9397AB (or 0x9397AB) is known color: Manatee. HEX triplet: 93, 97 and AB. RGB value is (147,151,171). Sum of RGB (Red+Green+Blue) = 147+151+171=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 171 - color contains mainly: blue. Hex color #9397AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9397AB is #6C6854. Grayscale: #989898. Windows color (decimal): -7104597 or 11245459. OLE color: 11245459.
HSL color Cylindrical-coordinate representation of color #9397AB: hue angle of 230º 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 #9397AB is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 151 | 171 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.33 |
| HSL | 230º | 0.13% | 0.62% | - |
| HSV(B) | 230º | 0.14% | 0.67% | - |
| XYZ | 30.45 | 31.28 | 42.96 | - |
| YUV | 152.08 | 138.67 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 151 | 171 | 0.14 | 0.12 | 0 | 0.33 | 230 | 0.13 | 0.62 |
| Hex | 93 | 97 | AB | E | C | 0 | 21 | E6 | C | 3E |
| Octal | 223 | 227 | 253 | 16 | 14 | 0 | 41 | 346 | 14 | 76 |
| Binary | 10010011 | 10010111 | 10101011 | 1110 | 1100 | 0 | 100001 | 11100110 | 1100 | 111110 |
Color Harmonies of #9397AB
Complementary color
Monochromatic Colors of #9397AB
Black with #9397AB
Text Example
Text Example
White with #9397AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9397AB; }
p { color: rgb(147,151,171); }
H1.HeaderClassName
{
color: #9397AB;
}
.AnyTagClassName
{
color: #9397AB;
}
</style>
background-color css
<style>
a { background-color: #9397AB; }
a { background-color: rgb(147,151,171); }
div.DivClassName
{
background-color: #9397AB;
}
.BgClassName
{
background-color: #9397AB;
}
</style>
border-color css
<style>
span { border-color: #9397AB; }
span { border-color: rgb(147,151,171); }
td.TdClassName
{
border-color: #9397AB;
}
.TagClassName
{
border-color: #9397AB;
}
</style>