Shades of Manatee #9395AC
Tints of Manatee #9395AC
RGB
CMYK
RGB Variations
Color information
#9395AC (or 0x9395AC) is known color: Manatee. HEX triplet: 93, 95 and AC. RGB value is (147,149,172). Sum of RGB (Red+Green+Blue) = 147+149+172=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 172 - color contains mainly: blue. Hex color #9395AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9395AC is #6C6A53. Grayscale: #969696. Windows color (decimal): -7105108 or 11310483. OLE color: 11310483.
HSL color Cylindrical-coordinate representation of color #9395AC: hue angle of 235.2º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9395AC is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 149 | 172 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.33 |
| HSL | 235.2º | 0.13% | 0.63% | - |
| HSV(B) | 235.2º | 0.15% | 0.67% | - |
| XYZ | 30.23 | 30.68 | 43.36 | - |
| YUV | 151.02 | 139.84 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 149 | 172 | 0.15 | 0.13 | 0 | 0.33 | 235.2 | 0.13 | 0.63 |
| Hex | 93 | 95 | AC | F | D | 0 | 21 | EB | D | 3F |
| Octal | 223 | 225 | 254 | 17 | 15 | 0 | 41 | 353 | 15 | 77 |
| Binary | 10010011 | 10010101 | 10101100 | 1111 | 1101 | 0 | 100001 | 11101011 | 1101 | 111111 |
Color Harmonies of #9395AC
Complementary color
Monochromatic Colors of #9395AC
Black with #9395AC
Text Example
Text Example
White with #9395AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9395AC; }
p { color: rgb(147,149,172); }
H1.HeaderClassName
{
color: #9395AC;
}
.AnyTagClassName
{
color: #9395AC;
}
</style>
background-color css
<style>
a { background-color: #9395AC; }
a { background-color: rgb(147,149,172); }
div.DivClassName
{
background-color: #9395AC;
}
.BgClassName
{
background-color: #9395AC;
}
</style>
border-color css
<style>
span { border-color: #9395AC; }
span { border-color: rgb(147,149,172); }
td.TdClassName
{
border-color: #9395AC;
}
.TagClassName
{
border-color: #9395AC;
}
</style>