#8068AC

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

Shades of Deluge #8068AC

Tints of Deluge #8068AC

Color information

#8068AC (or 0x8068AC) is unknown color: approx Deluge. HEX triplet: 80, 68 and AC. RGB value is (128,104,172). Sum of RGB (Red+Green+Blue) = 128+104+172=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #8068AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8068AC is #7F9753. Grayscale: #767676. Windows color (decimal): -8361812 or 11298944. OLE color: 11298944.

HSL color Cylindrical-coordinate representation of color #8068AC: hue angle of 261.18º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8068AC is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB128104172-
CMYK0.260.4000.33
HSL261.18º29.06%54.12%-
HSV(B)261.18º39.53%67.45%-
XYZ21.317.4741.28-
YUV118.93157.95134.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.68%
GREEN value IS 104 (41.02% from 255) = 25.74%
BLUE value IS 172 (67.58% from 255) = 42.57%
R=31.68%
G=25.74%
B=42.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281041720.260.4000.33261.1829.0654.12
Hex8068AC1A280211051d36
Octal20015025432500414053566
Binary1000000011010001010110011010101000010000110000010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8068AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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