Shades of Manatee #9096A2
Tints of Manatee #9096A2
RGB
CMYK
RGB Variations
Color information
#9096A2 (or 0x9096A2) is known color: Manatee. HEX triplet: 90, 96 and A2. RGB value is (144,150,162). Sum of RGB (Red+Green+Blue) = 144+150+162=456 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.58% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 162 - color contains mainly: blue. Hex color #9096A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9096A2 is #6F695D. Grayscale: #959595. Windows color (decimal): -7301470 or 10655376. OLE color: 10655376.
HSL color Cylindrical-coordinate representation of color #9096A2: hue angle of 220º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9096A2 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 150 | 162 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.36 |
| HSL | 220º | 0.09% | 0.6% | - |
| HSV(B) | 220º | 0.11% | 0.64% | - |
| XYZ | 28.93 | 30.35 | 38.52 | - |
| YUV | 149.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 150 | 162 | 0.11 | 0.07 | 0 | 0.36 | 220 | 0.09 | 0.6 |
| Hex | 90 | 96 | A2 | B | 7 | 0 | 24 | DC | 9 | 3C |
| Octal | 220 | 226 | 242 | 13 | 7 | 0 | 44 | 334 | 11 | 74 |
| Binary | 10010000 | 10010110 | 10100010 | 1011 | 111 | 0 | 100100 | 11011100 | 1001 | 111100 |
Color Harmonies of #9096A2
Complementary color
Monochromatic Colors of #9096A2
Black with #9096A2
Text Example
Text Example
White with #9096A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9096A2; }
p { color: rgb(144,150,162); }
H1.HeaderClassName
{
color: #9096A2;
}
.AnyTagClassName
{
color: #9096A2;
}
</style>
background-color css
<style>
a { background-color: #9096A2; }
a { background-color: rgb(144,150,162); }
div.DivClassName
{
background-color: #9096A2;
}
.BgClassName
{
background-color: #9096A2;
}
</style>
border-color css
<style>
span { border-color: #9096A2; }
span { border-color: rgb(144,150,162); }
td.TdClassName
{
border-color: #9096A2;
}
.TagClassName
{
border-color: #9096A2;
}
</style>