Shades of Manatee #9096A4
Tints of Manatee #9096A4
RGB
CMYK
RGB Variations
Color information
#9096A4 (or 0x9096A4) is known color: Manatee. HEX triplet: 90, 96 and A4. RGB value is (144,150,164). Sum of RGB (Red+Green+Blue) = 144+150+164=458 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.44% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 164 (64.45% from 255 or 35.81% from 458); Max value from RGB is 164 - color contains mainly: blue. Hex color #9096A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9096A4 is #6F695B. Grayscale: #959595. Windows color (decimal): -7301468 or 10786448. OLE color: 10786448.
HSL color Cylindrical-coordinate representation of color #9096A4: hue angle of 222º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9096A4 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 150 | 164 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.36 |
| HSL | 222º | 0.1% | 0.6% | - |
| HSV(B) | 222º | 0.12% | 0.64% | - |
| XYZ | 29.11 | 30.42 | 39.46 | - |
| YUV | 149.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 150 | 164 | 0.12 | 0.09 | 0 | 0.36 | 222 | 0.1 | 0.6 |
| Hex | 90 | 96 | A4 | C | 9 | 0 | 24 | DE | A | 3C |
| Octal | 220 | 226 | 244 | 14 | 11 | 0 | 44 | 336 | 12 | 74 |
| Binary | 10010000 | 10010110 | 10100100 | 1100 | 1001 | 0 | 100100 | 11011110 | 1010 | 111100 |
Color Harmonies of #9096A4
Complementary color
Monochromatic Colors of #9096A4
Black with #9096A4
Text Example
Text Example
White with #9096A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9096A4; }
p { color: rgb(144,150,164); }
H1.HeaderClassName
{
color: #9096A4;
}
.AnyTagClassName
{
color: #9096A4;
}
</style>
background-color css
<style>
a { background-color: #9096A4; }
a { background-color: rgb(144,150,164); }
div.DivClassName
{
background-color: #9096A4;
}
.BgClassName
{
background-color: #9096A4;
}
</style>
border-color css
<style>
span { border-color: #9096A4; }
span { border-color: rgb(144,150,164); }
td.TdClassName
{
border-color: #9096A4;
}
.TagClassName
{
border-color: #9096A4;
}
</style>