#826CAF

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

Shades of Deluge #826CAF

Tints of Deluge #826CAF

Color information

#826CAF (or 0x826CAF) is unknown color: approx Deluge. HEX triplet: 82, 6C and AF. RGB value is (130,108,175). Sum of RGB (Red+Green+Blue) = 130+108+175=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #826CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826CAF is #7D9350. Grayscale: #797979. Windows color (decimal): -8229713 or 11496578. OLE color: 11496578.

HSL color Cylindrical-coordinate representation of color #826CAF: hue angle of 259.7º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #826CAF is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB130108175-
CMYK0.260.3800.31
HSL259.7º29.52%55.49%-
HSV(B)259.7º38.29%68.63%-
XYZ22.3118.5742.97-
YUV122.22157.79133.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.48%
GREEN value IS 108 (42.58% from 255) = 26.15%
BLUE value IS 175 (68.75% from 255) = 42.37%
R=31.48%
G=26.15%
B=42.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301081750.260.3800.31259.729.5255.49
Hex826CAF1A2601F1041e37
Octal20215425732460374043667
Binary100000101101100101011111101010011001111110000010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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