Shades of Manatee #828699
Tints of Manatee #828699
RGB
CMYK
RGB Variations
Color information
#828699 (or 0x828699) is known color: Manatee. HEX triplet: 82, 86 and 99. RGB value is (130,134,153). Sum of RGB (Red+Green+Blue) = 130+134+153=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 153 - color contains mainly: blue. Hex color #828699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828699 is #7D7966. Grayscale: #868686. Windows color (decimal): -8223079 or 10061442. OLE color: 10061442.
HSL color Cylindrical-coordinate representation of color #828699: hue angle of 229.57º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #828699 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 130 | 134 | 153 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.4 |
| HSL | 229.57º | 0.1% | 0.55% | - |
| HSV(B) | 229.57º | 0.15% | 0.6% | - |
| XYZ | 23.48 | 24.1 | 33.55 | - |
| YUV | 134.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 134 | 153 | 0.15 | 0.12 | 0 | 0.4 | 229.57 | 0.1 | 0.55 |
| Hex | 82 | 86 | 99 | F | C | 0 | 28 | E6 | A | 37 |
| Octal | 202 | 206 | 231 | 17 | 14 | 0 | 50 | 346 | 12 | 67 |
| Binary | 10000010 | 10000110 | 10011001 | 1111 | 1100 | 0 | 101000 | 11100110 | 1010 | 110111 |
Color Harmonies of #828699
Complementary color
Monochromatic Colors of #828699
Black with #828699
Text Example
Text Example
White with #828699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828699; }
p { color: rgb(130,134,153); }
H1.HeaderClassName
{
color: #828699;
}
.AnyTagClassName
{
color: #828699;
}
</style>
background-color css
<style>
a { background-color: #828699; }
a { background-color: rgb(130,134,153); }
div.DivClassName
{
background-color: #828699;
}
.BgClassName
{
background-color: #828699;
}
</style>
border-color css
<style>
span { border-color: #828699; }
span { border-color: rgb(130,134,153); }
td.TdClassName
{
border-color: #828699;
}
.TagClassName
{
border-color: #828699;
}
</style>