#82709B

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

Shades of Deluge #82709B

Tints of Deluge #82709B

Color information

#82709B (or 0x82709B) is unknown color: approx Deluge. HEX triplet: 82, 70 and 9B. RGB value is (130,112,155). Sum of RGB (Red+Green+Blue) = 130+112+155=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 155 - color contains mainly: blue. Hex color #82709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82709B is #7D8F64. Grayscale: #7A7A7A. Windows color (decimal): -8228709 or 10186882. OLE color: 10186882.

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

Color convert

RGB130112155-
CMYK0.160.2800.39
HSL265.12º17.7%52.35%-
HSV(B)265.12º27.74%60.78%-
XYZ20.9218.733.52-
YUV122.28146.46133.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.75%
GREEN value IS 112 (44.14% from 255) = 28.21%
BLUE value IS 155 (60.94% from 255) = 39.04%
R=32.75%
G=28.21%
B=39.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1301121550.160.2800.39265.1217.752.35
Hex82709B101C0271091234
Octal20216023320340474112264
Binary100000101110000100110111000011100010011110000100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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