#82659C

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

Shades of Deluge #82659C

Tints of Deluge #82659C

Color information

#82659C (or 0x82659C) is unknown color: approx Deluge. HEX triplet: 82, 65 and 9C. RGB value is (130,101,156). Sum of RGB (Red+Green+Blue) = 130+101+156=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 156 - color contains mainly: blue. Hex color #82659C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82659C is #7D9A63. Grayscale: #737373. Windows color (decimal): -8231524 or 10249602. OLE color: 10249602.

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

Color convert

RGB130101156-
CMYK0.170.3500.39
HSL271.64º21.74%50.39%-
HSV(B)271.64º35.26%61.18%-
XYZ19.8616.4533.58-
YUV115.94150.61138.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.59%
GREEN value IS 101 (39.84% from 255) = 26.10%
BLUE value IS 156 (61.33% from 255) = 40.31%
R=33.59%
G=26.10%
B=40.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1301011560.170.3500.39271.6421.7450.39
Hex82659C11230271101632
Octal20214523421430474202662
Binary1000001011001011001110010001100011010011110001000010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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