Shades of Manatee #8285AB
Tints of Manatee #8285AB
RGB
CMYK
RGB Variations
Color information
#8285AB (or 0x8285AB) is known color: Manatee. HEX triplet: 82, 85 and AB. RGB value is (130,133,171). Sum of RGB (Red+Green+Blue) = 130+133+171=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #8285AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8285AB is #7D7A54. Grayscale: #888888. Windows color (decimal): -8223317 or 11240834. OLE color: 11240834.
HSL color Cylindrical-coordinate representation of color #8285AB: hue angle of 235.61º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8285AB is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 133 | 171 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.33 |
| HSL | 235.61º | 0.2% | 0.59% | - |
| HSV(B) | 235.61º | 0.24% | 0.67% | - |
| XYZ | 24.94 | 24.46 | 41.93 | - |
| YUV | 136.44 | 147.51 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 133 | 171 | 0.24 | 0.22 | 0 | 0.33 | 235.61 | 0.2 | 0.59 |
| Hex | 82 | 85 | AB | 18 | 16 | 0 | 21 | EC | 14 | 3B |
| Octal | 202 | 205 | 253 | 30 | 26 | 0 | 41 | 354 | 24 | 73 |
| Binary | 10000010 | 10000101 | 10101011 | 11000 | 10110 | 0 | 100001 | 11101100 | 10100 | 111011 |
Color Harmonies of #8285AB
Complementary color
Monochromatic Colors of #8285AB
Black with #8285AB
Text Example
Text Example
White with #8285AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8285AB; }
p { color: rgb(130,133,171); }
H1.HeaderClassName
{
color: #8285AB;
}
.AnyTagClassName
{
color: #8285AB;
}
</style>
background-color css
<style>
a { background-color: #8285AB; }
a { background-color: rgb(130,133,171); }
div.DivClassName
{
background-color: #8285AB;
}
.BgClassName
{
background-color: #8285AB;
}
</style>
border-color css
<style>
span { border-color: #8285AB; }
span { border-color: rgb(130,133,171); }
td.TdClassName
{
border-color: #8285AB;
}
.TagClassName
{
border-color: #8285AB;
}
</style>