Html Css Color HEX #826AAC Deluge

📋 copy color: '#826AAC'

red 130 ◦ green 106 ◦ blue 172

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

Shades of Deluge #826AAC

Tints of Deluge #826AAC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.98%

 BLUE value IS 172 (67.58% from 255) = 42.16%

R = 31.86%
G = 25.98%
B = 42.16%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#826AAC (or 0x826AAC) is known color: Deluge. HEX triplet: 82, 6A and AC. RGB value is (130,106,172). Sum of RGB (Red+Green+Blue) = 130+106+172=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #826AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826AAC is #7D9553. Grayscale: #787878. Windows color (decimal): -8230228 or 11299458. OLE color: 11299458.

HSL color Cylindrical-coordinate representation of color #826AAC: hue angle of 261.82º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #826AAC is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 106 172 -
CMYK 0.24 0.38 0 0.33
HSL 261.82º 0.28% 0.55% -
HSV(B) 261.82º 0.38% 0.67% -
XYZ 21.81 18.03 41.36 -
YUV 120.7 156.95 134.63 -
System Red Green Blue C M Y K H S L
Decimal 130 106 172 0.24 0.38 0 0.33 261.82 0.28 0.55
Hex 82 6A AC 18 26 0 21 106 1C 37
Octal 202 152 254 30 46 0 41 406 34 67
Binary 10000010 1101010 10101100 11000 100110 0 100001 100000110 11100 110111

Color Harmonies of #826AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826AAC

Black with #826AAC

Text Example


Text Example

White with #826AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,106,172); }

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

background-color css

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

 a { background-color: rgb(130,106,172); }

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

border-color css

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

 span { border-color: rgb(130,106,172); }

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