#826CA7

Color #826CA7 Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #826CA7

Tints of Deluge #826CA7

Color information

#826CA7 (or 0x826CA7) is unknown color: approx Deluge. HEX triplet: 82, 6C and A7. RGB value is (130,108,167). Sum of RGB (Red+Green+Blue) = 130+108+167=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 167 (65.62% from 255 or 41.23% from 405); Max value from RGB is 167 - color contains mainly: blue. Hex color #826CA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826CA7 is #7D9358. Grayscale: #797979. Windows color (decimal): -8229721 or 10972290. OLE color: 10972290.

HSL color Cylindrical-coordinate representation of color #826CA7: hue angle of 262.37º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #826CA7 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB130108167-
CMYK0.220.3500.35
HSL262.37º25.11%53.92%-
HSV(B)262.37º35.33%65.49%-
XYZ21.5418.2638.95-
YUV121.3153.79134.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.10%
GREEN value IS 108 (42.58% from 255) = 26.67%
BLUE value IS 167 (65.62% from 255) = 41.23%
R=32.10%
G=26.67%
B=41.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1301081670.220.3500.35262.3725.1153.92
Hex826CA716230231061936
Octal20215424726430434063166
Binary1000001011011001010011110110100011010001110000011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #826CA7;
 }
 .AnyTagClassName
 {
   color: #826CA7;
 }
</style>
background-color css

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

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

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

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

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

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