#8069AD

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

Shades of Deluge #8069AD

Tints of Deluge #8069AD

Color information

#8069AD (or 0x8069AD) is unknown color: approx Deluge. HEX triplet: 80, 69 and AD. RGB value is (128,105,173). Sum of RGB (Red+Green+Blue) = 128+105+173=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: blue. Hex color #8069AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8069AD is #7F9652. Grayscale: #777777. Windows color (decimal): -8361555 or 11364736. OLE color: 11364736.

HSL color Cylindrical-coordinate representation of color #8069AD: hue angle of 260.29º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8069AD is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB128105173-
CMYK0.260.3900.32
HSL260.29º29.31%54.51%-
HSV(B)260.29º39.31%67.84%-
XYZ21.517.7141.82-
YUV119.63158.12133.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.53%
GREEN value IS 105 (41.41% from 255) = 25.86%
BLUE value IS 173 (67.97% from 255) = 42.61%
R=31.53%
G=25.86%
B=42.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281051730.260.3900.32260.2929.3154.51
Hex8069AD1A270201041d37
Octal20015125532470404043567
Binary1000000011010011010110111010100111010000010000010011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8069AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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