#8068AD

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

Shades of Deluge #8068AD

Tints of Deluge #8068AD

Color information

#8068AD (or 0x8068AD) is unknown color: approx Deluge. HEX triplet: 80, 68 and AD. RGB value is (128,104,173). Sum of RGB (Red+Green+Blue) = 128+104+173=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 173 - color contains mainly: blue. Hex color #8068AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8068AD is #7F9752. Grayscale: #767676. Windows color (decimal): -8361811 or 11364480. OLE color: 11364480.

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

Color convert

RGB128104173-
CMYK0.260.4000.32
HSL260.87º29.61%54.31%-
HSV(B)260.87º39.88%67.84%-
XYZ21.417.5141.79-
YUV119.04158.45134.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.60%
GREEN value IS 104 (41.02% from 255) = 25.68%
BLUE value IS 173 (67.97% from 255) = 42.72%
R=31.60%
G=25.68%
B=42.72%

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
Decimal1281041730.260.4000.32260.8729.6154.31
Hex8068AD1A280201051e36
Octal20015025532500404053666
Binary1000000011010001010110111010101000010000010000010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8068AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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