#7A7296

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

Shades of Deluge #7A7296

Tints of Deluge #7A7296

Color information

#7A7296 (or 0x7A7296) is unknown color: approx Deluge. HEX triplet: 7A, 72 and 96. RGB value is (122,114,150). Sum of RGB (Red+Green+Blue) = 122+114+150=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 150 - color contains mainly: blue. Hex color #7A7296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7296 is #858D69. Grayscale: #787878. Windows color (decimal): -8752490 or 9859706. OLE color: 9859706.

HSL color Cylindrical-coordinate representation of color #7A7296: hue angle of 253.33º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7A7296 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB122114150-
CMYK0.190.2400.41
HSL253.33º14.63%51.76%-
HSV(B)253.33º24%58.82%-
XYZ19.5518.3731.37-
YUV120.5144.65129.07-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.61%
GREEN value IS 114 (44.92% from 255) = 29.53%
BLUE value IS 150 (58.98% from 255) = 38.86%
R=31.61%
G=29.53%
B=38.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1221141500.190.2400.41253.3314.6351.76
Hex7A72961318029fdf34
Octal17216222623300513751764
Binary111101011100101001011010011110000101001111111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,114,150); }

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

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

 a { background-color: rgb(122,114,150); }

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

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

 span { border-color: rgb(122,114,150); }

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