#82818D

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

Shades of Grey Suit #82818D

Tints of Grey Suit #82818D

Color information

#82818D (or 0x82818D) is unknown color: approx Grey Suit. HEX triplet: 82, 81 and 8D. RGB value is (130,129,141). Sum of RGB (Red+Green+Blue) = 130+129+141=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 141 - color contains mainly: blue. Hex color #82818D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82818D is #7D7E72. Grayscale: #828282. Windows color (decimal): -8224371 or 9273730. OLE color: 9273730.

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

Color convert

RGB130129141-
CMYK0.080.0900.45
HSL245º5%52.94%-
HSV(B)245º8.51%55.29%-
XYZ21.8622.3728.36-
YUV130.67133.83127.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.5%
GREEN value IS 129 (50.78% from 255) = 32.25%
BLUE value IS 141 (55.47% from 255) = 35.25%
R=32.5%
G=32.25%
B=35.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301291410.080.0900.45245552.94
Hex82818D8902Df5535
Octal2022012151011055365565
Binary10000010100000011000110110001001010110111110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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