Shades of Manatee #82879D
Tints of Manatee #82879D
RGB
CMYK
RGB Variations
Color information
#82879D (or 0x82879D) is known color: Manatee. HEX triplet: 82, 87 and 9D. RGB value is (130,135,157). Sum of RGB (Red+Green+Blue) = 130+135+157=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 157 - color contains mainly: blue. Hex color #82879D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82879D is #7D7862. Grayscale: #878787. Windows color (decimal): -8222819 or 10323842. OLE color: 10323842.
HSL color Cylindrical-coordinate representation of color #82879D: hue angle of 228.89º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #82879D is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 135 | 157 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.38 |
| HSL | 228.89º | 0.12% | 0.56% | - |
| HSV(B) | 228.89º | 0.17% | 0.62% | - |
| XYZ | 23.96 | 24.51 | 35.37 | - |
| YUV | 136.01 | 139.84 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 135 | 157 | 0.17 | 0.14 | 0 | 0.38 | 228.89 | 0.12 | 0.56 |
| Hex | 82 | 87 | 9D | 11 | E | 0 | 26 | E5 | C | 38 |
| Octal | 202 | 207 | 235 | 21 | 16 | 0 | 46 | 345 | 14 | 70 |
| Binary | 10000010 | 10000111 | 10011101 | 10001 | 1110 | 0 | 100110 | 11100101 | 1100 | 111000 |
Color Harmonies of #82879D
Complementary color
Monochromatic Colors of #82879D
Black with #82879D
Text Example
Text Example
White with #82879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82879D; }
p { color: rgb(130,135,157); }
H1.HeaderClassName
{
color: #82879D;
}
.AnyTagClassName
{
color: #82879D;
}
</style>
background-color css
<style>
a { background-color: #82879D; }
a { background-color: rgb(130,135,157); }
div.DivClassName
{
background-color: #82879D;
}
.BgClassName
{
background-color: #82879D;
}
</style>
border-color css
<style>
span { border-color: #82879D; }
span { border-color: rgb(130,135,157); }
td.TdClassName
{
border-color: #82879D;
}
.TagClassName
{
border-color: #82879D;
}
</style>