#82818F

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

Shades of Grey Suit #82818F

Tints of Grey Suit #82818F

Color information

#82818F (or 0x82818F) is unknown color: approx Grey Suit. HEX triplet: 82, 81 and 8F. RGB value is (130,129,143). Sum of RGB (Red+Green+Blue) = 130+129+143=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 143 - color contains mainly: blue. Hex color #82818F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82818F is #7D7E70. Grayscale: #828282. Windows color (decimal): -8224369 or 9404802. OLE color: 9404802.

HSL color Cylindrical-coordinate representation of color #82818F: hue angle of 244.29º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #82818F is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB130129143-
CMYK0.090.1000.44
HSL244.29º5.88%53.33%-
HSV(B)244.29º9.79%56.08%-
XYZ22.0122.4329.16-
YUV130.89134.83127.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.34%
GREEN value IS 129 (50.78% from 255) = 32.09%
BLUE value IS 143 (56.25% from 255) = 35.57%
R=32.34%
G=32.09%
B=35.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301291430.090.1000.44244.295.8853.33
Hex82818F9A02Cf4635
Octal2022012171112054364665
Binary10000010100000011000111110011010010110011110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82818F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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