#7C629D

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

Shades of Deluge #7C629D

Tints of Deluge #7C629D

Color information

#7C629D (or 0x7C629D) is unknown color: approx Deluge. HEX triplet: 7C, 62 and 9D. RGB value is (124,98,157). Sum of RGB (Red+Green+Blue) = 124+98+157=379 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.72% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C629D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C629D is #839D62. Grayscale: #707070. Windows color (decimal): -8625507 or 10314364. OLE color: 10314364.

HSL color Cylindrical-coordinate representation of color #7C629D: hue angle of 266.44º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C629D is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12498157-
CMYK0.210.3800.38
HSL266.44º23.14%50%-
HSV(B)266.44º37.58%61.57%-
XYZ18.7715.4533.89-
YUV112.5153.11136.2-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.72%
GREEN value IS 98 (38.67% from 255) = 25.86%
BLUE value IS 157 (61.72% from 255) = 41.42%
R=32.72%
G=25.86%
B=41.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal124981570.210.3800.38266.4423.1450
Hex7C629D152602610a1732
Octal17414223525460464122762
Binary111110011000101001110110101100110010011010000101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C629D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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