Shades of Manatee #80829B
Tints of Manatee #80829B
RGB
CMYK
RGB Variations
Color information
#80829B (or 0x80829B) is known color: Manatee. HEX triplet: 80, 82 and 9B. RGB value is (128,130,155). Sum of RGB (Red+Green+Blue) = 128+130+155=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 155 - color contains mainly: blue. Hex color #80829B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80829B is #7F7D64. Grayscale: #848484. Windows color (decimal): -8355173 or 10191488. OLE color: 10191488.
HSL color Cylindrical-coordinate representation of color #80829B: hue angle of 235.56º 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 #80829B is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 130 | 155 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.39 |
| HSL | 235.56º | 0.12% | 0.55% | - |
| HSV(B) | 235.56º | 0.17% | 0.61% | - |
| XYZ | 22.8 | 22.92 | 34.23 | - |
| YUV | 132.25 | 140.84 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 155 | 0.17 | 0.16 | 0 | 0.39 | 235.56 | 0.12 | 0.55 |
| Hex | 80 | 82 | 9B | 11 | 10 | 0 | 27 | EC | C | 37 |
| Octal | 200 | 202 | 233 | 21 | 20 | 0 | 47 | 354 | 14 | 67 |
| Binary | 10000000 | 10000010 | 10011011 | 10001 | 10000 | 0 | 100111 | 11101100 | 1100 | 110111 |
Color Harmonies of #80829B
Complementary color
Monochromatic Colors of #80829B
Black with #80829B
Text Example
Text Example
White with #80829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80829B; }
p { color: rgb(128,130,155); }
H1.HeaderClassName
{
color: #80829B;
}
.AnyTagClassName
{
color: #80829B;
}
</style>
background-color css
<style>
a { background-color: #80829B; }
a { background-color: rgb(128,130,155); }
div.DivClassName
{
background-color: #80829B;
}
.BgClassName
{
background-color: #80829B;
}
</style>
border-color css
<style>
span { border-color: #80829B; }
span { border-color: rgb(128,130,155); }
td.TdClassName
{
border-color: #80829B;
}
.TagClassName
{
border-color: #80829B;
}
</style>