#8078AE

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

Shades of Deluge #8078AE

Tints of Deluge #8078AE

Color information

#8078AE (or 0x8078AE) is unknown color: approx Deluge. HEX triplet: 80, 78 and AE. RGB value is (128,120,174). Sum of RGB (Red+Green+Blue) = 128+120+174=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #8078AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8078AE is #7F8751. Grayscale: #808080. Windows color (decimal): -8357714 or 11434112. OLE color: 11434112.

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

Color convert

RGB128120174-
CMYK0.260.3100.32
HSL248.89º25%57.65%-
HSV(B)248.89º31.03%68.24%-
XYZ23.2621.0842.89-
YUV128.55153.65127.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.33%
GREEN value IS 120 (47.27% from 255) = 28.44%
BLUE value IS 174 (68.36% from 255) = 41.23%
R=30.33%
G=28.44%
B=41.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281201740.260.3100.32248.892557.65
Hex8078AE1A1F020f9193a
Octal20017025632370403713172
Binary10000000111100010101110110101111101000001111100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8078AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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