#82759A

Color #82759A Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #82759A

Tints of Deluge #82759A

Color information

#82759A (or 0x82759A) is unknown color: approx Deluge. HEX triplet: 82, 75 and 9A. RGB value is (130,117,154). Sum of RGB (Red+Green+Blue) = 130+117+154=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 154 - color contains mainly: blue. Hex color #82759A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82759A is #7D8A65. Grayscale: #7C7C7C. Windows color (decimal): -8227430 or 10122626. OLE color: 10122626.

HSL color Cylindrical-coordinate representation of color #82759A: hue angle of 261.08º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #82759A is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB130117154-
CMYK0.160.2400.40
HSL261.08º15.48%53.14%-
HSV(B)261.08º24.03%60.39%-
XYZ21.419.833.27-
YUV125.1144.31131.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.42%
GREEN value IS 117 (46.09% from 255) = 29.18%
BLUE value IS 154 (60.55% from 255) = 38.40%
R=32.42%
G=29.18%
B=38.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1301171540.160.2400.40261.0815.4853.14
Hex82759A1018028105f35
Octal20216523220300504051765
Binary10000010111010110011010100001100001010001000001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82759A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82759A; }

 p { color: rgb(130,117,154); }

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

<style>
 a { background-color: #82759A; }

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

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

<style>
 span { border-color: #82759A; }

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

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