#7a639b

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

Shades of Deluge #7A639B

Tints of Deluge #7A639B

Color information

#7A639B (or 0x7A639B) is unknown color: approx Deluge. HEX triplet: 7A, 63 and 9B. RGB value is (122,99,155). Sum of RGB (Red+Green+Blue) = 122+99+155=376 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.45% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #7A639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A639B is #859C64. Grayscale: #707070. Windows color (decimal): -8756325 or 10183546. OLE color: 10183546.

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

Color convert

RGB12299155-
CMYK0.210.3600.39
HSL264.64º22.05%49.8%-
HSV(B)264.64º36.13%60.78%-
XYZ18.415.4333.02-
YUV112.26152.12134.95-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.45%
GREEN value IS 99 (39.06% from 255) = 26.33%
BLUE value IS 155 (60.94% from 255) = 41.22%
R=32.45%
G=26.33%
B=41.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal122991550.210.3600.39264.6422.0549.8
Hex7A639B15240271091632
Octal17214323325440474112662
Binary111101011000111001101110101100100010011110000100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a639b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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