Shades of Manatee #9398AF
Tints of Manatee #9398AF
RGB
CMYK
RGB Variations
Color information
#9398AF (or 0x9398AF) is known color: Manatee. HEX triplet: 93, 98 and AF. RGB value is (147,152,175). Sum of RGB (Red+Green+Blue) = 147+152+175=474 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.01% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 175 - color contains mainly: blue. Hex color #9398AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9398AF is #6C6750. Grayscale: #999999. Windows color (decimal): -7104337 or 11507859. OLE color: 11507859.
HSL color Cylindrical-coordinate representation of color #9398AF: hue angle of 229.29º 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 #9398AF is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 152 | 175 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.31 |
| HSL | 229.29º | 0.15% | 0.63% | - |
| HSV(B) | 229.29º | 0.16% | 0.69% | - |
| XYZ | 31 | 31.75 | 45.05 | - |
| YUV | 153.13 | 140.34 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 152 | 175 | 0.16 | 0.13 | 0 | 0.31 | 229.29 | 0.15 | 0.63 |
| Hex | 93 | 98 | AF | 10 | D | 0 | 1F | E5 | F | 3F |
| Octal | 223 | 230 | 257 | 20 | 15 | 0 | 37 | 345 | 17 | 77 |
| Binary | 10010011 | 10011000 | 10101111 | 10000 | 1101 | 0 | 11111 | 11100101 | 1111 | 111111 |
Color Harmonies of #9398AF
Complementary color
Monochromatic Colors of #9398AF
Black with #9398AF
Text Example
Text Example
White with #9398AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9398AF; }
p { color: rgb(147,152,175); }
H1.HeaderClassName
{
color: #9398AF;
}
.AnyTagClassName
{
color: #9398AF;
}
</style>
background-color css
<style>
a { background-color: #9398AF; }
a { background-color: rgb(147,152,175); }
div.DivClassName
{
background-color: #9398AF;
}
.BgClassName
{
background-color: #9398AF;
}
</style>
border-color css
<style>
span { border-color: #9398AF; }
span { border-color: rgb(147,152,175); }
td.TdClassName
{
border-color: #9398AF;
}
.TagClassName
{
border-color: #9398AF;
}
</style>