Shades of Manatee #8992B0
Tints of Manatee #8992B0
RGB
CMYK
RGB Variations
Color information
#8992B0 (or 0x8992B0) is known color: Manatee. HEX triplet: 89, 92 and B0. RGB value is (137,146,176). Sum of RGB (Red+Green+Blue) = 137+146+176=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 176 - color contains mainly: blue. Hex color #8992B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8992B0 is #766D4F. Grayscale: #929292. Windows color (decimal): -7761232 or 11571849. OLE color: 11571849.
HSL color Cylindrical-coordinate representation of color #8992B0: hue angle of 226.15º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8992B0 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 146 | 176 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.31 |
| HSL | 226.15º | 0.2% | 0.61% | - |
| HSV(B) | 226.15º | 0.22% | 0.69% | - |
| XYZ | 28.43 | 29.01 | 45.18 | - |
| YUV | 146.73 | 144.52 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 146 | 176 | 0.22 | 0.17 | 0 | 0.31 | 226.15 | 0.2 | 0.61 |
| Hex | 89 | 92 | B0 | 16 | 11 | 0 | 1F | E2 | 14 | 3D |
| Octal | 211 | 222 | 260 | 26 | 21 | 0 | 37 | 342 | 24 | 75 |
| Binary | 10001001 | 10010010 | 10110000 | 10110 | 10001 | 0 | 11111 | 11100010 | 10100 | 111101 |
Color Harmonies of #8992B0
Complementary color
Monochromatic Colors of #8992B0
Black with #8992B0
Text Example
Text Example
White with #8992B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8992B0; }
p { color: rgb(137,146,176); }
H1.HeaderClassName
{
color: #8992B0;
}
.AnyTagClassName
{
color: #8992B0;
}
</style>
background-color css
<style>
a { background-color: #8992B0; }
a { background-color: rgb(137,146,176); }
div.DivClassName
{
background-color: #8992B0;
}
.BgClassName
{
background-color: #8992B0;
}
</style>
border-color css
<style>
span { border-color: #8992B0; }
span { border-color: rgb(137,146,176); }
td.TdClassName
{
border-color: #8992B0;
}
.TagClassName
{
border-color: #8992B0;
}
</style>