#7A7194

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

Shades of Deluge #7A7194

Tints of Deluge #7A7194

Color information

#7A7194 (or 0x7A7194) is unknown color: approx Deluge. HEX triplet: 7A, 71 and 94. RGB value is (122,113,148). Sum of RGB (Red+Green+Blue) = 122+113+148=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 148 - color contains mainly: blue. Hex color #7A7194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7194 is #858E6B. Grayscale: #777777. Windows color (decimal): -8752748 or 9728378. OLE color: 9728378.

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

Color convert

RGB122113148-
CMYK0.180.2400.42
HSL255.43º14.06%51.18%-
HSV(B)255.43º23.65%58.04%-
XYZ19.2818.0930.49-
YUV119.68143.98129.65-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.85%
GREEN value IS 113 (44.53% from 255) = 29.50%
BLUE value IS 148 (58.20% from 255) = 38.64%
R=31.85%
G=29.50%
B=38.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1221131480.180.2400.42255.4314.0651.18
Hex7A7194121802Affe33
Octal17216122422300523771663
Binary111101011100011001010010010110000101010111111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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