#7A639C

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

Shades of Deluge #7A639C

Tints of Deluge #7A639C

Color information

#7A639C (or 0x7A639C) is unknown color: approx Deluge. HEX triplet: 7A, 63 and 9C. RGB value is (122,99,156). Sum of RGB (Red+Green+Blue) = 122+99+156=377 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.36% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A639C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A639C is #859C63. Grayscale: #707070. Windows color (decimal): -8756324 or 10249082. OLE color: 10249082.

HSL color Cylindrical-coordinate representation of color #7A639C: hue angle of 264.21º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7A639C is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12299156-
CMYK0.220.3700.39
HSL264.21º22.35%50%-
HSV(B)264.21º36.54%61.18%-
XYZ18.4915.4633.46-
YUV112.38152.62134.87-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.36%
GREEN value IS 99 (39.06% from 255) = 26.26%
BLUE value IS 156 (61.33% from 255) = 41.38%
R=32.36%
G=26.26%
B=41.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal122991560.220.3700.39264.2122.3550
Hex7A639C16250271081632
Octal17214323426450474102662
Binary111101011000111001110010110100101010011110000100010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A639C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,99,156); }

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

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

 a { background-color: rgb(122,99,156); }

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

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

 span { border-color: rgb(122,99,156); }

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