#7C7296

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

Shades of Deluge #7C7296

Tints of Deluge #7C7296

Color information

#7C7296 (or 0x7C7296) is unknown color: approx Deluge. HEX triplet: 7C, 72 and 96. RGB value is (124,114,150). Sum of RGB (Red+Green+Blue) = 124+114+150=388 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.96% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 150 - color contains mainly: blue. Hex color #7C7296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7296 is #838D69. Grayscale: #787878. Windows color (decimal): -8621418 or 9859708. OLE color: 9859708.

HSL color Cylindrical-coordinate representation of color #7C7296: hue angle of 256.67º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7C7296 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB124114150-
CMYK0.170.2400.41
HSL256.67º14.63%51.76%-
HSV(B)256.67º24%58.82%-
XYZ19.8318.5231.38-
YUV121.09144.31130.07-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.96%
GREEN value IS 114 (44.92% from 255) = 29.38%
BLUE value IS 150 (58.98% from 255) = 38.66%
R=31.96%
G=29.38%
B=38.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1241141500.170.2400.41256.6714.6351.76
Hex7C72961118029101f34
Octal17416222621300514011764
Binary1111100111001010010110100011100001010011000000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,114,150); }

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

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

 a { background-color: rgb(124,114,150); }

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

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

 span { border-color: rgb(124,114,150); }

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