#82679B

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

Shades of Deluge #82679B

Tints of Deluge #82679B

Color information

#82679B (or 0x82679B) is unknown color: approx Deluge. HEX triplet: 82, 67 and 9B. RGB value is (130,103,155). Sum of RGB (Red+Green+Blue) = 130+103+155=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 155 - color contains mainly: blue. Hex color #82679B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82679B is #7D9864. Grayscale: #747474. Windows color (decimal): -8231013 or 10184578. OLE color: 10184578.

HSL color Cylindrical-coordinate representation of color #82679B: hue angle of 271.15º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82679B is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB130103155-
CMYK0.160.3400.39
HSL271.15º20.63%50.59%-
HSV(B)271.15º33.55%60.78%-
XYZ19.9716.8133.2-
YUV117149.45137.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.51%
GREEN value IS 103 (40.62% from 255) = 26.55%
BLUE value IS 155 (60.94% from 255) = 39.95%
R=33.51%
G=26.55%
B=39.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1301031550.160.3400.39271.1520.6350.59
Hex82679B102202710f1533
Octal20214723320420474172563
Binary1000001011001111001101110000100010010011110000111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82679B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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