Shades of Manatee #848A9E
Tints of Manatee #848A9E
RGB
CMYK
RGB Variations
Color information
#848A9E (or 0x848A9E) is known color: Manatee. HEX triplet: 84, 8A and 9E. RGB value is (132,138,158). Sum of RGB (Red+Green+Blue) = 132+138+158=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 158 - color contains mainly: blue. Hex color #848A9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848A9E is #7B7561. Grayscale: #8A8A8A. Windows color (decimal): -8090978 or 10390148. OLE color: 10390148.
HSL color Cylindrical-coordinate representation of color #848A9E: hue angle of 226.15º 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 #848A9E is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 138 | 158 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.38 |
| HSL | 226.15º | 0.12% | 0.57% | - |
| HSV(B) | 226.15º | 0.16% | 0.62% | - |
| XYZ | 24.78 | 25.55 | 35.97 | - |
| YUV | 138.49 | 139.01 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 138 | 158 | 0.16 | 0.13 | 0 | 0.38 | 226.15 | 0.12 | 0.57 |
| Hex | 84 | 8A | 9E | 10 | D | 0 | 26 | E2 | C | 39 |
| Octal | 204 | 212 | 236 | 20 | 15 | 0 | 46 | 342 | 14 | 71 |
| Binary | 10000100 | 10001010 | 10011110 | 10000 | 1101 | 0 | 100110 | 11100010 | 1100 | 111001 |
Color Harmonies of #848A9E
Complementary color
Monochromatic Colors of #848A9E
Black with #848A9E
Text Example
Text Example
White with #848A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848A9E; }
p { color: rgb(132,138,158); }
H1.HeaderClassName
{
color: #848A9E;
}
.AnyTagClassName
{
color: #848A9E;
}
</style>
background-color css
<style>
a { background-color: #848A9E; }
a { background-color: rgb(132,138,158); }
div.DivClassName
{
background-color: #848A9E;
}
.BgClassName
{
background-color: #848A9E;
}
</style>
border-color css
<style>
span { border-color: #848A9E; }
span { border-color: rgb(132,138,158); }
td.TdClassName
{
border-color: #848A9E;
}
.TagClassName
{
border-color: #848A9E;
}
</style>