#7C6498

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

Shades of Deluge #7C6498

Tints of Deluge #7C6498

Color information

#7C6498 (or 0x7C6498) is unknown color: approx Deluge. HEX triplet: 7C, 64 and 98. RGB value is (124,100,152). Sum of RGB (Red+Green+Blue) = 124+100+152=376 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.98% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 152 - color contains mainly: blue. Hex color #7C6498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6498 is #839B67. Grayscale: #707070. Windows color (decimal): -8625000 or 9987196. OLE color: 9987196.

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

Color convert

RGB124100152-
CMYK0.180.3400.40
HSL267.69º20.63%49.41%-
HSV(B)267.69º34.21%59.61%-
XYZ18.5415.6731.75-
YUV113.1149.95135.77-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.98%
GREEN value IS 100 (39.45% from 255) = 26.60%
BLUE value IS 152 (59.77% from 255) = 40.43%
R=32.98%
G=26.60%
B=40.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1241001520.180.3400.40267.6920.6349.41
Hex7C6498122202810c1531
Octal17414423022420504142561
Binary111110011001001001100010010100010010100010000110010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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