#826EB0

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

Shades of Deluge #826EB0

Tints of Deluge #826EB0

Color information

#826EB0 (or 0x826EB0) is unknown color: approx Deluge. HEX triplet: 82, 6E and B0. RGB value is (130,110,176). Sum of RGB (Red+Green+Blue) = 130+110+176=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 176 - color contains mainly: blue. Hex color #826EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826EB0 is #7D914F. Grayscale: #7B7B7B. Windows color (decimal): -8229200 or 11562626. OLE color: 11562626.

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

Color convert

RGB130110176-
CMYK0.260.3700.31
HSL258.18º29.46%56.08%-
HSV(B)258.18º37.5%69.02%-
XYZ22.6219.0343.56-
YUV123.5157.63132.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.25%
GREEN value IS 110 (43.36% from 255) = 26.44%
BLUE value IS 176 (69.14% from 255) = 42.31%
R=31.25%
G=26.44%
B=42.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301101760.260.3700.31258.1829.4656.08
Hex826EB01A2501F1021d38
Octal20215626032450374023570
Binary100000101101110101100001101010010101111110000001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,110,176); }

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

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

 a { background-color: rgb(130,110,176); }

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

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

 span { border-color: rgb(130,110,176); }

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