#826EB3

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

Shades of Deluge #826EB3

Tints of Deluge #826EB3

Color information

#826EB3 (or 0x826EB3) is unknown color: approx Deluge. HEX triplet: 82, 6E and B3. RGB value is (130,110,179). Sum of RGB (Red+Green+Blue) = 130+110+179=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 179 (70.31% from 255 or 42.72% from 419); Max value from RGB is 179 - color contains mainly: blue. Hex color #826EB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826EB3 is #7D914C. Grayscale: #7B7B7B. Windows color (decimal): -8229197 or 11759234. OLE color: 11759234.

HSL color Cylindrical-coordinate representation of color #826EB3: hue angle of 257.39º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #826EB3 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB130110179-
CMYK0.270.3900.30
HSL257.39º31.22%56.67%-
HSV(B)257.39º38.55%70.2%-
XYZ22.9219.1545.14-
YUV123.85159.13132.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.03%
GREEN value IS 110 (43.36% from 255) = 26.25%
BLUE value IS 179 (70.31% from 255) = 42.72%
R=31.03%
G=26.25%
B=42.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1301101790.270.3900.30257.3931.2256.67
Hex826EB31B2701E1011f39
Octal20215626333470364013771
Binary100000101101110101100111101110011101111010000000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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