Shades of Manatee #80859F
Tints of Manatee #80859F
RGB
CMYK
RGB Variations
Color information
#80859F (or 0x80859F) is known color: Manatee. HEX triplet: 80, 85 and 9F. RGB value is (128,133,159). Sum of RGB (Red+Green+Blue) = 128+133+159=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 159 - color contains mainly: blue. Hex color #80859F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80859F is #7F7A60. Grayscale: #868686. Windows color (decimal): -8354401 or 10454400. OLE color: 10454400.
HSL color Cylindrical-coordinate representation of color #80859F: hue angle of 230.32º degrees, saturation: 0.14, 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 #80859F is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 133 | 159 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.38 |
| HSL | 230.32º | 0.14% | 0.56% | - |
| HSV(B) | 230.32º | 0.19% | 0.62% | - |
| XYZ | 23.55 | 23.87 | 36.17 | - |
| YUV | 134.47 | 141.84 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 159 | 0.19 | 0.16 | 0 | 0.38 | 230.32 | 0.14 | 0.56 |
| Hex | 80 | 85 | 9F | 13 | 10 | 0 | 26 | E6 | E | 38 |
| Octal | 200 | 205 | 237 | 23 | 20 | 0 | 46 | 346 | 16 | 70 |
| Binary | 10000000 | 10000101 | 10011111 | 10011 | 10000 | 0 | 100110 | 11100110 | 1110 | 111000 |
Color Harmonies of #80859F
Complementary color
Monochromatic Colors of #80859F
Black with #80859F
Text Example
Text Example
White with #80859F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80859F; }
p { color: rgb(128,133,159); }
H1.HeaderClassName
{
color: #80859F;
}
.AnyTagClassName
{
color: #80859F;
}
</style>
background-color css
<style>
a { background-color: #80859F; }
a { background-color: rgb(128,133,159); }
div.DivClassName
{
background-color: #80859F;
}
.BgClassName
{
background-color: #80859F;
}
</style>
border-color css
<style>
span { border-color: #80859F; }
span { border-color: rgb(128,133,159); }
td.TdClassName
{
border-color: #80859F;
}
.TagClassName
{
border-color: #80859F;
}
</style>