#7E689C

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

Shades of Deluge #7E689C

Tints of Deluge #7E689C

Color information

#7E689C (or 0x7E689C) is unknown color: approx Deluge. HEX triplet: 7E, 68 and 9C. RGB value is (126,104,156). Sum of RGB (Red+Green+Blue) = 126+104+156=386 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.64% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #7E689C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E689C is #819763. Grayscale: #747474. Windows color (decimal): -8492900 or 10250366. OLE color: 10250366.

HSL color Cylindrical-coordinate representation of color #7E689C: hue angle of 265.38º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E689C is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB126104156-
CMYK0.190.3300.39
HSL265.38º20.8%50.98%-
HSV(B)265.38º33.33%61.18%-
XYZ19.5616.7433.65-
YUV116.51150.29134.77-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.64%
GREEN value IS 104 (41.02% from 255) = 26.94%
BLUE value IS 156 (61.33% from 255) = 40.41%
R=32.64%
G=26.94%
B=40.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1261041560.190.3300.39265.3820.850.98
Hex7E689C13210271091533
Octal17615023423410474112563
Binary111111011010001001110010011100001010011110000100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E689C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,104,156); }

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

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

 a { background-color: rgb(126,104,156); }

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

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

 span { border-color: rgb(126,104,156); }

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