#82828C

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

Shades of Manatee #82828C

Tints of Manatee #82828C

Color information

#82828C (or 0x82828C) is unknown color: approx Manatee. HEX triplet: 82, 82 and 8C. RGB value is (130,130,140). Sum of RGB (Red+Green+Blue) = 130+130+140=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 140 - color contains mainly: blue. Hex color #82828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82828C is #7D7D73. Grayscale: #838383. Windows color (decimal): -8224116 or 9208450. OLE color: 9208450.

HSL color Cylindrical-coordinate representation of color #82828C: hue angle of 240º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #82828C is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB130130140-
CMYK0.070.0700.45
HSL240º4.17%52.94%-
HSV(B)240º7.14%54.9%-
XYZ21.9222.628.02-
YUV131.14133127.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.5%
GREEN value IS 130 (51.17% from 255) = 32.5%
BLUE value IS 140 (55.08% from 255) = 35%
R=32.5%
G=32.5%
B=35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301301400.070.0700.452404.1752.94
Hex82828C7702Df0435
Octal20220221477055360465
Binary100000101000001010001100111111010110111110000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82828C; }

 p { color: rgb(130,130,140); }

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

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

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

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

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

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

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