Shades of Manatee #9096AE
Tints of Manatee #9096AE
RGB
CMYK
RGB Variations
Color information
#9096AE (or 0x9096AE) is known color: Manatee. HEX triplet: 90, 96 and AE. RGB value is (144,150,174). Sum of RGB (Red+Green+Blue) = 144+150+174=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 174 - color contains mainly: blue. Hex color #9096AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9096AE is #6F6951. Grayscale: #969696. Windows color (decimal): -7301458 or 11441808. OLE color: 11441808.
HSL color Cylindrical-coordinate representation of color #9096AE: hue angle of 228º degrees, saturation: 0.16, 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 #9096AE is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 150 | 174 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.32 |
| HSL | 228º | 0.16% | 0.62% | - |
| HSV(B) | 228º | 0.17% | 0.68% | - |
| XYZ | 30.05 | 30.8 | 44.41 | - |
| YUV | 150.94 | 141.01 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 150 | 174 | 0.17 | 0.14 | 0 | 0.32 | 228 | 0.16 | 0.62 |
| Hex | 90 | 96 | AE | 11 | E | 0 | 20 | E4 | 10 | 3E |
| Octal | 220 | 226 | 256 | 21 | 16 | 0 | 40 | 344 | 20 | 76 |
| Binary | 10010000 | 10010110 | 10101110 | 10001 | 1110 | 0 | 100000 | 11100100 | 10000 | 111110 |
Color Harmonies of #9096AE
Complementary color
Monochromatic Colors of #9096AE
Black with #9096AE
Text Example
Text Example
White with #9096AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9096AE; }
p { color: rgb(144,150,174); }
H1.HeaderClassName
{
color: #9096AE;
}
.AnyTagClassName
{
color: #9096AE;
}
</style>
background-color css
<style>
a { background-color: #9096AE; }
a { background-color: rgb(144,150,174); }
div.DivClassName
{
background-color: #9096AE;
}
.BgClassName
{
background-color: #9096AE;
}
</style>
border-color css
<style>
span { border-color: #9096AE; }
span { border-color: rgb(144,150,174); }
td.TdClassName
{
border-color: #9096AE;
}
.TagClassName
{
border-color: #9096AE;
}
</style>