#8068AE

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

Shades of Deluge #8068AE

Tints of Deluge #8068AE

Color information

#8068AE (or 0x8068AE) is unknown color: approx Deluge. HEX triplet: 80, 68 and AE. RGB value is (128,104,174). Sum of RGB (Red+Green+Blue) = 128+104+174=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 174 - color contains mainly: blue. Hex color #8068AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8068AE is #7F9751. Grayscale: #767676. Windows color (decimal): -8361810 or 11430016. OLE color: 11430016.

HSL color Cylindrical-coordinate representation of color #8068AE: hue angle of 260.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8068AE is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB128104174-
CMYK0.260.4000.32
HSL260.57º30.17%54.51%-
HSV(B)260.57º40.23%68.24%-
XYZ21.4917.5542.3-
YUV119.16158.95134.31-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.53%
GREEN value IS 104 (41.02% from 255) = 25.62%
BLUE value IS 174 (68.36% from 255) = 42.86%
R=31.53%
G=25.62%
B=42.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281041740.260.4000.32260.5730.1754.51
Hex8068AE1A280201051e37
Octal20015025632500404053667
Binary1000000011010001010111011010101000010000010000010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8068AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8068AE; }

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

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

<style>
 a { background-color: #8068AE; }

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

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

<style>
 span { border-color: #8068AE; }

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

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