Html Css Color HEX #826DAB Deluge

📋 copy color: '#826DAB'

red 130 ◦ green 109 ◦ blue 171

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

Shades of Deluge #826DAB

Tints of Deluge #826DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.71%

R = 31.71%
G = 26.59%
B = 41.71%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#826DAB (or 0x826DAB) is known color: Deluge. HEX triplet: 82, 6D and AB. RGB value is (130,109,171). Sum of RGB (Red+Green+Blue) = 130+109+171=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #826DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826DAB is #7D9254. Grayscale: #7A7A7A. Windows color (decimal): -8229461 or 11234690. OLE color: 11234690.

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

Color convert

RGB 130 109 171 -
CMYK 0.24 0.36 0 0.33
HSL 260.32º 0.27% 0.55% -
HSV(B) 260.32º 0.36% 0.67% -
XYZ 22.03 18.62 40.96 -
YUV 122.35 155.46 133.46 -
System Red Green Blue C M Y K H S L
Decimal 130 109 171 0.24 0.36 0 0.33 260.32 0.27 0.55
Hex 82 6D AB 18 24 0 21 104 1B 37
Octal 202 155 253 30 44 0 41 404 33 67
Binary 10000010 1101101 10101011 11000 100100 0 100001 100000100 11011 110111

Color Harmonies of #826DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826DAB

Black with #826DAB

Text Example


Text Example

White with #826DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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