#82679D

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

Shades of Deluge #82679D

Tints of Deluge #82679D

Color information

#82679D (or 0x82679D) is unknown color: approx Deluge. HEX triplet: 82, 67 and 9D. RGB value is (130,103,157). Sum of RGB (Red+Green+Blue) = 130+103+157=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 157 - color contains mainly: blue. Hex color #82679D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82679D is #7D9862. Grayscale: #757575. Windows color (decimal): -8231011 or 10315650. OLE color: 10315650.

HSL color Cylindrical-coordinate representation of color #82679D: hue angle of 270º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82679D is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB130103157-
CMYK0.170.3400.38
HSL270º21.6%50.98%-
HSV(B)270º34.39%61.57%-
XYZ20.1416.8834.09-
YUV117.23150.45137.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.33%
GREEN value IS 103 (40.62% from 255) = 26.41%
BLUE value IS 157 (61.72% from 255) = 40.26%
R=33.33%
G=26.41%
B=40.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1301031570.170.3400.3827021.650.98
Hex82679D112202610e1633
Octal20214723521420464162663
Binary1000001011001111001110110001100010010011010000111010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82679D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82679D; }

 p { color: rgb(130,103,157); }

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

<style>
 a { background-color: #82679D; }

 a { background-color: rgb(130,103,157); }

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

<style>
 span { border-color: #82679D; }

 span { border-color: rgb(130,103,157); }

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