Shades of Manatee #828798
Tints of Manatee #828798
RGB
CMYK
RGB Variations
Color information
#828798 (or 0x828798) is known color: Manatee. HEX triplet: 82, 87 and 98. RGB value is (130,135,152). Sum of RGB (Red+Green+Blue) = 130+135+152=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 152 - color contains mainly: blue. Hex color #828798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828798 is #7D7867. Grayscale: #878787. Windows color (decimal): -8222824 or 9996162. OLE color: 9996162.
HSL color Cylindrical-coordinate representation of color #828798: hue angle of 226.36º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #828798 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 135 | 152 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.40 |
| HSL | 226.36º | 0.1% | 0.55% | - |
| HSV(B) | 226.36º | 0.14% | 0.6% | - |
| XYZ | 23.54 | 24.34 | 33.16 | - |
| YUV | 135.44 | 137.34 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 135 | 152 | 0.14 | 0.11 | 0 | 0.40 | 226.36 | 0.1 | 0.55 |
| Hex | 82 | 87 | 98 | E | B | 0 | 28 | E2 | A | 37 |
| Octal | 202 | 207 | 230 | 16 | 13 | 0 | 50 | 342 | 12 | 67 |
| Binary | 10000010 | 10000111 | 10011000 | 1110 | 1011 | 0 | 101000 | 11100010 | 1010 | 110111 |
Color Harmonies of #828798
Complementary color
Monochromatic Colors of #828798
Black with #828798
Text Example
Text Example
White with #828798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828798; }
p { color: rgb(130,135,152); }
H1.HeaderClassName
{
color: #828798;
}
.AnyTagClassName
{
color: #828798;
}
</style>
background-color css
<style>
a { background-color: #828798; }
a { background-color: rgb(130,135,152); }
div.DivClassName
{
background-color: #828798;
}
.BgClassName
{
background-color: #828798;
}
</style>
border-color css
<style>
span { border-color: #828798; }
span { border-color: rgb(130,135,152); }
td.TdClassName
{
border-color: #828798;
}
.TagClassName
{
border-color: #828798;
}
</style>