#7a639e

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

Shades of Deluge #7A639E

Tints of Deluge #7A639E

Color information

#7A639E (or 0x7A639E) is unknown color: approx Deluge. HEX triplet: 7A, 63 and 9E. RGB value is (122,99,158). Sum of RGB (Red+Green+Blue) = 122+99+158=379 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.19% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #7A639E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A639E is #859C61. Grayscale: #707070. Windows color (decimal): -8756322 or 10380154. OLE color: 10380154.

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

Color convert

RGB12299158-
CMYK0.230.3700.38
HSL263.39º23.32%50.39%-
HSV(B)263.39º37.34%61.96%-
XYZ18.6615.5334.36-
YUV112.6153.62134.7-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.19%
GREEN value IS 99 (39.06% from 255) = 26.12%
BLUE value IS 158 (62.11% from 255) = 41.69%
R=32.19%
G=26.12%
B=41.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal122991580.230.3700.38263.3923.3250.39
Hex7A639E17250261071732
Octal17214323627450464072762
Binary111101011000111001111010111100101010011010000011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a639e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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