Shades of Manatee #9198AF
Tints of Manatee #9198AF
RGB
CMYK
RGB Variations
Color information
#9198AF (or 0x9198AF) is known color: Manatee. HEX triplet: 91, 98 and AF. RGB value is (145,152,175). Sum of RGB (Red+Green+Blue) = 145+152+175=472 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.72% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 175 - color contains mainly: blue. Hex color #9198AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9198AF is #6E6750. Grayscale: #989898. Windows color (decimal): -7235409 or 11507857. OLE color: 11507857.
HSL color Cylindrical-coordinate representation of color #9198AF: hue angle of 226º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9198AF is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 152 | 175 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.31 |
| HSL | 226º | 0.16% | 0.63% | - |
| HSV(B) | 226º | 0.17% | 0.69% | - |
| XYZ | 30.64 | 31.57 | 45.04 | - |
| YUV | 152.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 152 | 175 | 0.17 | 0.13 | 0 | 0.31 | 226 | 0.16 | 0.63 |
| Hex | 91 | 98 | AF | 11 | D | 0 | 1F | E2 | 10 | 3F |
| Octal | 221 | 230 | 257 | 21 | 15 | 0 | 37 | 342 | 20 | 77 |
| Binary | 10010001 | 10011000 | 10101111 | 10001 | 1101 | 0 | 11111 | 11100010 | 10000 | 111111 |
Color Harmonies of #9198AF
Complementary color
Monochromatic Colors of #9198AF
Black with #9198AF
Text Example
Text Example
White with #9198AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9198AF; }
p { color: rgb(145,152,175); }
H1.HeaderClassName
{
color: #9198AF;
}
.AnyTagClassName
{
color: #9198AF;
}
</style>
background-color css
<style>
a { background-color: #9198AF; }
a { background-color: rgb(145,152,175); }
div.DivClassName
{
background-color: #9198AF;
}
.BgClassName
{
background-color: #9198AF;
}
</style>
border-color css
<style>
span { border-color: #9198AF; }
span { border-color: rgb(145,152,175); }
td.TdClassName
{
border-color: #9198AF;
}
.TagClassName
{
border-color: #9198AF;
}
</style>