Shades of Manatee #9396AF
Tints of Manatee #9396AF
RGB
CMYK
RGB Variations
Color information
#9396AF (or 0x9396AF) is known color: Manatee. HEX triplet: 93, 96 and AF. RGB value is (147,150,175). Sum of RGB (Red+Green+Blue) = 147+150+175=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 175 - color contains mainly: blue. Hex color #9396AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9396AF is #6C6950. Grayscale: #979797. Windows color (decimal): -7104849 or 11507347. OLE color: 11507347.
HSL color Cylindrical-coordinate representation of color #9396AF: hue angle of 233.57º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9396AF is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 150 | 175 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.31 |
| HSL | 233.57º | 0.15% | 0.63% | - |
| HSV(B) | 233.57º | 0.16% | 0.69% | - |
| XYZ | 30.68 | 31.11 | 44.95 | - |
| YUV | 151.95 | 141.01 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 150 | 175 | 0.16 | 0.14 | 0 | 0.31 | 233.57 | 0.15 | 0.63 |
| Hex | 93 | 96 | AF | 10 | E | 0 | 1F | EA | F | 3F |
| Octal | 223 | 226 | 257 | 20 | 16 | 0 | 37 | 352 | 17 | 77 |
| Binary | 10010011 | 10010110 | 10101111 | 10000 | 1110 | 0 | 11111 | 11101010 | 1111 | 111111 |
Color Harmonies of #9396AF
Complementary color
Monochromatic Colors of #9396AF
Black with #9396AF
Text Example
Text Example
White with #9396AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9396AF; }
p { color: rgb(147,150,175); }
H1.HeaderClassName
{
color: #9396AF;
}
.AnyTagClassName
{
color: #9396AF;
}
</style>
background-color css
<style>
a { background-color: #9396AF; }
a { background-color: rgb(147,150,175); }
div.DivClassName
{
background-color: #9396AF;
}
.BgClassName
{
background-color: #9396AF;
}
</style>
border-color css
<style>
span { border-color: #9396AF; }
span { border-color: rgb(147,150,175); }
td.TdClassName
{
border-color: #9396AF;
}
.TagClassName
{
border-color: #9396AF;
}
</style>