#805EB2

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

Shades of Deluge #805EB2

Tints of Deluge #805EB2

Color information

#805EB2 (or 0x805EB2) is unknown color: approx Deluge. HEX triplet: 80, 5E and B2. RGB value is (128,94,178). Sum of RGB (Red+Green+Blue) = 128+94+178=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 178 (69.92% from 255 or 44.5% from 400); Max value from RGB is 178 - color contains mainly: blue. Hex color #805EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805EB2 is #7FA14D. Grayscale: #717171. Windows color (decimal): -8364366 or 11689600. OLE color: 11689600.

HSL color Cylindrical-coordinate representation of color #805EB2: hue angle of 264.29º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #805EB2 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12894178-
CMYK0.280.4700.30
HSL264.29º35.29%53.33%-
HSV(B)264.29º47.19%69.8%-
XYZ20.9415.8144.07-
YUV113.74164.26138.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32%
GREEN value IS 94 (37.11% from 255) = 23.5%
BLUE value IS 178 (69.92% from 255) = 44.5%
R=32%
G=23.5%
B=44.5%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal128941780.280.4700.30264.2935.2953.33
Hex805EB21C2F01E1082335
Octal20013626234570364104365
Binary1000000010111101011001011100101111011110100001000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805EB2; }

 p { color: rgb(128,94,178); }

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

<style>
 a { background-color: #805EB2; }

 a { background-color: rgb(128,94,178); }

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

<style>
 span { border-color: #805EB2; }

 span { border-color: rgb(128,94,178); }

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