Shades of Manatee #8388AB
Tints of Manatee #8388AB
RGB
CMYK
RGB Variations
Color information
#8388AB (or 0x8388AB) is known color: Manatee. HEX triplet: 83, 88 and AB. RGB value is (131,136,171). Sum of RGB (Red+Green+Blue) = 131+136+171=438 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.91% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #8388AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8388AB is #7C7754. Grayscale: #8A8A8A. Windows color (decimal): -8157013 or 11241603. OLE color: 11241603.
HSL color Cylindrical-coordinate representation of color #8388AB: hue angle of 232.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 #8388AB is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 136 | 171 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.33 |
| HSL | 232.5º | 0.19% | 0.59% | - |
| HSV(B) | 232.5º | 0.23% | 0.67% | - |
| XYZ | 25.51 | 25.37 | 42.08 | - |
| YUV | 138.5 | 146.34 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 136 | 171 | 0.23 | 0.20 | 0 | 0.33 | 232.5 | 0.19 | 0.59 |
| Hex | 83 | 88 | AB | 17 | 14 | 0 | 21 | E8 | 13 | 3B |
| Octal | 203 | 210 | 253 | 27 | 24 | 0 | 41 | 350 | 23 | 73 |
| Binary | 10000011 | 10001000 | 10101011 | 10111 | 10100 | 0 | 100001 | 11101000 | 10011 | 111011 |
Color Harmonies of #8388AB
Complementary color
Monochromatic Colors of #8388AB
Black with #8388AB
Text Example
Text Example
White with #8388AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8388AB; }
p { color: rgb(131,136,171); }
H1.HeaderClassName
{
color: #8388AB;
}
.AnyTagClassName
{
color: #8388AB;
}
</style>
background-color css
<style>
a { background-color: #8388AB; }
a { background-color: rgb(131,136,171); }
div.DivClassName
{
background-color: #8388AB;
}
.BgClassName
{
background-color: #8388AB;
}
</style>
border-color css
<style>
span { border-color: #8388AB; }
span { border-color: rgb(131,136,171); }
td.TdClassName
{
border-color: #8388AB;
}
.TagClassName
{
border-color: #8388AB;
}
</style>