Shades of Manatee #828794
Tints of Manatee #828794
RGB
CMYK
RGB Variations
Color information
#828794 (or 0x828794) is known color: Manatee. HEX triplet: 82, 87 and 94. RGB value is (130,135,148). Sum of RGB (Red+Green+Blue) = 130+135+148=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 148 - color contains mainly: blue. Hex color #828794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828794 is #7D786B. Grayscale: #868686. Windows color (decimal): -8222828 or 9734018. OLE color: 9734018.
HSL color Cylindrical-coordinate representation of color #828794: hue angle of 223.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #828794 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 135 | 148 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.42 |
| HSL | 223.33º | 0.08% | 0.55% | - |
| HSV(B) | 223.33º | 0.12% | 0.58% | - |
| XYZ | 23.22 | 24.21 | 31.47 | - |
| YUV | 134.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 135 | 148 | 0.12 | 0.09 | 0 | 0.42 | 223.33 | 0.08 | 0.55 |
| Hex | 82 | 87 | 94 | C | 9 | 0 | 2A | DF | 8 | 37 |
| Octal | 202 | 207 | 224 | 14 | 11 | 0 | 52 | 337 | 10 | 67 |
| Binary | 10000010 | 10000111 | 10010100 | 1100 | 1001 | 0 | 101010 | 11011111 | 1000 | 110111 |
Color Harmonies of #828794
Complementary color
Monochromatic Colors of #828794
Black with #828794
Text Example
Text Example
White with #828794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828794; }
p { color: rgb(130,135,148); }
H1.HeaderClassName
{
color: #828794;
}
.AnyTagClassName
{
color: #828794;
}
</style>
background-color css
<style>
a { background-color: #828794; }
a { background-color: rgb(130,135,148); }
div.DivClassName
{
background-color: #828794;
}
.BgClassName
{
background-color: #828794;
}
</style>
border-color css
<style>
span { border-color: #828794; }
span { border-color: rgb(130,135,148); }
td.TdClassName
{
border-color: #828794;
}
.TagClassName
{
border-color: #828794;
}
</style>