Html Css Color HEX #826CAA Deluge

📋 copy color: '#826CAA'

red 130 ◦ green 108 ◦ blue 170

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

Shades of Deluge #826CAA

Tints of Deluge #826CAA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.47%

 BLUE value IS 170 (66.8% from 255) = 41.67%

R = 31.86%
G = 26.47%
B = 41.67%

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

#826CAA (or 0x826CAA) is known color: Deluge. HEX triplet: 82, 6C and AA. RGB value is (130,108,170). Sum of RGB (Red+Green+Blue) = 130+108+170=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #826CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826CAA is #7D9355. Grayscale: #797979. Windows color (decimal): -8229718 or 11168898. OLE color: 11168898.

HSL color Cylindrical-coordinate representation of color #826CAA: hue angle of 261.29º 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 #826CAA is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 108 170 -
CMYK 0.24 0.36 0 0.33
HSL 261.29º 0.27% 0.55% -
HSV(B) 261.29º 0.36% 0.67% -
XYZ 21.82 18.37 40.43 -
YUV 121.65 155.29 133.96 -
System Red Green Blue C M Y K H S L
Decimal 130 108 170 0.24 0.36 0 0.33 261.29 0.27 0.55
Hex 82 6C AA 18 24 0 21 105 1B 37
Octal 202 154 252 30 44 0 41 405 33 67
Binary 10000010 1101100 10101010 11000 100100 0 100001 100000101 11011 110111

Color Harmonies of #826CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826CAA

Black with #826CAA

Text Example


Text Example

White with #826CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,108,170); }

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

background-color css

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

 a { background-color: rgb(130,108,170); }

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

border-color css

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

 span { border-color: rgb(130,108,170); }

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