#7E79AB

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

Shades of Deluge #7E79AB

Tints of Deluge #7E79AB

Color information

#7E79AB (or 0x7E79AB) is unknown color: approx Deluge. HEX triplet: 7E, 79 and AB. RGB value is (126,121,171). Sum of RGB (Red+Green+Blue) = 126+121+171=418 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.14% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E79AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E79AB is #818654. Grayscale: #808080. Windows color (decimal): -8488533 or 11237758. OLE color: 11237758.

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

Color convert

RGB126121171-
CMYK0.260.2900.33
HSL246º22.94%57.25%-
HSV(B)246º29.24%67.06%-
XYZ22.7921.0541.39-
YUV128.2152.16126.43-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.14%
GREEN value IS 121 (47.66% from 255) = 28.95%
BLUE value IS 171 (67.19% from 255) = 40.91%
R=30.14%
G=28.95%
B=40.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261211710.260.2900.3324622.9457.25
Hex7E79AB1A1D021f61739
Octal17617125332350413662771
Binary1111110111100110101011110101110101000011111011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E79AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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