Shades of Manatee #9498A4
Tints of Manatee #9498A4
RGB
CMYK
RGB Variations
Color information
#9498A4 (or 0x9498A4) is known color: Manatee. HEX triplet: 94, 98 and A4. RGB value is (148,152,164). Sum of RGB (Red+Green+Blue) = 148+152+164=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 164 - color contains mainly: blue. Hex color #9498A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9498A4 is #6B675B. Grayscale: #989898. Windows color (decimal): -7038812 or 10786964. OLE color: 10786964.
HSL color Cylindrical-coordinate representation of color #9498A4: hue angle of 225º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9498A4 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 152 | 164 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.36 |
| HSL | 225º | 0.08% | 0.61% | - |
| HSV(B) | 225º | 0.1% | 0.64% | - |
| XYZ | 30.14 | 31.43 | 39.6 | - |
| YUV | 152.17 | 134.67 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 152 | 164 | 0.10 | 0.07 | 0 | 0.36 | 225 | 0.08 | 0.61 |
| Hex | 94 | 98 | A4 | A | 7 | 0 | 24 | E1 | 8 | 3D |
| Octal | 224 | 230 | 244 | 12 | 7 | 0 | 44 | 341 | 10 | 75 |
| Binary | 10010100 | 10011000 | 10100100 | 1010 | 111 | 0 | 100100 | 11100001 | 1000 | 111101 |
Color Harmonies of #9498A4
Complementary color
Monochromatic Colors of #9498A4
Black with #9498A4
Text Example
Text Example
White with #9498A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9498A4; }
p { color: rgb(148,152,164); }
H1.HeaderClassName
{
color: #9498A4;
}
.AnyTagClassName
{
color: #9498A4;
}
</style>
background-color css
<style>
a { background-color: #9498A4; }
a { background-color: rgb(148,152,164); }
div.DivClassName
{
background-color: #9498A4;
}
.BgClassName
{
background-color: #9498A4;
}
</style>
border-color css
<style>
span { border-color: #9498A4; }
span { border-color: rgb(148,152,164); }
td.TdClassName
{
border-color: #9498A4;
}
.TagClassName
{
border-color: #9498A4;
}
</style>