#7C6EAB

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

Shades of Deluge #7C6EAB

Tints of Deluge #7C6EAB

Color information

#7C6EAB (or 0x7C6EAB) is unknown color: approx Deluge. HEX triplet: 7C, 6E and AB. RGB value is (124,110,171). Sum of RGB (Red+Green+Blue) = 124+110+171=405 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.62% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C6EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6EAB is #839154. Grayscale: #787878. Windows color (decimal): -8622421 or 11234940. OLE color: 11234940.

HSL color Cylindrical-coordinate representation of color #7C6EAB: hue angle of 253.77º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7C6EAB is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB124110171-
CMYK0.270.3600.33
HSL253.77º26.64%55.1%-
HSV(B)253.77º35.67%67.06%-
XYZ21.2418.3840.96-
YUV121.14156.14130.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.62%
GREEN value IS 110 (43.36% from 255) = 27.16%
BLUE value IS 171 (67.19% from 255) = 42.22%
R=30.62%
G=27.16%
B=42.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241101710.270.3600.33253.7726.6455.1
Hex7C6EAB1B24021fe1b37
Octal17415625333440413763367
Binary11111001101110101010111101110010001000011111111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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