#8076AC

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

Shades of Deluge #8076AC

Tints of Deluge #8076AC

Color information

#8076AC (or 0x8076AC) is unknown color: approx Deluge. HEX triplet: 80, 76 and AC. RGB value is (128,118,172). Sum of RGB (Red+Green+Blue) = 128+118+172=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #8076AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8076AC is #7F8953. Grayscale: #7E7E7E. Windows color (decimal): -8358228 or 11302528. OLE color: 11302528.

HSL color Cylindrical-coordinate representation of color #8076AC: hue angle of 251.11º degrees, saturation: 0.25, 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 #8076AC is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB128118172-
CMYK0.260.3100.33
HSL251.11º24.55%56.86%-
HSV(B)251.11º31.4%67.45%-
XYZ22.8320.5241.79-
YUV127.15153.31128.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.62%
GREEN value IS 118 (46.48% from 255) = 28.23%
BLUE value IS 172 (67.58% from 255) = 41.15%
R=30.62%
G=28.23%
B=41.15%

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
Decimal1281181720.260.3100.33251.1124.5556.86
Hex8076AC1A1F021fb1939
Octal20016625432370413733171
Binary10000000111011010101100110101111101000011111101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8076AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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