#7E79AD

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

Shades of Deluge #7E79AD

Tints of Deluge #7E79AD

Color information

#7E79AD (or 0x7E79AD) is unknown color: approx Deluge. HEX triplet: 7E, 79 and AD. RGB value is (126,121,173). Sum of RGB (Red+Green+Blue) = 126+121+173=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #7E79AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E79AD is #818652. Grayscale: #808080. Windows color (decimal): -8488531 or 11368830. OLE color: 11368830.

HSL color Cylindrical-coordinate representation of color #7E79AD: hue angle of 245.77º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E79AD is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB126121173-
CMYK0.270.3000.32
HSL245.77º24.07%57.65%-
HSV(B)245.77º30.06%67.84%-
XYZ22.9821.1342.4-
YUV128.42153.16126.27-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30%
GREEN value IS 121 (47.66% from 255) = 28.81%
BLUE value IS 173 (67.97% from 255) = 41.19%
R=30%
G=28.81%
B=41.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1261211730.270.3000.32245.7724.0757.65
Hex7E79AD1B1E020f6183a
Octal17617125533360403663072
Binary1111110111100110101101110111111001000001111011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E79AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E79AD; }

 p { color: rgb(126,121,173); }

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

<style>
 a { background-color: #7E79AD; }

 a { background-color: rgb(126,121,173); }

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

<style>
 span { border-color: #7E79AD; }

 span { border-color: rgb(126,121,173); }

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