Shades of Manatee #8285A3
Tints of Manatee #8285A3
RGB
CMYK
RGB Variations
Color information
#8285A3 (or 0x8285A3) is known color: Manatee. HEX triplet: 82, 85 and A3. RGB value is (130,133,163). Sum of RGB (Red+Green+Blue) = 130+133+163=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 163 (64.06% from 255 or 38.26% from 426); Max value from RGB is 163 - color contains mainly: blue. Hex color #8285A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8285A3 is #7D7A5C. Grayscale: #878787. Windows color (decimal): -8223325 or 10716546. OLE color: 10716546.
HSL color Cylindrical-coordinate representation of color #8285A3: hue angle of 234.55º 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 #8285A3 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 133 | 163 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.36 |
| HSL | 234.55º | 0.15% | 0.57% | - |
| HSV(B) | 234.55º | 0.2% | 0.64% | - |
| XYZ | 24.2 | 24.17 | 38.04 | - |
| YUV | 135.52 | 143.51 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 133 | 163 | 0.20 | 0.18 | 0 | 0.36 | 234.55 | 0.15 | 0.57 |
| Hex | 82 | 85 | A3 | 14 | 12 | 0 | 24 | EB | F | 39 |
| Octal | 202 | 205 | 243 | 24 | 22 | 0 | 44 | 353 | 17 | 71 |
| Binary | 10000010 | 10000101 | 10100011 | 10100 | 10010 | 0 | 100100 | 11101011 | 1111 | 111001 |
Color Harmonies of #8285A3
Complementary color
Monochromatic Colors of #8285A3
Black with #8285A3
Text Example
Text Example
White with #8285A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8285A3; }
p { color: rgb(130,133,163); }
H1.HeaderClassName
{
color: #8285A3;
}
.AnyTagClassName
{
color: #8285A3;
}
</style>
background-color css
<style>
a { background-color: #8285A3; }
a { background-color: rgb(130,133,163); }
div.DivClassName
{
background-color: #8285A3;
}
.BgClassName
{
background-color: #8285A3;
}
</style>
border-color css
<style>
span { border-color: #8285A3; }
span { border-color: rgb(130,133,163); }
td.TdClassName
{
border-color: #8285A3;
}
.TagClassName
{
border-color: #8285A3;
}
</style>