Html Css Color HEX #826AAB Deluge

📋 copy color: '#826AAB'

red 130 ◦ green 106 ◦ blue 171

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

Shades of Deluge #826AAB

Tints of Deluge #826AAB

RGB

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

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

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

R = 31.94%
G = 26.04%
B = 42.01%

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

#826AAB (or 0x826AAB) is known color: Deluge. HEX triplet: 82, 6A and AB. RGB value is (130,106,171). Sum of RGB (Red+Green+Blue) = 130+106+171=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #826AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826AAB is #7D9554. Grayscale: #787878. Windows color (decimal): -8230229 or 11233922. OLE color: 11233922.

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

Color convert

RGB 130 106 171 -
CMYK 0.24 0.38 0 0.33
HSL 262.15º 0.28% 0.54% -
HSV(B) 262.15º 0.38% 0.67% -
XYZ 21.71 17.99 40.86 -
YUV 120.59 156.45 134.71 -
System Red Green Blue C M Y K H S L
Decimal 130 106 171 0.24 0.38 0 0.33 262.15 0.28 0.54
Hex 82 6A AB 18 26 0 21 106 1C 36
Octal 202 152 253 30 46 0 41 406 34 66
Binary 10000010 1101010 10101011 11000 100110 0 100001 100000110 11100 110110

Color Harmonies of #826AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826AAB

Black with #826AAB

Text Example


Text Example

White with #826AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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