Shades of Manatee #848C9E
Tints of Manatee #848C9E
RGB
CMYK
RGB Variations
Color information
#848C9E (or 0x848C9E) is known color: Manatee. HEX triplet: 84, 8C and 9E. RGB value is (132,140,158). Sum of RGB (Red+Green+Blue) = 132+140+158=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 158 - color contains mainly: blue. Hex color #848C9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848C9E is #7B7361. Grayscale: #8B8B8B. Windows color (decimal): -8090466 or 10390660. OLE color: 10390660.
HSL color Cylindrical-coordinate representation of color #848C9E: hue angle of 221.54º degrees, saturation: 0.12, 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 #848C9E is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 140 | 158 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.38 |
| HSL | 221.54º | 0.12% | 0.57% | - |
| HSV(B) | 221.54º | 0.16% | 0.62% | - |
| XYZ | 25.07 | 26.13 | 36.07 | - |
| YUV | 139.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 140 | 158 | 0.16 | 0.11 | 0 | 0.38 | 221.54 | 0.12 | 0.57 |
| Hex | 84 | 8C | 9E | 10 | B | 0 | 26 | DE | C | 39 |
| Octal | 204 | 214 | 236 | 20 | 13 | 0 | 46 | 336 | 14 | 71 |
| Binary | 10000100 | 10001100 | 10011110 | 10000 | 1011 | 0 | 100110 | 11011110 | 1100 | 111001 |
Color Harmonies of #848C9E
Complementary color
Monochromatic Colors of #848C9E
Black with #848C9E
Text Example
Text Example
White with #848C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848C9E; }
p { color: rgb(132,140,158); }
H1.HeaderClassName
{
color: #848C9E;
}
.AnyTagClassName
{
color: #848C9E;
}
</style>
background-color css
<style>
a { background-color: #848C9E; }
a { background-color: rgb(132,140,158); }
div.DivClassName
{
background-color: #848C9E;
}
.BgClassName
{
background-color: #848C9E;
}
</style>
border-color css
<style>
span { border-color: #848C9E; }
span { border-color: rgb(132,140,158); }
td.TdClassName
{
border-color: #848C9E;
}
.TagClassName
{
border-color: #848C9E;
}
</style>