#7A7499

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

Shades of Deluge #7A7499

Tints of Deluge #7A7499

Color information

#7A7499 (or 0x7A7499) is unknown color: approx Deluge. HEX triplet: 7A, 74 and 99. RGB value is (122,116,153). Sum of RGB (Red+Green+Blue) = 122+116+153=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 153 - color contains mainly: blue. Hex color #7A7499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7499 is #858B66. Grayscale: #797979. Windows color (decimal): -8751975 or 10056826. OLE color: 10056826.

HSL color Cylindrical-coordinate representation of color #7A7499: hue angle of 249.73º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7A7499 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB122116153-
CMYK0.200.2400.4
HSL249.73º15.35%52.75%-
HSV(B)249.73º24.18%60%-
XYZ20.0218.9332.74-
YUV122.01145.49127.99-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.20%
GREEN value IS 116 (45.70% from 255) = 29.67%
BLUE value IS 153 (60.16% from 255) = 39.13%
R=31.20%
G=29.67%
B=39.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1221161530.200.2400.4249.7315.3552.75
Hex7A74991418028faf35
Octal17216423124300503721765
Binary111101011101001001100110100110000101000111110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,116,153); }

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

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

 a { background-color: rgb(122,116,153); }

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

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

 span { border-color: rgb(122,116,153); }

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