Shades of Manatee #8281AC
Tints of Manatee #8281AC
RGB
CMYK
RGB Variations
Color information
#8281AC (or 0x8281AC) is known color: Manatee. HEX triplet: 82, 81 and AC. RGB value is (130,129,172). Sum of RGB (Red+Green+Blue) = 130+129+172=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #8281AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8281AC is #7D7E53. Grayscale: #868686. Windows color (decimal): -8224340 or 11305346. OLE color: 11305346.
HSL color Cylindrical-coordinate representation of color #8281AC: hue angle of 241.4º degrees, saturation: 0.21, 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 #8281AC is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 129 | 172 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.33 |
| HSL | 241.4º | 0.21% | 0.59% | - |
| HSV(B) | 241.4º | 0.25% | 0.67% | - |
| XYZ | 24.5 | 23.42 | 42.26 | - |
| YUV | 134.2 | 149.33 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 129 | 172 | 0.24 | 0.25 | 0 | 0.33 | 241.4 | 0.21 | 0.59 |
| Hex | 82 | 81 | AC | 18 | 19 | 0 | 21 | F1 | 15 | 3B |
| Octal | 202 | 201 | 254 | 30 | 31 | 0 | 41 | 361 | 25 | 73 |
| Binary | 10000010 | 10000001 | 10101100 | 11000 | 11001 | 0 | 100001 | 11110001 | 10101 | 111011 |
Color Harmonies of #8281AC
Complementary color
Monochromatic Colors of #8281AC
Black with #8281AC
Text Example
Text Example
White with #8281AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8281AC; }
p { color: rgb(130,129,172); }
H1.HeaderClassName
{
color: #8281AC;
}
.AnyTagClassName
{
color: #8281AC;
}
</style>
background-color css
<style>
a { background-color: #8281AC; }
a { background-color: rgb(130,129,172); }
div.DivClassName
{
background-color: #8281AC;
}
.BgClassName
{
background-color: #8281AC;
}
</style>
border-color css
<style>
span { border-color: #8281AC; }
span { border-color: rgb(130,129,172); }
td.TdClassName
{
border-color: #8281AC;
}
.TagClassName
{
border-color: #8281AC;
}
</style>