#82809C

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

Shades of Grey Suit #82809C

Tints of Grey Suit #82809C

Color information

#82809C (or 0x82809C) is unknown color: approx Grey Suit. HEX triplet: 82, 80 and 9C. RGB value is (130,128,156). Sum of RGB (Red+Green+Blue) = 130+128+156=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 156 - color contains mainly: blue. Hex color #82809C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82809C is #7D7F63. Grayscale: #838383. Windows color (decimal): -8224612 or 10256514. OLE color: 10256514.

HSL color Cylindrical-coordinate representation of color #82809C: hue angle of 244.29º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #82809C is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB130128156-
CMYK0.170.1800.39
HSL244.29º12.39%55.69%-
HSV(B)244.29º17.95%61.18%-
XYZ22.9322.5834.6-
YUV131.79141.66126.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.40%
GREEN value IS 128 (50.39% from 255) = 30.92%
BLUE value IS 156 (61.33% from 255) = 37.68%
R=31.40%
G=30.92%
B=37.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1301281560.170.1800.39244.2912.3955.69
Hex82809C1112027f4c38
Octal20220023421220473641470
Binary10000010100000001001110010001100100100111111101001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,128,156); }

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

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

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

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

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

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

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