Html Css Color HEX #82709E Deluge

📋 copy color: '#82709E'

red 130 ◦ green 112 ◦ blue 158

#82709E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deluge #82709E

Tints of Deluge #82709E

RGB

 RED value IS 130 (51.17% from 255) = 32.5%

 GREEN value IS 112 (44.14% from 255) = 28%

 BLUE value IS 158 (62.11% from 255) = 39.5%

R = 32.5%
G = 28%
B = 39.5%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82709E (or 0x82709E) is known color: Deluge. HEX triplet: 82, 70 and 9E. RGB value is (130,112,158). Sum of RGB (Red+Green+Blue) = 130+112+158=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 158 - color contains mainly: blue. Hex color #82709E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82709E is #7D8F61. Grayscale: #7A7A7A. Windows color (decimal): -8228706 or 10383490. OLE color: 10383490.

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

Color convert

RGB 130 112 158 -
CMYK 0.18 0.29 0 0.38
HSL 263.48º 0.19% 0.53% -
HSV(B) 263.48º 0.29% 0.62% -
XYZ 21.17 18.8 34.86 -
YUV 122.63 147.96 133.26 -
System Red Green Blue C M Y K H S L
Decimal 130 112 158 0.18 0.29 0 0.38 263.48 0.19 0.53
Hex 82 70 9E 12 1D 0 26 107 13 35
Octal 202 160 236 22 35 0 46 407 23 65
Binary 10000010 1110000 10011110 10010 11101 0 100110 100000111 10011 110101

Color Harmonies of #82709E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82709E

Black with #82709E

Text Example


Text Example

White with #82709E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82709E;
 }
 .AnyTagClassName
 {
   color: #82709E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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