#7A7193

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

Shades of Deluge #7A7193

Tints of Deluge #7A7193

Color information

#7A7193 (or 0x7A7193) is unknown color: approx Deluge. HEX triplet: 7A, 71 and 93. RGB value is (122,113,147). Sum of RGB (Red+Green+Blue) = 122+113+147=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 147 - color contains mainly: blue. Hex color #7A7193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7193 is #858E6C. Grayscale: #777777. Windows color (decimal): -8752749 or 9662842. OLE color: 9662842.

HSL color Cylindrical-coordinate representation of color #7A7193: hue angle of 255.88º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A7193 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB122113147-
CMYK0.170.2300.42
HSL255.88º13.6%50.98%-
HSV(B)255.88º23.13%57.65%-
XYZ19.218.0530.08-
YUV119.57143.48129.74-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.94%
GREEN value IS 113 (44.53% from 255) = 29.58%
BLUE value IS 147 (57.81% from 255) = 38.48%
R=31.94%
G=29.58%
B=38.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1221131470.170.2300.42255.8813.650.98
Hex7A7193111702A100e33
Octal17216122321270524001663
Binary1111010111000110010011100011011101010101000000001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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