Shades of Manatee #9298A4
Tints of Manatee #9298A4
RGB
CMYK
RGB Variations
Color information
#9298A4 (or 0x9298A4) is known color: Manatee. HEX triplet: 92, 98 and A4. RGB value is (146,152,164). Sum of RGB (Red+Green+Blue) = 146+152+164=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 164 - color contains mainly: blue. Hex color #9298A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9298A4 is #6D675B. Grayscale: #979797. Windows color (decimal): -7169884 or 10786962. OLE color: 10786962.
HSL color Cylindrical-coordinate representation of color #9298A4: hue angle of 220º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9298A4 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 146 | 152 | 164 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.36 |
| HSL | 220º | 0.09% | 0.61% | - |
| HSV(B) | 220º | 0.11% | 0.64% | - |
| XYZ | 29.78 | 31.25 | 39.58 | - |
| YUV | 151.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 152 | 164 | 0.11 | 0.07 | 0 | 0.36 | 220 | 0.09 | 0.61 |
| Hex | 92 | 98 | A4 | B | 7 | 0 | 24 | DC | 9 | 3D |
| Octal | 222 | 230 | 244 | 13 | 7 | 0 | 44 | 334 | 11 | 75 |
| Binary | 10010010 | 10011000 | 10100100 | 1011 | 111 | 0 | 100100 | 11011100 | 1001 | 111101 |
Color Harmonies of #9298A4
Complementary color
Monochromatic Colors of #9298A4
Black with #9298A4
Text Example
Text Example
White with #9298A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9298A4; }
p { color: rgb(146,152,164); }
H1.HeaderClassName
{
color: #9298A4;
}
.AnyTagClassName
{
color: #9298A4;
}
</style>
background-color css
<style>
a { background-color: #9298A4; }
a { background-color: rgb(146,152,164); }
div.DivClassName
{
background-color: #9298A4;
}
.BgClassName
{
background-color: #9298A4;
}
</style>
border-color css
<style>
span { border-color: #9298A4; }
span { border-color: rgb(146,152,164); }
td.TdClassName
{
border-color: #9298A4;
}
.TagClassName
{
border-color: #9298A4;
}
</style>