#8077AE

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

Shades of Deluge #8077AE

Tints of Deluge #8077AE

Color information

#8077AE (or 0x8077AE) is unknown color: approx Deluge. HEX triplet: 80, 77 and AE. RGB value is (128,119,174). Sum of RGB (Red+Green+Blue) = 128+119+174=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #8077AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8077AE is #7F8851. Grayscale: #7F7F7F. Windows color (decimal): -8357970 or 11433856. OLE color: 11433856.

HSL color Cylindrical-coordinate representation of color #8077AE: hue angle of 249.82º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8077AE is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB128119174-
CMYK0.260.3200.32
HSL249.82º25.35%57.45%-
HSV(B)249.82º31.61%68.24%-
XYZ23.1420.8442.85-
YUV127.96153.98128.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.40%
GREEN value IS 119 (46.88% from 255) = 28.27%
BLUE value IS 174 (68.36% from 255) = 41.33%
R=30.40%
G=28.27%
B=41.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281191740.260.3200.32249.8225.3557.45
Hex8077AE1A20020fa1939
Octal20016725632400403723171
Binary100000001110111101011101101010000001000001111101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8077AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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