Shades of Manatee #84868F
Tints of Manatee #84868F
RGB
CMYK
RGB Variations
Color information
#84868F (or 0x84868F) is known color: Manatee. HEX triplet: 84, 86 and 8F. RGB value is (132,134,143). Sum of RGB (Red+Green+Blue) = 132+134+143=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 143 - color contains mainly: blue. Hex color #84868F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84868F is #7B7970. Grayscale: #868686. Windows color (decimal): -8092017 or 9406084. OLE color: 9406084.
HSL color Cylindrical-coordinate representation of color #84868F: hue angle of 229.09º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #84868F is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 134 | 143 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.44 |
| HSL | 229.09º | 0.05% | 0.54% | - |
| HSV(B) | 229.09º | 0.08% | 0.56% | - |
| XYZ | 23 | 23.94 | 29.4 | - |
| YUV | 134.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 134 | 143 | 0.08 | 0.06 | 0 | 0.44 | 229.09 | 0.05 | 0.54 |
| Hex | 84 | 86 | 8F | 8 | 6 | 0 | 2C | E5 | 5 | 36 |
| Octal | 204 | 206 | 217 | 10 | 6 | 0 | 54 | 345 | 5 | 66 |
| Binary | 10000100 | 10000110 | 10001111 | 1000 | 110 | 0 | 101100 | 11100101 | 101 | 110110 |
Color Harmonies of #84868F
Complementary color
Monochromatic Colors of #84868F
Black with #84868F
Text Example
Text Example
White with #84868F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84868F; }
p { color: rgb(132,134,143); }
H1.HeaderClassName
{
color: #84868F;
}
.AnyTagClassName
{
color: #84868F;
}
</style>
background-color css
<style>
a { background-color: #84868F; }
a { background-color: rgb(132,134,143); }
div.DivClassName
{
background-color: #84868F;
}
.BgClassName
{
background-color: #84868F;
}
</style>
border-color css
<style>
span { border-color: #84868F; }
span { border-color: rgb(132,134,143); }
td.TdClassName
{
border-color: #84868F;
}
.TagClassName
{
border-color: #84868F;
}
</style>