#7C6EA9

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

Shades of Deluge #7C6EA9

Tints of Deluge #7C6EA9

Color information

#7C6EA9 (or 0x7C6EA9) is unknown color: approx Deluge. HEX triplet: 7C, 6E and A9. RGB value is (124,110,169). Sum of RGB (Red+Green+Blue) = 124+110+169=403 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.77% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 169 (66.41% from 255 or 41.94% from 403); Max value from RGB is 169 - color contains mainly: blue. Hex color #7C6EA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6EA9 is #839156. Grayscale: #787878. Windows color (decimal): -8622423 or 11103868. OLE color: 11103868.

HSL color Cylindrical-coordinate representation of color #7C6EA9: hue angle of 254.24º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C6EA9 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB124110169-
CMYK0.270.3500.34
HSL254.24º25.54%54.71%-
HSV(B)254.24º34.91%66.27%-
XYZ21.0518.339.96-
YUV120.91155.14130.2-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.77%
GREEN value IS 110 (43.36% from 255) = 27.30%
BLUE value IS 169 (66.41% from 255) = 41.94%
R=30.77%
G=27.30%
B=41.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1241101690.270.3500.34254.2425.5454.71
Hex7C6EA91B23022fe1a37
Octal17415625133430423763267
Binary11111001101110101010011101110001101000101111111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,110,169); }

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

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

 a { background-color: rgb(124,110,169); }

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

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

 span { border-color: rgb(124,110,169); }

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