#82709A

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

Shades of Deluge #82709A

Tints of Deluge #82709A

Color information

#82709A (or 0x82709A) is unknown color: approx Deluge. HEX triplet: 82, 70 and 9A. RGB value is (130,112,154). Sum of RGB (Red+Green+Blue) = 130+112+154=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 154 - color contains mainly: blue. Hex color #82709A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82709A is #7D8F65. Grayscale: #7A7A7A. Windows color (decimal): -8228710 or 10121346. OLE color: 10121346.

HSL color Cylindrical-coordinate representation of color #82709A: hue angle of 265.71º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82709A is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB130112154-
CMYK0.160.2700.40
HSL265.71º17.21%52.16%-
HSV(B)265.71º27.27%60.39%-
XYZ20.8318.6733.08-
YUV122.17145.96133.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.83%
GREEN value IS 112 (44.14% from 255) = 28.28%
BLUE value IS 154 (60.55% from 255) = 38.89%
R=32.83%
G=28.28%
B=38.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1301121540.160.2700.40265.7117.2152.16
Hex82709A101B02810a1134
Octal20216023220330504122164
Binary100000101110000100110101000011011010100010000101010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82709A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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