Shades of Manatee #8387AB
Tints of Manatee #8387AB
RGB
CMYK
RGB Variations
Color information
#8387AB (or 0x8387AB) is known color: Manatee. HEX triplet: 83, 87 and AB. RGB value is (131,135,171). Sum of RGB (Red+Green+Blue) = 131+135+171=437 (57% of max value = 765). Red value is 131 (51.56% from 255 or 29.98% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #8387AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8387AB is #7C7854. Grayscale: #898989. Windows color (decimal): -8157269 or 11241347. OLE color: 11241347.
HSL color Cylindrical-coordinate representation of color #8387AB: hue angle of 234º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8387AB is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 135 | 171 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.33 |
| HSL | 234º | 0.19% | 0.59% | - |
| HSV(B) | 234º | 0.23% | 0.67% | - |
| XYZ | 25.37 | 25.09 | 42.03 | - |
| YUV | 137.91 | 146.67 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 135 | 171 | 0.23 | 0.21 | 0 | 0.33 | 234 | 0.19 | 0.59 |
| Hex | 83 | 87 | AB | 17 | 15 | 0 | 21 | EA | 13 | 3B |
| Octal | 203 | 207 | 253 | 27 | 25 | 0 | 41 | 352 | 23 | 73 |
| Binary | 10000011 | 10000111 | 10101011 | 10111 | 10101 | 0 | 100001 | 11101010 | 10011 | 111011 |
Color Harmonies of #8387AB
Complementary color
Monochromatic Colors of #8387AB
Black with #8387AB
Text Example
Text Example
White with #8387AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8387AB; }
p { color: rgb(131,135,171); }
H1.HeaderClassName
{
color: #8387AB;
}
.AnyTagClassName
{
color: #8387AB;
}
</style>
background-color css
<style>
a { background-color: #8387AB; }
a { background-color: rgb(131,135,171); }
div.DivClassName
{
background-color: #8387AB;
}
.BgClassName
{
background-color: #8387AB;
}
</style>
border-color css
<style>
span { border-color: #8387AB; }
span { border-color: rgb(131,135,171); }
td.TdClassName
{
border-color: #8387AB;
}
.TagClassName
{
border-color: #8387AB;
}
</style>