#806EAE

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

Shades of Deluge #806EAE

Tints of Deluge #806EAE

Color information

#806EAE (or 0x806EAE) is unknown color: approx Deluge. HEX triplet: 80, 6E and AE. RGB value is (128,110,174). Sum of RGB (Red+Green+Blue) = 128+110+174=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #806EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806EAE is #7F9151. Grayscale: #7A7A7A. Windows color (decimal): -8360274 or 11431552. OLE color: 11431552.

HSL color Cylindrical-coordinate representation of color #806EAE: hue angle of 256.88º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #806EAE is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB128110174-
CMYK0.260.3700.32
HSL256.88º28.32%55.69%-
HSV(B)256.88º36.78%68.24%-
XYZ22.1218.842.51-
YUV122.68156.96131.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.07%
GREEN value IS 110 (43.36% from 255) = 26.70%
BLUE value IS 174 (68.36% from 255) = 42.23%
R=31.07%
G=26.70%
B=42.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281101740.260.3700.32256.8828.3255.69
Hex806EAE1A250201011c38
Octal20015625632450404013470
Binary1000000011011101010111011010100101010000010000000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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