#806EA8

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

Shades of Deluge #806EA8

Tints of Deluge #806EA8

Color information

#806EA8 (or 0x806EA8) is unknown color: approx Deluge. HEX triplet: 80, 6E and A8. RGB value is (128,110,168). Sum of RGB (Red+Green+Blue) = 128+110+168=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 168 - color contains mainly: blue. Hex color #806EA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806EA8 is #7F9157. Grayscale: #797979. Windows color (decimal): -8360280 or 11038336. OLE color: 11038336.

HSL color Cylindrical-coordinate representation of color #806EA8: hue angle of 258.62º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #806EA8 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB128110168-
CMYK0.240.3500.34
HSL258.62º25%54.51%-
HSV(B)258.62º34.52%65.88%-
XYZ21.5518.5739.49-
YUV121.99153.96132.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.53%
GREEN value IS 110 (43.36% from 255) = 27.09%
BLUE value IS 168 (66.02% from 255) = 41.38%
R=31.53%
G=27.09%
B=41.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1281101680.240.3500.34258.622554.51
Hex806EA818230221031937
Octal20015625030430424033167
Binary1000000011011101010100011000100011010001010000001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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