Shades of Manatee #848BA7
Tints of Manatee #848BA7
RGB
CMYK
RGB Variations
Color information
#848BA7 (or 0x848BA7) is known color: Manatee. HEX triplet: 84, 8B and A7. RGB value is (132,139,167). Sum of RGB (Red+Green+Blue) = 132+139+167=438 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.14% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 167 (65.62% from 255 or 38.13% from 438); Max value from RGB is 167 - color contains mainly: blue. Hex color #848BA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848BA7 is #7B7458. Grayscale: #8B8B8B. Windows color (decimal): -8090713 or 10980228. OLE color: 10980228.
HSL color Cylindrical-coordinate representation of color #848BA7: hue angle of 228º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #848BA7 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 139 | 167 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.35 |
| HSL | 228º | 0.17% | 0.59% | - |
| HSV(B) | 228º | 0.21% | 0.65% | - |
| XYZ | 25.72 | 26.16 | 40.25 | - |
| YUV | 140.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 139 | 167 | 0.21 | 0.17 | 0 | 0.35 | 228 | 0.17 | 0.59 |
| Hex | 84 | 8B | A7 | 15 | 11 | 0 | 23 | E4 | 11 | 3B |
| Octal | 204 | 213 | 247 | 25 | 21 | 0 | 43 | 344 | 21 | 73 |
| Binary | 10000100 | 10001011 | 10100111 | 10101 | 10001 | 0 | 100011 | 11100100 | 10001 | 111011 |
Color Harmonies of #848BA7
Complementary color
Monochromatic Colors of #848BA7
Black with #848BA7
Text Example
Text Example
White with #848BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848BA7; }
p { color: rgb(132,139,167); }
H1.HeaderClassName
{
color: #848BA7;
}
.AnyTagClassName
{
color: #848BA7;
}
</style>
background-color css
<style>
a { background-color: #848BA7; }
a { background-color: rgb(132,139,167); }
div.DivClassName
{
background-color: #848BA7;
}
.BgClassName
{
background-color: #848BA7;
}
</style>
border-color css
<style>
span { border-color: #848BA7; }
span { border-color: rgb(132,139,167); }
td.TdClassName
{
border-color: #848BA7;
}
.TagClassName
{
border-color: #848BA7;
}
</style>