#7C6299

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

Shades of Deluge #7C6299

Tints of Deluge #7C6299

Color information

#7C6299 (or 0x7C6299) is unknown color: approx Deluge. HEX triplet: 7C, 62 and 99. RGB value is (124,98,153). Sum of RGB (Red+Green+Blue) = 124+98+153=375 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.07% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: blue. Hex color #7C6299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6299 is #839D66. Grayscale: #6F6F6F. Windows color (decimal): -8625511 or 10052220. OLE color: 10052220.

HSL color Cylindrical-coordinate representation of color #7C6299: hue angle of 268.36º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7C6299 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12498153-
CMYK0.190.3600.4
HSL268.36º21.91%49.22%-
HSV(B)268.36º35.95%60%-
XYZ18.4315.3232.12-
YUV112.04151.11136.53-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.07%
GREEN value IS 98 (38.67% from 255) = 26.13%
BLUE value IS 153 (60.16% from 255) = 40.8%
R=33.07%
G=26.13%
B=40.8%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal124981530.190.3600.4268.3621.9149.22
Hex7C6299132402810c1631
Octal17414223123440504142661
Binary111110011000101001100110011100100010100010000110010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,98,153); }

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

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

 a { background-color: rgb(124,98,153); }

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

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

 span { border-color: rgb(124,98,153); }

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