Shades of Manatee #9092A9
Tints of Manatee #9092A9
RGB
CMYK
RGB Variations
Color information
#9092A9 (or 0x9092A9) is known color: Manatee. HEX triplet: 90, 92 and A9. RGB value is (144,146,169). Sum of RGB (Red+Green+Blue) = 144+146+169=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 169 - color contains mainly: blue. Hex color #9092A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9092A9 is #6F6D56. Grayscale: #939393. Windows color (decimal): -7302487 or 11113104. OLE color: 11113104.
HSL color Cylindrical-coordinate representation of color #9092A9: hue angle of 235.2º 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 #9092A9 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 144 | 146 | 169 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.34 |
| HSL | 235.2º | 0.13% | 0.61% | - |
| HSV(B) | 235.2º | 0.15% | 0.66% | - |
| XYZ | 28.94 | 29.35 | 41.68 | - |
| YUV | 148.02 | 139.84 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 146 | 169 | 0.15 | 0.14 | 0 | 0.34 | 235.2 | 0.13 | 0.61 |
| Hex | 90 | 92 | A9 | F | E | 0 | 22 | EB | D | 3D |
| Octal | 220 | 222 | 251 | 17 | 16 | 0 | 42 | 353 | 15 | 75 |
| Binary | 10010000 | 10010010 | 10101001 | 1111 | 1110 | 0 | 100010 | 11101011 | 1101 | 111101 |
Color Harmonies of #9092A9
Complementary color
Monochromatic Colors of #9092A9
Black with #9092A9
Text Example
Text Example
White with #9092A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9092A9; }
p { color: rgb(144,146,169); }
H1.HeaderClassName
{
color: #9092A9;
}
.AnyTagClassName
{
color: #9092A9;
}
</style>
background-color css
<style>
a { background-color: #9092A9; }
a { background-color: rgb(144,146,169); }
div.DivClassName
{
background-color: #9092A9;
}
.BgClassName
{
background-color: #9092A9;
}
</style>
border-color css
<style>
span { border-color: #9092A9; }
span { border-color: rgb(144,146,169); }
td.TdClassName
{
border-color: #9092A9;
}
.TagClassName
{
border-color: #9092A9;
}
</style>