#7C7594

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

Shades of Deluge #7C7594

Tints of Deluge #7C7594

Color information

#7C7594 (or 0x7C7594) is unknown color: approx Deluge. HEX triplet: 7C, 75 and 94. RGB value is (124,117,148). Sum of RGB (Red+Green+Blue) = 124+117+148=389 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.88% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 148 - color contains mainly: blue. Hex color #7C7594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7594 is #838A6B. Grayscale: #7A7A7A. Windows color (decimal): -8620652 or 9729404. OLE color: 9729404.

HSL color Cylindrical-coordinate representation of color #7C7594: hue angle of 253.55º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C7594 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB124117148-
CMYK0.160.2100.42
HSL253.55º12.65%51.96%-
HSV(B)253.55º20.95%58.04%-
XYZ20.0219.1530.66-
YUV122.63142.32128.98-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.88%
GREEN value IS 117 (46.09% from 255) = 30.08%
BLUE value IS 148 (58.20% from 255) = 38.05%
R=31.88%
G=30.08%
B=38.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1241171480.160.2100.42253.5512.6551.96
Hex7C7594101502Afed34
Octal17416522420250523761564
Binary111110011101011001010010000101010101010111111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,117,148); }

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

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

 a { background-color: rgb(124,117,148); }

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

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

 span { border-color: rgb(124,117,148); }

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