Shades of Manatee #8386AB
Tints of Manatee #8386AB
RGB
CMYK
RGB Variations
Color information
#8386AB (or 0x8386AB) is known color: Manatee. HEX triplet: 83, 86 and AB. RGB value is (131,134,171). Sum of RGB (Red+Green+Blue) = 131+134+171=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #8386AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8386AB is #7C7954. Grayscale: #898989. Windows color (decimal): -8157525 or 11241091. OLE color: 11241091.
HSL color Cylindrical-coordinate representation of color #8386AB: hue angle of 235.5º 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 #8386AB is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 134 | 171 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.33 |
| HSL | 235.5º | 0.19% | 0.59% | - |
| HSV(B) | 235.5º | 0.23% | 0.67% | - |
| XYZ | 25.24 | 24.82 | 41.99 | - |
| YUV | 137.32 | 147.01 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 134 | 171 | 0.23 | 0.22 | 0 | 0.33 | 235.5 | 0.19 | 0.59 |
| Hex | 83 | 86 | AB | 17 | 16 | 0 | 21 | EC | 13 | 3B |
| Octal | 203 | 206 | 253 | 27 | 26 | 0 | 41 | 354 | 23 | 73 |
| Binary | 10000011 | 10000110 | 10101011 | 10111 | 10110 | 0 | 100001 | 11101100 | 10011 | 111011 |
Color Harmonies of #8386AB
Complementary color
Monochromatic Colors of #8386AB
Black with #8386AB
Text Example
Text Example
White with #8386AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8386AB; }
p { color: rgb(131,134,171); }
H1.HeaderClassName
{
color: #8386AB;
}
.AnyTagClassName
{
color: #8386AB;
}
</style>
background-color css
<style>
a { background-color: #8386AB; }
a { background-color: rgb(131,134,171); }
div.DivClassName
{
background-color: #8386AB;
}
.BgClassName
{
background-color: #8386AB;
}
</style>
border-color css
<style>
span { border-color: #8386AB; }
span { border-color: rgb(131,134,171); }
td.TdClassName
{
border-color: #8386AB;
}
.TagClassName
{
border-color: #8386AB;
}
</style>