#826CAD

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

Shades of Deluge #826CAD

Tints of Deluge #826CAD

Color information

#826CAD (or 0x826CAD) is unknown color: approx Deluge. HEX triplet: 82, 6C and AD. RGB value is (130,108,173). Sum of RGB (Red+Green+Blue) = 130+108+173=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #826CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826CAD is #7D9352. Grayscale: #797979. Windows color (decimal): -8229715 or 11365506. OLE color: 11365506.

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

Color convert

RGB130108173-
CMYK0.250.3800.32
HSL260.31º28.38%55.1%-
HSV(B)260.31º37.57%67.84%-
XYZ22.1118.4941.94-
YUV121.99156.79133.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.63%
GREEN value IS 108 (42.58% from 255) = 26.28%
BLUE value IS 173 (67.97% from 255) = 42.09%
R=31.63%
G=26.28%
B=42.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1301081730.250.3800.32260.3128.3855.1
Hex826CAD19260201041c37
Octal20215425531460404043467
Binary1000001011011001010110111001100110010000010000010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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