#828497

Color #828497 Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #828497

Tints of Manatee #828497

Color information

#828497 (or 0x828497) is unknown color: approx Manatee. HEX triplet: 82, 84 and 97. RGB value is (130,132,151). Sum of RGB (Red+Green+Blue) = 130+132+151=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 151 - color contains mainly: blue. Hex color #828497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828497 is #7D7B68. Grayscale: #858585. Windows color (decimal): -8223593 or 9929858. OLE color: 9929858.

HSL color Cylindrical-coordinate representation of color #828497: hue angle of 234.29º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #828497 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB130132151-
CMYK0.140.1300.41
HSL234.29º9.17%55.1%-
HSV(B)234.29º13.91%59.22%-
XYZ23.0423.4832.6-
YUV133.57137.84125.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 31.48%
GREEN value IS 132 (51.95% from 255) = 31.96%
BLUE value IS 151 (59.38% from 255) = 36.56%
R=31.48%
G=31.96%
B=36.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1301321510.140.1300.41234.299.1755.1
Hex828497ED029ea937
Octal20220422716150513521167
Binary100000101000010010010111111011010101001111010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828497; }

 p { color: rgb(130,132,151); }

 H1.HeaderClassName
 {
   color: #828497;
 }
 .AnyTagClassName
 {
   color: #828497;
 }
</style>
background-color css

<style>
 a { background-color: #828497; }

 a { background-color: rgb(130,132,151); }

 div.DivClassName
 {
   background-color: #828497;
 }
 .BgClassName
 {
   background-color: #828497;
 }
</style>
border-color css

<style>
 span { border-color: #828497; }

 span { border-color: rgb(130,132,151); }

 td.TdClassName
 {
   border-color: #828497;
 }
 .TagClassName
 {
   border-color: #828497;
 }
</style>