#7e739e

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

Shades of Deluge #7E739E

Tints of Deluge #7E739E

Color information

#7E739E (or 0x7E739E) is unknown color: approx Deluge. HEX triplet: 7E, 73 and 9E. RGB value is (126,115,158). Sum of RGB (Red+Green+Blue) = 126+115+158=399 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.58% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 158 - color contains mainly: blue. Hex color #7E739E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E739E is #818C61. Grayscale: #7B7B7B. Windows color (decimal): -8490082 or 10384254. OLE color: 10384254.

HSL color Cylindrical-coordinate representation of color #7E739E: hue angle of 255.35º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7E739E is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB126115158-
CMYK0.200.2700.38
HSL255.35º18.14%53.53%-
HSV(B)255.35º27.22%61.96%-
XYZ20.9119.1734.95-
YUV123.19147.64130-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.58%
GREEN value IS 115 (45.31% from 255) = 28.82%
BLUE value IS 158 (62.11% from 255) = 39.60%
R=31.58%
G=28.82%
B=39.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1261151580.200.2700.38255.3518.1453.53
Hex7E739E141B026ff1236
Octal17616323624330463772266
Binary1111110111001110011110101001101101001101111111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e739e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,115,158); }

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

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

 a { background-color: rgb(126,115,158); }

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

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

 span { border-color: rgb(126,115,158); }

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