#7C649E

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

Shades of Deluge #7C649E

Tints of Deluge #7C649E

Color information

#7C649E (or 0x7C649E) is unknown color: approx Deluge. HEX triplet: 7C, 64 and 9E. RGB value is (124,100,158). Sum of RGB (Red+Green+Blue) = 124+100+158=382 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.46% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 158 - color contains mainly: blue. Hex color #7C649E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C649E is #839B61. Grayscale: #717171. Windows color (decimal): -8624994 or 10380412. OLE color: 10380412.

HSL color Cylindrical-coordinate representation of color #7C649E: hue angle of 264.83º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C649E is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB124100158-
CMYK0.220.3700.38
HSL264.83º23.02%50.59%-
HSV(B)264.83º36.71%61.96%-
XYZ19.0415.8734.41-
YUV113.79152.95135.28-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.46%
GREEN value IS 100 (39.45% from 255) = 26.18%
BLUE value IS 158 (62.11% from 255) = 41.36%
R=32.46%
G=26.18%
B=41.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1241001580.220.3700.38264.8323.0250.59
Hex7C649E16250261091733
Octal17414423626450464112763
Binary111110011001001001111010110100101010011010000100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C649E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,100,158); }

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

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

 a { background-color: rgb(124,100,158); }

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

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

 span { border-color: rgb(124,100,158); }

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