Shades of Manatee #80859D
Tints of Manatee #80859D
RGB
CMYK
RGB Variations
Color information
#80859D (or 0x80859D) is known color: Manatee. HEX triplet: 80, 85 and 9D. RGB value is (128,133,157). Sum of RGB (Red+Green+Blue) = 128+133+157=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 157 - color contains mainly: blue. Hex color #80859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80859D is #7F7A62. Grayscale: #868686. Windows color (decimal): -8354403 or 10323328. OLE color: 10323328.
HSL color Cylindrical-coordinate representation of color #80859D: hue angle of 229.66º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #80859D is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 133 | 157 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.38 |
| HSL | 229.66º | 0.13% | 0.56% | - |
| HSV(B) | 229.66º | 0.18% | 0.62% | - |
| XYZ | 23.38 | 23.8 | 35.26 | - |
| YUV | 134.24 | 140.84 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 157 | 0.18 | 0.15 | 0 | 0.38 | 229.66 | 0.13 | 0.56 |
| Hex | 80 | 85 | 9D | 12 | F | 0 | 26 | E6 | D | 38 |
| Octal | 200 | 205 | 235 | 22 | 17 | 0 | 46 | 346 | 15 | 70 |
| Binary | 10000000 | 10000101 | 10011101 | 10010 | 1111 | 0 | 100110 | 11100110 | 1101 | 111000 |
Color Harmonies of #80859D
Complementary color
Monochromatic Colors of #80859D
Black with #80859D
Text Example
Text Example
White with #80859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80859D; }
p { color: rgb(128,133,157); }
H1.HeaderClassName
{
color: #80859D;
}
.AnyTagClassName
{
color: #80859D;
}
</style>
background-color css
<style>
a { background-color: #80859D; }
a { background-color: rgb(128,133,157); }
div.DivClassName
{
background-color: #80859D;
}
.BgClassName
{
background-color: #80859D;
}
</style>
border-color css
<style>
span { border-color: #80859D; }
span { border-color: rgb(128,133,157); }
td.TdClassName
{
border-color: #80859D;
}
.TagClassName
{
border-color: #80859D;
}
</style>