#7C6999

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

Shades of Deluge #7C6999

Tints of Deluge #7C6999

Color information

#7C6999 (or 0x7C6999) is unknown color: approx Deluge. HEX triplet: 7C, 69 and 99. RGB value is (124,105,153). Sum of RGB (Red+Green+Blue) = 124+105+153=382 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.46% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 153 - color contains mainly: blue. Hex color #7C6999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6999 is #839666. Grayscale: #737373. Windows color (decimal): -8623719 or 10054012. OLE color: 10054012.

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

Color convert

RGB124105153-
CMYK0.190.3100.4
HSL263.75º19.05%50.59%-
HSV(B)263.75º31.37%60%-
XYZ19.1116.6932.35-
YUV116.15148.79133.6-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.46%
GREEN value IS 105 (41.41% from 255) = 27.49%
BLUE value IS 153 (60.16% from 255) = 40.05%
R=32.46%
G=27.49%
B=40.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1241051530.190.3100.4263.7519.0550.59
Hex7C6999131F0281081333
Octal17415123123370504102363
Binary11111001101001100110011001111111010100010000100010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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