Shades of Manatee #9093AB
Tints of Manatee #9093AB
RGB
CMYK
RGB Variations
Color information
#9093AB (or 0x9093AB) is known color: Manatee. HEX triplet: 90, 93 and AB. RGB value is (144,147,171). Sum of RGB (Red+Green+Blue) = 144+147+171=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: blue. Hex color #9093AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9093AB is #6F6C54. Grayscale: #949494. Windows color (decimal): -7302229 or 11244432. OLE color: 11244432.
HSL color Cylindrical-coordinate representation of color #9093AB: hue angle of 233.33º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9093AB is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 147 | 171 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.33 |
| HSL | 233.33º | 0.14% | 0.62% | - |
| HSV(B) | 233.33º | 0.16% | 0.67% | - |
| XYZ | 29.29 | 29.74 | 42.72 | - |
| YUV | 148.84 | 140.51 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 147 | 171 | 0.16 | 0.14 | 0 | 0.33 | 233.33 | 0.14 | 0.62 |
| Hex | 90 | 93 | AB | 10 | E | 0 | 21 | E9 | E | 3E |
| Octal | 220 | 223 | 253 | 20 | 16 | 0 | 41 | 351 | 16 | 76 |
| Binary | 10010000 | 10010011 | 10101011 | 10000 | 1110 | 0 | 100001 | 11101001 | 1110 | 111110 |
Color Harmonies of #9093AB
Complementary color
Monochromatic Colors of #9093AB
Black with #9093AB
Text Example
Text Example
White with #9093AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9093AB; }
p { color: rgb(144,147,171); }
H1.HeaderClassName
{
color: #9093AB;
}
.AnyTagClassName
{
color: #9093AB;
}
</style>
background-color css
<style>
a { background-color: #9093AB; }
a { background-color: rgb(144,147,171); }
div.DivClassName
{
background-color: #9093AB;
}
.BgClassName
{
background-color: #9093AB;
}
</style>
border-color css
<style>
span { border-color: #9093AB; }
span { border-color: rgb(144,147,171); }
td.TdClassName
{
border-color: #9093AB;
}
.TagClassName
{
border-color: #9093AB;
}
</style>