Shades of Manatee #848A9A
Tints of Manatee #848A9A
RGB
CMYK
RGB Variations
Color information
#848A9A (or 0x848A9A) is known color: Manatee. HEX triplet: 84, 8A and 9A. RGB value is (132,138,154). Sum of RGB (Red+Green+Blue) = 132+138+154=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 154 - color contains mainly: blue. Hex color #848A9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848A9A is #7B7565. Grayscale: #898989. Windows color (decimal): -8090982 or 10128004. OLE color: 10128004.
HSL color Cylindrical-coordinate representation of color #848A9A: hue angle of 223.64º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #848A9A is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 138 | 154 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.40 |
| HSL | 223.64º | 0.1% | 0.56% | - |
| HSV(B) | 223.64º | 0.14% | 0.6% | - |
| XYZ | 24.44 | 25.42 | 34.19 | - |
| YUV | 138.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 138 | 154 | 0.14 | 0.10 | 0 | 0.40 | 223.64 | 0.1 | 0.56 |
| Hex | 84 | 8A | 9A | E | A | 0 | 28 | E0 | A | 38 |
| Octal | 204 | 212 | 232 | 16 | 12 | 0 | 50 | 340 | 12 | 70 |
| Binary | 10000100 | 10001010 | 10011010 | 1110 | 1010 | 0 | 101000 | 11100000 | 1010 | 111000 |
Color Harmonies of #848A9A
Complementary color
Monochromatic Colors of #848A9A
Black with #848A9A
Text Example
Text Example
White with #848A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848A9A; }
p { color: rgb(132,138,154); }
H1.HeaderClassName
{
color: #848A9A;
}
.AnyTagClassName
{
color: #848A9A;
}
</style>
background-color css
<style>
a { background-color: #848A9A; }
a { background-color: rgb(132,138,154); }
div.DivClassName
{
background-color: #848A9A;
}
.BgClassName
{
background-color: #848A9A;
}
</style>
border-color css
<style>
span { border-color: #848A9A; }
span { border-color: rgb(132,138,154); }
td.TdClassName
{
border-color: #848A9A;
}
.TagClassName
{
border-color: #848A9A;
}
</style>