#805CB2

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

Shades of Deluge #805CB2

Tints of Deluge #805CB2

Color information

#805CB2 (or 0x805CB2) is unknown color: approx Deluge. HEX triplet: 80, 5C and B2. RGB value is (128,92,178). Sum of RGB (Red+Green+Blue) = 128+92+178=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 178 (69.92% from 255 or 44.72% from 398); Max value from RGB is 178 - color contains mainly: blue. Hex color #805CB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805CB2 is #7FA34D. Grayscale: #707070. Windows color (decimal): -8364878 or 11689088. OLE color: 11689088.

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

Color convert

RGB12892178-
CMYK0.280.4800.30
HSL265.12º35.83%52.94%-
HSV(B)265.12º48.31%69.8%-
XYZ20.7715.4644.01-
YUV112.57164.93139.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.16%
GREEN value IS 92 (36.33% from 255) = 23.12%
BLUE value IS 178 (69.92% from 255) = 44.72%
R=32.16%
G=23.12%
B=44.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal128921780.280.4800.30265.1235.8352.94
Hex805CB21C3001E1092435
Octal20013426234600364114465
Binary1000000010111001011001011100110000011110100001001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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