Shades of Manatee #9395AB
Tints of Manatee #9395AB
RGB
CMYK
RGB Variations
Color information
#9395AB (or 0x9395AB) is known color: Manatee. HEX triplet: 93, 95 and AB. RGB value is (147,149,171). Sum of RGB (Red+Green+Blue) = 147+149+171=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 171 - color contains mainly: blue. Hex color #9395AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9395AB is #6C6A54. Grayscale: #969696. Windows color (decimal): -7105109 or 11244947. OLE color: 11244947.
HSL color Cylindrical-coordinate representation of color #9395AB: hue angle of 235º 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 #9395AB is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 149 | 171 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.33 |
| HSL | 235º | 0.13% | 0.62% | - |
| HSV(B) | 235º | 0.14% | 0.67% | - |
| XYZ | 30.13 | 30.64 | 42.85 | - |
| YUV | 150.91 | 139.34 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 149 | 171 | 0.14 | 0.13 | 0 | 0.33 | 235 | 0.13 | 0.62 |
| Hex | 93 | 95 | AB | E | D | 0 | 21 | EB | C | 3E |
| Octal | 223 | 225 | 253 | 16 | 15 | 0 | 41 | 353 | 14 | 76 |
| Binary | 10010011 | 10010101 | 10101011 | 1110 | 1101 | 0 | 100001 | 11101011 | 1100 | 111110 |
Color Harmonies of #9395AB
Complementary color
Monochromatic Colors of #9395AB
Black with #9395AB
Text Example
Text Example
White with #9395AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9395AB; }
p { color: rgb(147,149,171); }
H1.HeaderClassName
{
color: #9395AB;
}
.AnyTagClassName
{
color: #9395AB;
}
</style>
background-color css
<style>
a { background-color: #9395AB; }
a { background-color: rgb(147,149,171); }
div.DivClassName
{
background-color: #9395AB;
}
.BgClassName
{
background-color: #9395AB;
}
</style>
border-color css
<style>
span { border-color: #9395AB; }
span { border-color: rgb(147,149,171); }
td.TdClassName
{
border-color: #9395AB;
}
.TagClassName
{
border-color: #9395AB;
}
</style>