Shades of Manatee #828494
Tints of Manatee #828494
RGB
CMYK
RGB Variations
Color information
#828494 (or 0x828494) is known color: Manatee. HEX triplet: 82, 84 and 94. RGB value is (130,132,148). Sum of RGB (Red+Green+Blue) = 130+132+148=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 148 - color contains mainly: blue. Hex color #828494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828494 is #7D7B6B. Grayscale: #858585. Windows color (decimal): -8223596 or 9733250. OLE color: 9733250.
HSL color Cylindrical-coordinate representation of color #828494: hue angle of 233.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 #828494 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 132 | 148 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.42 |
| HSL | 233.33º | 0.08% | 0.55% | - |
| HSV(B) | 233.33º | 0.12% | 0.58% | - |
| XYZ | 22.8 | 23.39 | 31.33 | - |
| YUV | 133.23 | 136.34 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 132 | 148 | 0.12 | 0.11 | 0 | 0.42 | 233.33 | 0.08 | 0.55 |
| Hex | 82 | 84 | 94 | C | B | 0 | 2A | E9 | 8 | 37 |
| Octal | 202 | 204 | 224 | 14 | 13 | 0 | 52 | 351 | 10 | 67 |
| Binary | 10000010 | 10000100 | 10010100 | 1100 | 1011 | 0 | 101010 | 11101001 | 1000 | 110111 |
Color Harmonies of #828494
Complementary color
Monochromatic Colors of #828494
Black with #828494
Text Example
Text Example
White with #828494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828494; }
p { color: rgb(130,132,148); }
H1.HeaderClassName
{
color: #828494;
}
.AnyTagClassName
{
color: #828494;
}
</style>
background-color css
<style>
a { background-color: #828494; }
a { background-color: rgb(130,132,148); }
div.DivClassName
{
background-color: #828494;
}
.BgClassName
{
background-color: #828494;
}
</style>
border-color css
<style>
span { border-color: #828494; }
span { border-color: rgb(130,132,148); }
td.TdClassName
{
border-color: #828494;
}
.TagClassName
{
border-color: #828494;
}
</style>