#7A7392

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

Shades of Deluge #7A7392

Tints of Deluge #7A7392

Color information

#7A7392 (or 0x7A7392) is unknown color: approx Deluge. HEX triplet: 7A, 73 and 92. RGB value is (122,115,146). Sum of RGB (Red+Green+Blue) = 122+115+146=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 146 - color contains mainly: blue. Hex color #7A7392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7392 is #858C6D. Grayscale: #787878. Windows color (decimal): -8752238 or 9597818. OLE color: 9597818.

HSL color Cylindrical-coordinate representation of color #7A7392: hue angle of 253.55º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A7392 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB122115146-
CMYK0.160.2100.43
HSL253.55º12.45%51.18%-
HSV(B)253.55º21.23%57.25%-
XYZ19.3518.4729.74-
YUV120.63142.32128.98-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.85%
GREEN value IS 115 (45.31% from 255) = 30.03%
BLUE value IS 146 (57.42% from 255) = 38.12%
R=31.85%
G=30.03%
B=38.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1221151460.160.2100.43253.5512.4551.18
Hex7A7392101502Bfec33
Octal17216322220250533761463
Binary111101011100111001001010000101010101011111111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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