#806EA5

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

Shades of Deluge #806EA5

Tints of Deluge #806EA5

Color information

#806EA5 (or 0x806EA5) is unknown color: approx Deluge. HEX triplet: 80, 6E and A5. RGB value is (128,110,165). Sum of RGB (Red+Green+Blue) = 128+110+165=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 165 (64.84% from 255 or 40.94% from 403); Max value from RGB is 165 - color contains mainly: blue. Hex color #806EA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806EA5 is #7F915A. Grayscale: #797979. Windows color (decimal): -8360283 or 10841728. OLE color: 10841728.

HSL color Cylindrical-coordinate representation of color #806EA5: hue angle of 259.64º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #806EA5 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB128110165-
CMYK0.220.3300.35
HSL259.64º23.4%53.92%-
HSV(B)259.64º33.33%64.71%-
XYZ21.2718.4638.04-
YUV121.65152.46132.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.76%
GREEN value IS 110 (43.36% from 255) = 27.30%
BLUE value IS 165 (64.84% from 255) = 40.94%
R=31.76%
G=27.30%
B=40.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1281101650.220.3300.35259.6423.453.92
Hex806EA516210231041736
Octal20015624526410434042766
Binary1000000011011101010010110110100001010001110000010010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,110,165); }

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

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

 a { background-color: rgb(128,110,165); }

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

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

 span { border-color: rgb(128,110,165); }

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