Html Css Color HEX #826DA2 Deluge

📋 copy color: '#826DA2'

red 130 ◦ green 109 ◦ blue 162

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

Shades of Deluge #826DA2

Tints of Deluge #826DA2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.18%

 BLUE value IS 162 (63.67% from 255) = 40.4%

R = 32.42%
G = 27.18%
B = 40.4%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#826DA2 (or 0x826DA2) is known color: Deluge. HEX triplet: 82, 6D and A2. RGB value is (130,109,162). Sum of RGB (Red+Green+Blue) = 130+109+162=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 162 - color contains mainly: blue. Hex color #826DA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826DA2 is #7D925D. Grayscale: #797979. Windows color (decimal): -8229470 or 10644866. OLE color: 10644866.

HSL color Cylindrical-coordinate representation of color #826DA2: hue angle of 263.77º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #826DA2 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 109 162 -
CMYK 0.20 0.33 0 0.36
HSL 263.77º 0.22% 0.53% -
HSV(B) 263.77º 0.33% 0.64% -
XYZ 21.2 18.29 36.6 -
YUV 121.32 150.96 134.19 -
System Red Green Blue C M Y K H S L
Decimal 130 109 162 0.20 0.33 0 0.36 263.77 0.22 0.53
Hex 82 6D A2 14 21 0 24 108 16 35
Octal 202 155 242 24 41 0 44 410 26 65
Binary 10000010 1101101 10100010 10100 100001 0 100100 100001000 10110 110101

Color Harmonies of #826DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826DA2

Black with #826DA2

Text Example


Text Example

White with #826DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826DA2; }

 p { color: rgb(130,109,162); }

 H1.HeaderClassName
 {
   color: #826DA2;
 }
 .AnyTagClassName
 {
   color: #826DA2;
 }
</style>

background-color css

<style>
 a { background-color: #826DA2; }

 a { background-color: rgb(130,109,162); }

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

border-color css

<style>
 span { border-color: #826DA2; }

 span { border-color: rgb(130,109,162); }

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