Shades of Manatee #8183AB
Tints of Manatee #8183AB
RGB
CMYK
RGB Variations
Color information
#8183AB (or 0x8183AB) is known color: Manatee. HEX triplet: 81, 83 and AB. RGB value is (129,131,171). Sum of RGB (Red+Green+Blue) = 129+131+171=431 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.93% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #8183AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8183AB is #7E7C54. Grayscale: #868686. Windows color (decimal): -8289365 or 11240321. OLE color: 11240321.
HSL color Cylindrical-coordinate representation of color #8183AB: hue angle of 237.14º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8183AB is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 131 | 171 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.33 |
| HSL | 237.14º | 0.2% | 0.59% | - |
| HSV(B) | 237.14º | 0.25% | 0.67% | - |
| XYZ | 24.52 | 23.84 | 41.84 | - |
| YUV | 134.96 | 148.34 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 131 | 171 | 0.25 | 0.23 | 0 | 0.33 | 237.14 | 0.2 | 0.59 |
| Hex | 81 | 83 | AB | 19 | 17 | 0 | 21 | ED | 14 | 3B |
| Octal | 201 | 203 | 253 | 31 | 27 | 0 | 41 | 355 | 24 | 73 |
| Binary | 10000001 | 10000011 | 10101011 | 11001 | 10111 | 0 | 100001 | 11101101 | 10100 | 111011 |
Color Harmonies of #8183AB
Complementary color
Monochromatic Colors of #8183AB
Black with #8183AB
Text Example
Text Example
White with #8183AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8183AB; }
p { color: rgb(129,131,171); }
H1.HeaderClassName
{
color: #8183AB;
}
.AnyTagClassName
{
color: #8183AB;
}
</style>
background-color css
<style>
a { background-color: #8183AB; }
a { background-color: rgb(129,131,171); }
div.DivClassName
{
background-color: #8183AB;
}
.BgClassName
{
background-color: #8183AB;
}
</style>
border-color css
<style>
span { border-color: #8183AB; }
span { border-color: rgb(129,131,171); }
td.TdClassName
{
border-color: #8183AB;
}
.TagClassName
{
border-color: #8183AB;
}
</style>