#82759E

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

Shades of Deluge #82759E

Tints of Deluge #82759E

Color information

#82759E (or 0x82759E) is unknown color: approx Deluge. HEX triplet: 82, 75 and 9E. RGB value is (130,117,158). Sum of RGB (Red+Green+Blue) = 130+117+158=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 158 - color contains mainly: blue. Hex color #82759E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82759E is #7D8A61. Grayscale: #7D7D7D. Windows color (decimal): -8227426 or 10384770. OLE color: 10384770.

HSL color Cylindrical-coordinate representation of color #82759E: hue angle of 259.02º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #82759E is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB130117158-
CMYK0.180.2600.38
HSL259.02º17.45%53.92%-
HSV(B)259.02º25.95%61.96%-
XYZ21.7419.9435.05-
YUV125.56146.31131.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.10%
GREEN value IS 117 (46.09% from 255) = 28.89%
BLUE value IS 158 (62.11% from 255) = 39.01%
R=32.10%
G=28.89%
B=39.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1301171580.180.2600.38259.0217.4553.92
Hex82759E121A0261031136
Octal20216523622320464032166
Binary100000101110101100111101001011010010011010000001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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