#7C7392

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

Shades of Deluge #7C7392

Tints of Deluge #7C7392

Color information

#7C7392 (or 0x7C7392) is unknown color: approx Deluge. HEX triplet: 7C, 73 and 92. RGB value is (124,115,146). Sum of RGB (Red+Green+Blue) = 124+115+146=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C7392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7392 is #838C6D. Grayscale: #797979. Windows color (decimal): -8621166 or 9597820. OLE color: 9597820.

HSL color Cylindrical-coordinate representation of color #7C7392: hue angle of 257.42º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C7392 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB124115146-
CMYK0.150.2100.43
HSL257.42º12.45%51.18%-
HSV(B)257.42º21.23%57.25%-
XYZ19.6318.6229.75-
YUV121.22141.98129.98-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.21%
GREEN value IS 115 (45.31% from 255) = 29.87%
BLUE value IS 146 (57.42% from 255) = 37.92%
R=32.21%
G=29.87%
B=37.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1241151460.150.2100.43257.4212.4551.18
Hex7C7392F1502B101c33
Octal17416322217250534011463
Binary111110011100111001001011111010101010111000000011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,115,146); }

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

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

 a { background-color: rgb(124,115,146); }

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

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

 span { border-color: rgb(124,115,146); }

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