#805CB0

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

Shades of Deluge #805CB0

Tints of Deluge #805CB0

Color information

#805CB0 (or 0x805CB0) is unknown color: approx Deluge. HEX triplet: 80, 5C and B0. RGB value is (128,92,176). Sum of RGB (Red+Green+Blue) = 128+92+176=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 176 (69.14% from 255 or 44.44% from 396); Max value from RGB is 176 - color contains mainly: blue. Hex color #805CB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805CB0 is #7FA34F. Grayscale: #707070. Windows color (decimal): -8364880 or 11558016. OLE color: 11558016.

HSL color Cylindrical-coordinate representation of color #805CB0: hue angle of 265.71º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #805CB0 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12892176-
CMYK0.270.4800.31
HSL265.71º34.71%52.55%-
HSV(B)265.71º47.73%69.02%-
XYZ20.5715.3842.96-
YUV112.34163.93139.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.32%
GREEN value IS 92 (36.33% from 255) = 23.23%
BLUE value IS 176 (69.14% from 255) = 44.44%
R=32.32%
G=23.23%
B=44.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128921760.270.4800.31265.7134.7152.55
Hex805CB01B3001F10a2335
Octal20013426033600374124365
Binary1000000010111001011000011011110000011111100001010100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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