Shades of Manatee #9093AD
Tints of Manatee #9093AD
RGB
CMYK
RGB Variations
Color information
#9093AD (or 0x9093AD) is known color: Manatee. HEX triplet: 90, 93 and AD. RGB value is (144,147,173). Sum of RGB (Red+Green+Blue) = 144+147+173=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 173 - color contains mainly: blue. Hex color #9093AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9093AD is #6F6C52. Grayscale: #949494. Windows color (decimal): -7302227 or 11375504. OLE color: 11375504.
HSL color Cylindrical-coordinate representation of color #9093AD: hue angle of 233.79º 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 #9093AD is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 147 | 173 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.32 |
| HSL | 233.79º | 0.15% | 0.62% | - |
| HSV(B) | 233.79º | 0.17% | 0.68% | - |
| XYZ | 29.48 | 29.81 | 43.74 | - |
| YUV | 149.07 | 141.51 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 147 | 173 | 0.17 | 0.15 | 0 | 0.32 | 233.79 | 0.15 | 0.62 |
| Hex | 90 | 93 | AD | 11 | F | 0 | 20 | EA | F | 3E |
| Octal | 220 | 223 | 255 | 21 | 17 | 0 | 40 | 352 | 17 | 76 |
| Binary | 10010000 | 10010011 | 10101101 | 10001 | 1111 | 0 | 100000 | 11101010 | 1111 | 111110 |
Color Harmonies of #9093AD
Complementary color
Monochromatic Colors of #9093AD
Black with #9093AD
Text Example
Text Example
White with #9093AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9093AD; }
p { color: rgb(144,147,173); }
H1.HeaderClassName
{
color: #9093AD;
}
.AnyTagClassName
{
color: #9093AD;
}
</style>
background-color css
<style>
a { background-color: #9093AD; }
a { background-color: rgb(144,147,173); }
div.DivClassName
{
background-color: #9093AD;
}
.BgClassName
{
background-color: #9093AD;
}
</style>
border-color css
<style>
span { border-color: #9093AD; }
span { border-color: rgb(144,147,173); }
td.TdClassName
{
border-color: #9093AD;
}
.TagClassName
{
border-color: #9093AD;
}
</style>