#7E609C

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

Shades of Deluge #7E609C

Tints of Deluge #7E609C

Color information

#7E609C (or 0x7E609C) is unknown color: approx Deluge. HEX triplet: 7E, 60 and 9C. RGB value is (126,96,156). Sum of RGB (Red+Green+Blue) = 126+96+156=378 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.33% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 156 - color contains mainly: blue. Hex color #7E609C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E609C is #819F63. Grayscale: #6F6F6F. Windows color (decimal): -8494948 or 10248318. OLE color: 10248318.

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

Color convert

RGB12696156-
CMYK0.190.3800.39
HSL270º23.81%49.41%-
HSV(B)270º38.46%61.18%-
XYZ18.7915.233.4-
YUV111.81152.94138.12-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.33%
GREEN value IS 96 (37.89% from 255) = 25.40%
BLUE value IS 156 (61.33% from 255) = 41.27%
R=33.33%
G=25.40%
B=41.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal126961560.190.3800.3927023.8149.41
Hex7E609C132602710e1831
Octal17614023423460474163061
Binary111111011000001001110010011100110010011110000111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E609C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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