#806BB2

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

Shades of Deluge #806BB2

Tints of Deluge #806BB2

Color information

#806BB2 (or 0x806BB2) is unknown color: approx Deluge. HEX triplet: 80, 6B and B2. RGB value is (128,107,178). Sum of RGB (Red+Green+Blue) = 128+107+178=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 178 (69.92% from 255 or 43.10% from 413); Max value from RGB is 178 - color contains mainly: blue. Hex color #806BB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806BB2 is #7F944D. Grayscale: #797979. Windows color (decimal): -8361038 or 11692928. OLE color: 11692928.

HSL color Cylindrical-coordinate representation of color #806BB2: hue angle of 257.75º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #806BB2 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB128107178-
CMYK0.280.4000.30
HSL257.75º31.56%55.88%-
HSV(B)257.75º39.89%69.8%-
XYZ22.218.3244.49-
YUV121.37159.96132.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.99%
GREEN value IS 107 (42.19% from 255) = 25.91%
BLUE value IS 178 (69.92% from 255) = 43.10%
R=30.99%
G=25.91%
B=43.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1281071780.280.4000.30257.7531.5655.88
Hex806BB21C2801E1022038
Octal20015326234500364024070
Binary1000000011010111011001011100101000011110100000010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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