#7E799F

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

Shades of Deluge #7E799F

Tints of Deluge #7E799F

Color information

#7E799F (or 0x7E799F) is unknown color: approx Deluge. HEX triplet: 7E, 79 and 9F. RGB value is (126,121,159). Sum of RGB (Red+Green+Blue) = 126+121+159=406 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.03% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 159 - color contains mainly: blue. Hex color #7E799F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E799F is #818660. Grayscale: #7E7E7E. Windows color (decimal): -8488545 or 10451326. OLE color: 10451326.

HSL color Cylindrical-coordinate representation of color #7E799F: hue angle of 247.89º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7E799F is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB126121159-
CMYK0.210.2400.38
HSL247.89º16.52%54.9%-
HSV(B)247.89º23.9%62.35%-
XYZ21.720.6135.64-
YUV126.83146.16127.41-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.03%
GREEN value IS 121 (47.66% from 255) = 29.80%
BLUE value IS 159 (62.5% from 255) = 39.16%
R=31.03%
G=29.80%
B=39.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1261211590.210.2400.38247.8916.5254.9
Hex7E799F1518026f81137
Octal17617123725300463702167
Binary1111110111100110011111101011100001001101111100010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E799F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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