Shades of Manatee #84889D
Tints of Manatee #84889D
RGB
CMYK
RGB Variations
Color information
#84889D (or 0x84889D) is known color: Manatee. HEX triplet: 84, 88 and 9D. RGB value is (132,136,157). Sum of RGB (Red+Green+Blue) = 132+136+157=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 157 - color contains mainly: blue. Hex color #84889D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84889D is #7B7762. Grayscale: #898989. Windows color (decimal): -8091491 or 10324100. OLE color: 10324100.
HSL color Cylindrical-coordinate representation of color #84889D: hue angle of 230.4º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #84889D is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 136 | 157 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.38 |
| HSL | 230.4º | 0.11% | 0.57% | - |
| HSV(B) | 230.4º | 0.16% | 0.62% | - |
| XYZ | 24.41 | 24.95 | 35.43 | - |
| YUV | 137.2 | 139.17 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 136 | 157 | 0.16 | 0.13 | 0 | 0.38 | 230.4 | 0.11 | 0.57 |
| Hex | 84 | 88 | 9D | 10 | D | 0 | 26 | E6 | B | 39 |
| Octal | 204 | 210 | 235 | 20 | 15 | 0 | 46 | 346 | 13 | 71 |
| Binary | 10000100 | 10001000 | 10011101 | 10000 | 1101 | 0 | 100110 | 11100110 | 1011 | 111001 |
Color Harmonies of #84889D
Complementary color
Monochromatic Colors of #84889D
Black with #84889D
Text Example
Text Example
White with #84889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84889D; }
p { color: rgb(132,136,157); }
H1.HeaderClassName
{
color: #84889D;
}
.AnyTagClassName
{
color: #84889D;
}
</style>
background-color css
<style>
a { background-color: #84889D; }
a { background-color: rgb(132,136,157); }
div.DivClassName
{
background-color: #84889D;
}
.BgClassName
{
background-color: #84889D;
}
</style>
border-color css
<style>
span { border-color: #84889D; }
span { border-color: rgb(132,136,157); }
td.TdClassName
{
border-color: #84889D;
}
.TagClassName
{
border-color: #84889D;
}
</style>