#7C6798

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

Shades of Deluge #7C6798

Tints of Deluge #7C6798

Color information

#7C6798 (or 0x7C6798) is unknown color: approx Deluge. HEX triplet: 7C, 67 and 98. RGB value is (124,103,152). Sum of RGB (Red+Green+Blue) = 124+103+152=379 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.72% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 152 - color contains mainly: blue. Hex color #7C6798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6798 is #839867. Grayscale: #727272. Windows color (decimal): -8624232 or 9987964. OLE color: 9987964.

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

Color convert

RGB124103152-
CMYK0.180.3200.40
HSL265.71º19.22%50%-
HSV(B)265.71º32.24%59.61%-
XYZ18.8316.2531.85-
YUV114.86148.96134.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.72%
GREEN value IS 103 (40.62% from 255) = 27.18%
BLUE value IS 152 (59.77% from 255) = 40.11%
R=32.72%
G=27.18%
B=40.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1241031520.180.3200.40265.7119.2250
Hex7C6798122002810a1332
Octal17414723022400504122362
Binary111110011001111001100010010100000010100010000101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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