#7A7191

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

Shades of Deluge #7A7191

Tints of Deluge #7A7191

Color information

#7A7191 (or 0x7A7191) is unknown color: approx Deluge. HEX triplet: 7A, 71 and 91. RGB value is (122,113,145). Sum of RGB (Red+Green+Blue) = 122+113+145=380 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.11% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 145 - color contains mainly: blue. Hex color #7A7191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7191 is #858E6E. Grayscale: #777777. Windows color (decimal): -8752751 or 9531770. OLE color: 9531770.

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

Color convert

RGB122113145-
CMYK0.160.2200.43
HSL256.88º12.7%50.59%-
HSV(B)256.88º22.07%56.86%-
XYZ19.0417.9929.26-
YUV119.34142.48129.9-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.11%
GREEN value IS 113 (44.53% from 255) = 29.74%
BLUE value IS 145 (57.03% from 255) = 38.16%
R=32.11%
G=29.74%
B=38.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1221131450.160.2200.43256.8812.750.59
Hex7A7191101602B101d33
Octal17216122120260534011563
Binary1111010111000110010001100001011001010111000000011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,113,145); }

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

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

 a { background-color: rgb(122,113,145); }

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

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

 span { border-color: rgb(122,113,145); }

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