Html Css Color HEX #826DAC Deluge

📋 copy color: '#826DAC'

red 130 ◦ green 109 ◦ blue 172

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

Shades of Deluge #826DAC

Tints of Deluge #826DAC

RGB

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

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

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

R = 31.63%
G = 26.52%
B = 41.85%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#826DAC (or 0x826DAC) is known color: Deluge. HEX triplet: 82, 6D and AC. RGB value is (130,109,172). Sum of RGB (Red+Green+Blue) = 130+109+172=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #826DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826DAC is #7D9253. Grayscale: #7A7A7A. Windows color (decimal): -8229460 or 11300226. OLE color: 11300226.

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

Color convert

RGB 130 109 172 -
CMYK 0.24 0.37 0 0.33
HSL 260º 0.28% 0.55% -
HSV(B) 260º 0.37% 0.67% -
XYZ 22.12 18.66 41.47 -
YUV 122.46 155.96 133.38 -
System Red Green Blue C M Y K H S L
Decimal 130 109 172 0.24 0.37 0 0.33 260 0.28 0.55
Hex 82 6D AC 18 25 0 21 104 1C 37
Octal 202 155 254 30 45 0 41 404 34 67
Binary 10000010 1101101 10101100 11000 100101 0 100001 100000100 11100 110111

Color Harmonies of #826DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826DAC

Black with #826DAC

Text Example


Text Example

White with #826DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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