#805EB6

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

Shades of Deluge #805EB6

Tints of Deluge #805EB6

Color information

#805EB6 (or 0x805EB6) is unknown color: approx Deluge. HEX triplet: 80, 5E and B6. RGB value is (128,94,182). Sum of RGB (Red+Green+Blue) = 128+94+182=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 182 - color contains mainly: blue. Hex color #805EB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805EB6 is #7FA149. Grayscale: #717171. Windows color (decimal): -8364362 or 11951744. OLE color: 11951744.

HSL color Cylindrical-coordinate representation of color #805EB6: hue angle of 263.18º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #805EB6 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12894182-
CMYK0.300.4800.29
HSL263.18º37.61%54.12%-
HSV(B)263.18º48.35%71.37%-
XYZ21.3515.9746.21-
YUV114.2166.26137.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.68%
GREEN value IS 94 (37.11% from 255) = 23.27%
BLUE value IS 182 (71.48% from 255) = 45.05%
R=31.68%
G=23.27%
B=45.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal128941820.300.4800.29263.1837.6154.12
Hex805EB61E3001D1072636
Octal20013626636600354074666
Binary1000000010111101011011011110110000011101100000111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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