Shades of Manatee #80859E
Tints of Manatee #80859E
RGB
CMYK
RGB Variations
Color information
#80859E (or 0x80859E) is known color: Manatee. HEX triplet: 80, 85 and 9E. RGB value is (128,133,158). Sum of RGB (Red+Green+Blue) = 128+133+158=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 158 - color contains mainly: blue. Hex color #80859E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80859E is #7F7A61. Grayscale: #868686. Windows color (decimal): -8354402 or 10388864. OLE color: 10388864.
HSL color Cylindrical-coordinate representation of color #80859E: hue angle of 230º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #80859E is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 133 | 158 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.38 |
| HSL | 230º | 0.13% | 0.56% | - |
| HSV(B) | 230º | 0.19% | 0.62% | - |
| XYZ | 23.46 | 23.83 | 35.71 | - |
| YUV | 134.36 | 141.34 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 158 | 0.19 | 0.16 | 0 | 0.38 | 230 | 0.13 | 0.56 |
| Hex | 80 | 85 | 9E | 13 | 10 | 0 | 26 | E6 | D | 38 |
| Octal | 200 | 205 | 236 | 23 | 20 | 0 | 46 | 346 | 15 | 70 |
| Binary | 10000000 | 10000101 | 10011110 | 10011 | 10000 | 0 | 100110 | 11100110 | 1101 | 111000 |
Color Harmonies of #80859E
Complementary color
Monochromatic Colors of #80859E
Black with #80859E
Text Example
Text Example
White with #80859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80859E; }
p { color: rgb(128,133,158); }
H1.HeaderClassName
{
color: #80859E;
}
.AnyTagClassName
{
color: #80859E;
}
</style>
background-color css
<style>
a { background-color: #80859E; }
a { background-color: rgb(128,133,158); }
div.DivClassName
{
background-color: #80859E;
}
.BgClassName
{
background-color: #80859E;
}
</style>
border-color css
<style>
span { border-color: #80859E; }
span { border-color: rgb(128,133,158); }
td.TdClassName
{
border-color: #80859E;
}
.TagClassName
{
border-color: #80859E;
}
</style>