Html Css Color HEX #826DA9 Deluge

📋 copy color: '#826DA9'

red 130 ◦ green 109 ◦ blue 169

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

Shades of Deluge #826DA9

Tints of Deluge #826DA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 41.42%

R = 31.86%
G = 26.72%
B = 41.42%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#826DA9 (or 0x826DA9) is known color: Deluge. HEX triplet: 82, 6D and A9. RGB value is (130,109,169). Sum of RGB (Red+Green+Blue) = 130+109+169=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 169 (66.41% from 255 or 41.42% from 408); Max value from RGB is 169 - color contains mainly: blue. Hex color #826DA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826DA9 is #7D9256. Grayscale: #797979. Windows color (decimal): -8229463 or 11103618. OLE color: 11103618.

HSL color Cylindrical-coordinate representation of color #826DA9: hue angle of 261º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #826DA9 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 130 109 169 -
CMYK 0.23 0.36 0 0.34
HSL 261º 0.26% 0.55% -
HSV(B) 261º 0.36% 0.66% -
XYZ 21.84 18.55 39.97 -
YUV 122.12 154.46 133.62 -
System Red Green Blue C M Y K H S L
Decimal 130 109 169 0.23 0.36 0 0.34 261 0.26 0.55
Hex 82 6D A9 17 24 0 22 105 1A 37
Octal 202 155 251 27 44 0 42 405 32 67
Binary 10000010 1101101 10101001 10111 100100 0 100010 100000101 11010 110111

Color Harmonies of #826DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826DA9

Black with #826DA9

Text Example


Text Example

White with #826DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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