Shades of Manatee #80859B
Tints of Manatee #80859B
RGB
CMYK
RGB Variations
Color information
#80859B (or 0x80859B) is known color: Manatee. HEX triplet: 80, 85 and 9B. RGB value is (128,133,155). Sum of RGB (Red+Green+Blue) = 128+133+155=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 155 - color contains mainly: blue. Hex color #80859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80859B is #7F7A64. Grayscale: #858585. Windows color (decimal): -8354405 or 10192256. OLE color: 10192256.
HSL color Cylindrical-coordinate representation of color #80859B: hue angle of 228.89º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #80859B is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 133 | 155 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.39 |
| HSL | 228.89º | 0.12% | 0.55% | - |
| HSV(B) | 228.89º | 0.17% | 0.61% | - |
| XYZ | 23.21 | 23.73 | 34.37 | - |
| YUV | 134.01 | 139.84 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 155 | 0.17 | 0.14 | 0 | 0.39 | 228.89 | 0.12 | 0.55 |
| Hex | 80 | 85 | 9B | 11 | E | 0 | 27 | E5 | C | 37 |
| Octal | 200 | 205 | 233 | 21 | 16 | 0 | 47 | 345 | 14 | 67 |
| Binary | 10000000 | 10000101 | 10011011 | 10001 | 1110 | 0 | 100111 | 11100101 | 1100 | 110111 |
Color Harmonies of #80859B
Complementary color
Monochromatic Colors of #80859B
Black with #80859B
Text Example
Text Example
White with #80859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80859B; }
p { color: rgb(128,133,155); }
H1.HeaderClassName
{
color: #80859B;
}
.AnyTagClassName
{
color: #80859B;
}
</style>
background-color css
<style>
a { background-color: #80859B; }
a { background-color: rgb(128,133,155); }
div.DivClassName
{
background-color: #80859B;
}
.BgClassName
{
background-color: #80859B;
}
</style>
border-color css
<style>
span { border-color: #80859B; }
span { border-color: rgb(128,133,155); }
td.TdClassName
{
border-color: #80859B;
}
.TagClassName
{
border-color: #80859B;
}
</style>