#7C6DA5

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

Shades of Deluge #7C6DA5

Tints of Deluge #7C6DA5

Color information

#7C6DA5 (or 0x7C6DA5) is unknown color: approx Deluge. HEX triplet: 7C, 6D and A5. RGB value is (124,109,165). Sum of RGB (Red+Green+Blue) = 124+109+165=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 165 (64.84% from 255 or 41.46% from 398); Max value from RGB is 165 - color contains mainly: blue. Hex color #7C6DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6DA5 is #83925A. Grayscale: #777777. Windows color (decimal): -8622683 or 10841468. OLE color: 10841468.

HSL color Cylindrical-coordinate representation of color #7C6DA5: hue angle of 256.07º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C6DA5 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB124109165-
CMYK0.250.3400.35
HSL256.07º23.73%53.73%-
HSV(B)256.07º33.94%64.71%-
XYZ20.5717.9437.98-
YUV119.87153.47130.95-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.16%
GREEN value IS 109 (42.97% from 255) = 27.39%
BLUE value IS 165 (64.84% from 255) = 41.46%
R=31.16%
G=27.39%
B=41.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1241091650.250.3400.35256.0723.7353.73
Hex7C6DA519220231001836
Octal17415524531420434003066
Binary111110011011011010010111001100010010001110000000011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,109,165); }

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

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

 a { background-color: rgb(124,109,165); }

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

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

 span { border-color: rgb(124,109,165); }

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