#806EAF

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

Shades of Deluge #806EAF

Tints of Deluge #806EAF

Color information

#806EAF (or 0x806EAF) is unknown color: approx Deluge. HEX triplet: 80, 6E and AF. RGB value is (128,110,175). Sum of RGB (Red+Green+Blue) = 128+110+175=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #806EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806EAF is #7F9150. Grayscale: #7A7A7A. Windows color (decimal): -8360273 or 11497088. OLE color: 11497088.

HSL color Cylindrical-coordinate representation of color #806EAF: hue angle of 256.62º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #806EAF is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB128110175-
CMYK0.270.3700.31
HSL256.62º28.89%55.88%-
HSV(B)256.62º37.14%68.63%-
XYZ22.2218.8443.02-
YUV122.79157.46131.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.99%
GREEN value IS 110 (43.36% from 255) = 26.63%
BLUE value IS 175 (68.75% from 255) = 42.37%
R=30.99%
G=26.63%
B=42.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281101750.270.3700.31256.6228.8955.88
Hex806EAF1B2501F1011d38
Octal20015625733450374013570
Binary100000001101110101011111101110010101111110000000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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