#8077AC

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

Shades of Deluge #8077AC

Tints of Deluge #8077AC

Color information

#8077AC (or 0x8077AC) is unknown color: approx Deluge. HEX triplet: 80, 77 and AC. RGB value is (128,119,172). Sum of RGB (Red+Green+Blue) = 128+119+172=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 172 - color contains mainly: blue. Hex color #8077AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8077AC is #7F8853. Grayscale: #7F7F7F. Windows color (decimal): -8357972 or 11302784. OLE color: 11302784.

HSL color Cylindrical-coordinate representation of color #8077AC: hue angle of 250.19º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8077AC is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB128119172-
CMYK0.260.3100.33
HSL250.19º24.2%57.06%-
HSV(B)250.19º30.81%67.45%-
XYZ22.9520.7641.83-
YUV127.73152.98128.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.55%
GREEN value IS 119 (46.88% from 255) = 28.40%
BLUE value IS 172 (67.58% from 255) = 41.05%
R=30.55%
G=28.40%
B=41.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281191720.260.3100.33250.1924.257.06
Hex8077AC1A1F021fa1839
Octal20016725432370413723071
Binary10000000111011110101100110101111101000011111101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8077AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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