Shades of Manatee #8183A2
Tints of Manatee #8183A2
RGB
CMYK
RGB Variations
Color information
#8183A2 (or 0x8183A2) is known color: Manatee. HEX triplet: 81, 83 and A2. RGB value is (129,131,162). Sum of RGB (Red+Green+Blue) = 129+131+162=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 162 - color contains mainly: blue. Hex color #8183A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8183A2 is #7E7C5D. Grayscale: #858585. Windows color (decimal): -8289374 or 10650497. OLE color: 10650497.
HSL color Cylindrical-coordinate representation of color #8183A2: hue angle of 236.36º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8183A2 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 131 | 162 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.36 |
| HSL | 236.36º | 0.15% | 0.57% | - |
| HSV(B) | 236.36º | 0.2% | 0.64% | - |
| XYZ | 23.69 | 23.51 | 37.47 | - |
| YUV | 133.94 | 143.84 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 131 | 162 | 0.20 | 0.19 | 0 | 0.36 | 236.36 | 0.15 | 0.57 |
| Hex | 81 | 83 | A2 | 14 | 13 | 0 | 24 | EC | F | 39 |
| Octal | 201 | 203 | 242 | 24 | 23 | 0 | 44 | 354 | 17 | 71 |
| Binary | 10000001 | 10000011 | 10100010 | 10100 | 10011 | 0 | 100100 | 11101100 | 1111 | 111001 |
Color Harmonies of #8183A2
Complementary color
Monochromatic Colors of #8183A2
Black with #8183A2
Text Example
Text Example
White with #8183A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8183A2; }
p { color: rgb(129,131,162); }
H1.HeaderClassName
{
color: #8183A2;
}
.AnyTagClassName
{
color: #8183A2;
}
</style>
background-color css
<style>
a { background-color: #8183A2; }
a { background-color: rgb(129,131,162); }
div.DivClassName
{
background-color: #8183A2;
}
.BgClassName
{
background-color: #8183A2;
}
</style>
border-color css
<style>
span { border-color: #8183A2; }
span { border-color: rgb(129,131,162); }
td.TdClassName
{
border-color: #8183A2;
}
.TagClassName
{
border-color: #8183A2;
}
</style>