#7A7390

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

Shades of Deluge #7A7390

Tints of Deluge #7A7390

Color information

#7A7390 (or 0x7A7390) is unknown color: approx Deluge. HEX triplet: 7A, 73 and 90. RGB value is (122,115,144). Sum of RGB (Red+Green+Blue) = 122+115+144=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 144 - color contains mainly: blue. Hex color #7A7390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7390 is #858C6F. Grayscale: #787878. Windows color (decimal): -8752240 or 9466746. OLE color: 9466746.

HSL color Cylindrical-coordinate representation of color #7A7390: hue angle of 254.48º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A7390 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB122115144-
CMYK0.150.2000.44
HSL254.48º11.55%50.78%-
HSV(B)254.48º20.14%56.47%-
XYZ19.1918.4128.93-
YUV120.4141.32129.14-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.02%
GREEN value IS 115 (45.31% from 255) = 30.18%
BLUE value IS 144 (56.64% from 255) = 37.80%
R=32.02%
G=30.18%
B=37.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1221151440.150.2000.44254.4811.5550.78
Hex7A7390F1402Cfec33
Octal17216322017240543761463
Binary11110101110011100100001111101000101100111111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,115,144); }

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

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

 a { background-color: rgb(122,115,144); }

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

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

 span { border-color: rgb(122,115,144); }

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