Shades of Manatee #9092AD
Tints of Manatee #9092AD
RGB
CMYK
RGB Variations
Color information
#9092AD (or 0x9092AD) is known color: Manatee. HEX triplet: 90, 92 and AD. RGB value is (144,146,173). Sum of RGB (Red+Green+Blue) = 144+146+173=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #9092AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9092AD is #6F6D52. Grayscale: #949494. Windows color (decimal): -7302483 or 11375248. OLE color: 11375248.
HSL color Cylindrical-coordinate representation of color #9092AD: hue angle of 235.86º 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 #9092AD is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 146 | 173 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.32 |
| HSL | 235.86º | 0.15% | 0.62% | - |
| HSV(B) | 235.86º | 0.17% | 0.68% | - |
| XYZ | 29.32 | 29.5 | 43.68 | - |
| YUV | 148.48 | 141.84 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 146 | 173 | 0.17 | 0.16 | 0 | 0.32 | 235.86 | 0.15 | 0.62 |
| Hex | 90 | 92 | AD | 11 | 10 | 0 | 20 | EC | F | 3E |
| Octal | 220 | 222 | 255 | 21 | 20 | 0 | 40 | 354 | 17 | 76 |
| Binary | 10010000 | 10010010 | 10101101 | 10001 | 10000 | 0 | 100000 | 11101100 | 1111 | 111110 |
Color Harmonies of #9092AD
Complementary color
Monochromatic Colors of #9092AD
Black with #9092AD
Text Example
Text Example
White with #9092AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9092AD; }
p { color: rgb(144,146,173); }
H1.HeaderClassName
{
color: #9092AD;
}
.AnyTagClassName
{
color: #9092AD;
}
</style>
background-color css
<style>
a { background-color: #9092AD; }
a { background-color: rgb(144,146,173); }
div.DivClassName
{
background-color: #9092AD;
}
.BgClassName
{
background-color: #9092AD;
}
</style>
border-color css
<style>
span { border-color: #9092AD; }
span { border-color: rgb(144,146,173); }
td.TdClassName
{
border-color: #9092AD;
}
.TagClassName
{
border-color: #9092AD;
}
</style>