#826CB1

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

Shades of Deluge #826CB1

Tints of Deluge #826CB1

Color information

#826CB1 (or 0x826CB1) is unknown color: approx Deluge. HEX triplet: 82, 6C and B1. RGB value is (130,108,177). Sum of RGB (Red+Green+Blue) = 130+108+177=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 177 (69.53% from 255 or 42.65% from 415); Max value from RGB is 177 - color contains mainly: blue. Hex color #826CB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826CB1 is #7D934E. Grayscale: #7A7A7A. Windows color (decimal): -8229711 or 11627650. OLE color: 11627650.

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

Color convert

RGB130108177-
CMYK0.270.3900.31
HSL259.13º30.67%55.88%-
HSV(B)259.13º38.98%69.41%-
XYZ22.518.6544.01-
YUV122.44158.79133.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.33%
GREEN value IS 108 (42.58% from 255) = 26.02%
BLUE value IS 177 (69.53% from 255) = 42.65%
R=31.33%
G=26.02%
B=42.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301081770.270.3900.31259.1330.6755.88
Hex826CB11B2701F1031f38
Octal20215426133470374033770
Binary100000101101100101100011101110011101111110000001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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