#826BA5

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

Shades of Deluge #826BA5

Tints of Deluge #826BA5

Color information

#826BA5 (or 0x826BA5) is unknown color: approx Deluge. HEX triplet: 82, 6B and A5. RGB value is (130,107,165). Sum of RGB (Red+Green+Blue) = 130+107+165=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 165 - color contains mainly: blue. Hex color #826BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826BA5 is #7D945A. Grayscale: #787878. Windows color (decimal): -8229979 or 10840962. OLE color: 10840962.

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

Color convert

RGB130107165-
CMYK0.210.3500.35
HSL263.79º24.37%53.33%-
HSV(B)263.79º35.15%64.71%-
XYZ21.2617.9837.95-
YUV120.49153.12134.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.34%
GREEN value IS 107 (42.19% from 255) = 26.62%
BLUE value IS 165 (64.84% from 255) = 41.04%
R=32.34%
G=26.62%
B=41.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1301071650.210.3500.35263.7924.3753.33
Hex826BA515230231081835
Octal20215324525430434103065
Binary1000001011010111010010110101100011010001110000100011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,107,165); }

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

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

 a { background-color: rgb(130,107,165); }

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

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

 span { border-color: rgb(130,107,165); }

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