#806DB7

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

Shades of Deluge #806DB7

Tints of Deluge #806DB7

Color information

#806DB7 (or 0x806DB7) is unknown color: approx Deluge. HEX triplet: 80, 6D and B7. RGB value is (128,109,183). Sum of RGB (Red+Green+Blue) = 128+109+183=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 183 (71.88% from 255 or 43.57% from 420); Max value from RGB is 183 - color contains mainly: blue. Hex color #806DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806DB7 is #7F9248. Grayscale: #7A7A7A. Windows color (decimal): -8360521 or 12021120. OLE color: 12021120.

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

Color convert

RGB128109183-
CMYK0.300.4000.28
HSL255.41º33.94%57.25%-
HSV(B)255.41º40.44%71.76%-
XYZ22.9218.9547.25-
YUV123.12161.79131.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.48%
GREEN value IS 109 (42.97% from 255) = 25.95%
BLUE value IS 183 (71.88% from 255) = 43.57%
R=30.48%
G=25.95%
B=43.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1281091830.300.4000.28255.4133.9457.25
Hex806DB71E2801Cff2239
Octal20015526736500343774271
Binary100000001101101101101111111010100001110011111111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,109,183); }

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

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

 a { background-color: rgb(128,109,183); }

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

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

 span { border-color: rgb(128,109,183); }

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