#7C7196

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

Shades of Deluge #7C7196

Tints of Deluge #7C7196

Color information

#7C7196 (or 0x7C7196) is unknown color: approx Deluge. HEX triplet: 7C, 71 and 96. RGB value is (124,113,150). Sum of RGB (Red+Green+Blue) = 124+113+150=387 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.04% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 150 - color contains mainly: blue. Hex color #7C7196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7196 is #838E69. Grayscale: #787878. Windows color (decimal): -8621674 or 9859452. OLE color: 9859452.

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

Color convert

RGB124113150-
CMYK0.170.2500.41
HSL257.84º14.98%51.57%-
HSV(B)257.84º24.67%58.82%-
XYZ19.7218.331.35-
YUV120.51144.64130.49-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.04%
GREEN value IS 113 (44.53% from 255) = 29.20%
BLUE value IS 150 (58.98% from 255) = 38.76%
R=32.04%
G=29.20%
B=38.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1241131500.170.2500.41257.8414.9851.57
Hex7C71961119029102f34
Octal17416122621310514021764
Binary1111100111000110010110100011100101010011000000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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