#82818C

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

Shades of Grey Suit #82818C

Tints of Grey Suit #82818C

Color information

#82818C (or 0x82818C) is unknown color: approx Grey Suit. HEX triplet: 82, 81 and 8C. RGB value is (130,129,140). Sum of RGB (Red+Green+Blue) = 130+129+140=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 140 - color contains mainly: blue. Hex color #82818C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82818C is #7D7E73. Grayscale: #828282. Windows color (decimal): -8224372 or 9208194. OLE color: 9208194.

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

Color convert

RGB130129140-
CMYK0.070.0800.45
HSL245.45º4.56%52.75%-
HSV(B)245.45º7.86%54.9%-
XYZ21.7922.3427.97-
YUV130.55133.33127.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.58%
GREEN value IS 129 (50.78% from 255) = 32.33%
BLUE value IS 140 (55.08% from 255) = 35.09%
R=32.58%
G=32.33%
B=35.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301291400.070.0800.45245.454.5652.75
Hex82818C7802Df5535
Octal202201214710055365565
Binary1000001010000001100011001111000010110111110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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