#806CB0

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

Shades of Deluge #806CB0

Tints of Deluge #806CB0

Color information

#806CB0 (or 0x806CB0) is unknown color: approx Deluge. HEX triplet: 80, 6C and B0. RGB value is (128,108,176). Sum of RGB (Red+Green+Blue) = 128+108+176=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 176 (69.14% from 255 or 42.72% from 412); Max value from RGB is 176 - color contains mainly: blue. Hex color #806CB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806CB0 is #7F934F. Grayscale: #797979. Windows color (decimal): -8360784 or 11562112. OLE color: 11562112.

HSL color Cylindrical-coordinate representation of color #806CB0: hue angle of 257.65º degrees, saturation: 0.3, 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 #806CB0 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB128108176-
CMYK0.270.3900.31
HSL257.65º30.09%55.69%-
HSV(B)257.65º38.64%69.02%-
XYZ22.118.4543.47-
YUV121.73158.63132.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.07%
GREEN value IS 108 (42.58% from 255) = 26.21%
BLUE value IS 176 (69.14% from 255) = 42.72%
R=31.07%
G=26.21%
B=42.72%

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
Decimal1281081760.270.3900.31257.6530.0955.69
Hex806CB01B2701F1021e38
Octal20015426033470374023670
Binary100000001101100101100001101110011101111110000001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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