Shades of Manatee #8992AC
Tints of Manatee #8992AC
RGB
CMYK
RGB Variations
Color information
#8992AC (or 0x8992AC) is known color: Manatee. HEX triplet: 89, 92 and AC. RGB value is (137,146,172). Sum of RGB (Red+Green+Blue) = 137+146+172=455 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.11% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 172 - color contains mainly: blue. Hex color #8992AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8992AC is #766D53. Grayscale: #929292. Windows color (decimal): -7761236 or 11309705. OLE color: 11309705.
HSL color Cylindrical-coordinate representation of color #8992AC: hue angle of 224.57º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8992AC is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 146 | 172 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.33 |
| HSL | 224.57º | 0.17% | 0.61% | - |
| HSV(B) | 224.57º | 0.2% | 0.67% | - |
| XYZ | 28.04 | 28.85 | 43.12 | - |
| YUV | 146.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 146 | 172 | 0.20 | 0.15 | 0 | 0.33 | 224.57 | 0.17 | 0.61 |
| Hex | 89 | 92 | AC | 14 | F | 0 | 21 | E1 | 11 | 3D |
| Octal | 211 | 222 | 254 | 24 | 17 | 0 | 41 | 341 | 21 | 75 |
| Binary | 10001001 | 10010010 | 10101100 | 10100 | 1111 | 0 | 100001 | 11100001 | 10001 | 111101 |
Color Harmonies of #8992AC
Complementary color
Monochromatic Colors of #8992AC
Black with #8992AC
Text Example
Text Example
White with #8992AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8992AC; }
p { color: rgb(137,146,172); }
H1.HeaderClassName
{
color: #8992AC;
}
.AnyTagClassName
{
color: #8992AC;
}
</style>
background-color css
<style>
a { background-color: #8992AC; }
a { background-color: rgb(137,146,172); }
div.DivClassName
{
background-color: #8992AC;
}
.BgClassName
{
background-color: #8992AC;
}
</style>
border-color css
<style>
span { border-color: #8992AC; }
span { border-color: rgb(137,146,172); }
td.TdClassName
{
border-color: #8992AC;
}
.TagClassName
{
border-color: #8992AC;
}
</style>