Shades of Manatee #9093A9
Tints of Manatee #9093A9
RGB
CMYK
RGB Variations
Color information
#9093A9 (or 0x9093A9) is known color: Manatee. HEX triplet: 90, 93 and A9. RGB value is (144,147,169). Sum of RGB (Red+Green+Blue) = 144+147+169=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 169 - color contains mainly: blue. Hex color #9093A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9093A9 is #6F6C56. Grayscale: #949494. Windows color (decimal): -7302231 or 11113360. OLE color: 11113360.
HSL color Cylindrical-coordinate representation of color #9093A9: hue angle of 232.8º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9093A9 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 144 | 147 | 169 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.34 |
| HSL | 232.8º | 0.13% | 0.61% | - |
| HSV(B) | 232.8º | 0.15% | 0.66% | - |
| XYZ | 29.1 | 29.66 | 41.73 | - |
| YUV | 148.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 147 | 169 | 0.15 | 0.13 | 0 | 0.34 | 232.8 | 0.13 | 0.61 |
| Hex | 90 | 93 | A9 | F | D | 0 | 22 | E9 | D | 3D |
| Octal | 220 | 223 | 251 | 17 | 15 | 0 | 42 | 351 | 15 | 75 |
| Binary | 10010000 | 10010011 | 10101001 | 1111 | 1101 | 0 | 100010 | 11101001 | 1101 | 111101 |
Color Harmonies of #9093A9
Complementary color
Monochromatic Colors of #9093A9
Black with #9093A9
Text Example
Text Example
White with #9093A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9093A9; }
p { color: rgb(144,147,169); }
H1.HeaderClassName
{
color: #9093A9;
}
.AnyTagClassName
{
color: #9093A9;
}
</style>
background-color css
<style>
a { background-color: #9093A9; }
a { background-color: rgb(144,147,169); }
div.DivClassName
{
background-color: #9093A9;
}
.BgClassName
{
background-color: #9093A9;
}
</style>
border-color css
<style>
span { border-color: #9093A9; }
span { border-color: rgb(144,147,169); }
td.TdClassName
{
border-color: #9093A9;
}
.TagClassName
{
border-color: #9093A9;
}
</style>