Shades of Manatee #9498A0
Tints of Manatee #9498A0
RGB
CMYK
RGB Variations
Color information
#9498A0 (or 0x9498A0) is known color: Manatee. HEX triplet: 94, 98 and A0. RGB value is (148,152,160). Sum of RGB (Red+Green+Blue) = 148+152+160=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 160 - color contains mainly: blue. Hex color #9498A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9498A0 is #6B675F. Grayscale: #979797. Windows color (decimal): -7038816 or 10524820. OLE color: 10524820.
HSL color Cylindrical-coordinate representation of color #9498A0: hue angle of 220º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9498A0 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 152 | 160 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.37 |
| HSL | 220º | 0.06% | 0.6% | - |
| HSV(B) | 220º | 0.07% | 0.63% | - |
| XYZ | 29.79 | 31.29 | 37.73 | - |
| YUV | 151.72 | 132.67 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 152 | 160 | 0.07 | 0.05 | 0 | 0.37 | 220 | 0.06 | 0.6 |
| Hex | 94 | 98 | A0 | 7 | 5 | 0 | 25 | DC | 6 | 3C |
| Octal | 224 | 230 | 240 | 7 | 5 | 0 | 45 | 334 | 6 | 74 |
| Binary | 10010100 | 10011000 | 10100000 | 111 | 101 | 0 | 100101 | 11011100 | 110 | 111100 |
Color Harmonies of #9498A0
Complementary color
Monochromatic Colors of #9498A0
Black with #9498A0
Text Example
Text Example
White with #9498A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9498A0; }
p { color: rgb(148,152,160); }
H1.HeaderClassName
{
color: #9498A0;
}
.AnyTagClassName
{
color: #9498A0;
}
</style>
background-color css
<style>
a { background-color: #9498A0; }
a { background-color: rgb(148,152,160); }
div.DivClassName
{
background-color: #9498A0;
}
.BgClassName
{
background-color: #9498A0;
}
</style>
border-color css
<style>
span { border-color: #9498A0; }
span { border-color: rgb(148,152,160); }
td.TdClassName
{
border-color: #9498A0;
}
.TagClassName
{
border-color: #9498A0;
}
</style>