Html Css Color HEX #826AAE Deluge

📋 copy color: '#826AAE'

red 130 ◦ green 106 ◦ blue 174

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

Shades of Deluge #826AAE

Tints of Deluge #826AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.44%

R = 31.71%
G = 25.85%
B = 42.44%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#826AAE (or 0x826AAE) is known color: Deluge. HEX triplet: 82, 6A and AE. RGB value is (130,106,174). Sum of RGB (Red+Green+Blue) = 130+106+174=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 174 - color contains mainly: blue. Hex color #826AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826AAE is #7D9551. Grayscale: #787878. Windows color (decimal): -8230226 or 11430530. OLE color: 11430530.

HSL color Cylindrical-coordinate representation of color #826AAE: hue angle of 261.18º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #826AAE is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 106 174 -
CMYK 0.25 0.39 0 0.32
HSL 261.18º 0.3% 0.55% -
HSV(B) 261.18º 0.39% 0.68% -
XYZ 22 18.11 42.38 -
YUV 120.93 157.95 134.47 -
System Red Green Blue C M Y K H S L
Decimal 130 106 174 0.25 0.39 0 0.32 261.18 0.3 0.55
Hex 82 6A AE 19 27 0 20 105 1E 37
Octal 202 152 256 31 47 0 40 405 36 67
Binary 10000010 1101010 10101110 11001 100111 0 100000 100000101 11110 110111

Color Harmonies of #826AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826AAE

Black with #826AAE

Text Example


Text Example

White with #826AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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