#7C7098

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

Shades of Deluge #7C7098

Tints of Deluge #7C7098

Color information

#7C7098 (or 0x7C7098) is unknown color: approx Deluge. HEX triplet: 7C, 70 and 98. RGB value is (124,112,152). Sum of RGB (Red+Green+Blue) = 124+112+152=388 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.96% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 152 - color contains mainly: blue. Hex color #7C7098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7098 is #838F67. Grayscale: #787878. Windows color (decimal): -8621928 or 9990268. OLE color: 9990268.

HSL color Cylindrical-coordinate representation of color #7C7098: hue angle of 258º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7C7098 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB124112152-
CMYK0.180.2600.40
HSL258º16.26%51.76%-
HSV(B)258º26.32%59.61%-
XYZ19.7718.1432.17-
YUV120.15145.98130.75-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.96%
GREEN value IS 112 (44.14% from 255) = 28.87%
BLUE value IS 152 (59.77% from 255) = 39.18%
R=31.96%
G=28.87%
B=39.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1241121520.180.2600.4025816.2651.76
Hex7C7098121A0281021034
Octal17416023022320504022064
Binary11111001110000100110001001011010010100010000001010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,112,152); }

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

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

 a { background-color: rgb(124,112,152); }

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

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

 span { border-color: rgb(124,112,152); }

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