Shades of Manatee #9096AD
Tints of Manatee #9096AD
RGB
CMYK
RGB Variations
Color information
#9096AD (or 0x9096AD) is known color: Manatee. HEX triplet: 90, 96 and AD. RGB value is (144,150,173). Sum of RGB (Red+Green+Blue) = 144+150+173=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 173 - color contains mainly: blue. Hex color #9096AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9096AD is #6F6952. Grayscale: #969696. Windows color (decimal): -7301459 or 11376272. OLE color: 11376272.
HSL color Cylindrical-coordinate representation of color #9096AD: hue angle of 227.59º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9096AD is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 150 | 173 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.32 |
| HSL | 227.59º | 0.15% | 0.62% | - |
| HSV(B) | 227.59º | 0.17% | 0.68% | - |
| XYZ | 29.95 | 30.76 | 43.89 | - |
| YUV | 150.83 | 140.51 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 150 | 173 | 0.17 | 0.13 | 0 | 0.32 | 227.59 | 0.15 | 0.62 |
| Hex | 90 | 96 | AD | 11 | D | 0 | 20 | E4 | F | 3E |
| Octal | 220 | 226 | 255 | 21 | 15 | 0 | 40 | 344 | 17 | 76 |
| Binary | 10010000 | 10010110 | 10101101 | 10001 | 1101 | 0 | 100000 | 11100100 | 1111 | 111110 |
Color Harmonies of #9096AD
Complementary color
Monochromatic Colors of #9096AD
Black with #9096AD
Text Example
Text Example
White with #9096AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9096AD; }
p { color: rgb(144,150,173); }
H1.HeaderClassName
{
color: #9096AD;
}
.AnyTagClassName
{
color: #9096AD;
}
</style>
background-color css
<style>
a { background-color: #9096AD; }
a { background-color: rgb(144,150,173); }
div.DivClassName
{
background-color: #9096AD;
}
.BgClassName
{
background-color: #9096AD;
}
</style>
border-color css
<style>
span { border-color: #9096AD; }
span { border-color: rgb(144,150,173); }
td.TdClassName
{
border-color: #9096AD;
}
.TagClassName
{
border-color: #9096AD;
}
</style>