Shades of Manatee #9092A3
Tints of Manatee #9092A3
RGB
CMYK
RGB Variations
Color information
#9092A3 (or 0x9092A3) is known color: Manatee. HEX triplet: 90, 92 and A3. RGB value is (144,146,163). Sum of RGB (Red+Green+Blue) = 144+146+163=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 163 (64.06% from 255 or 35.98% from 453); Max value from RGB is 163 - color contains mainly: blue. Hex color #9092A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9092A3 is #6F6D5C. Grayscale: #939393. Windows color (decimal): -7302493 or 10719888. OLE color: 10719888.
HSL color Cylindrical-coordinate representation of color #9092A3: hue angle of 233.68º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9092A3 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 146 | 163 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.36 |
| HSL | 233.68º | 0.09% | 0.6% | - |
| HSV(B) | 233.68º | 0.12% | 0.64% | - |
| XYZ | 28.39 | 29.13 | 38.78 | - |
| YUV | 147.34 | 136.84 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 146 | 163 | 0.12 | 0.10 | 0 | 0.36 | 233.68 | 0.09 | 0.6 |
| Hex | 90 | 92 | A3 | C | A | 0 | 24 | EA | 9 | 3C |
| Octal | 220 | 222 | 243 | 14 | 12 | 0 | 44 | 352 | 11 | 74 |
| Binary | 10010000 | 10010010 | 10100011 | 1100 | 1010 | 0 | 100100 | 11101010 | 1001 | 111100 |
Color Harmonies of #9092A3
Complementary color
Monochromatic Colors of #9092A3
Black with #9092A3
Text Example
Text Example
White with #9092A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9092A3; }
p { color: rgb(144,146,163); }
H1.HeaderClassName
{
color: #9092A3;
}
.AnyTagClassName
{
color: #9092A3;
}
</style>
background-color css
<style>
a { background-color: #9092A3; }
a { background-color: rgb(144,146,163); }
div.DivClassName
{
background-color: #9092A3;
}
.BgClassName
{
background-color: #9092A3;
}
</style>
border-color css
<style>
span { border-color: #9092A3; }
span { border-color: rgb(144,146,163); }
td.TdClassName
{
border-color: #9092A3;
}
.TagClassName
{
border-color: #9092A3;
}
</style>