#7A7099

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

Shades of Deluge #7A7099

Tints of Deluge #7A7099

Color information

#7A7099 (or 0x7A7099) is unknown color: approx Deluge. HEX triplet: 7A, 70 and 99. RGB value is (122,112,153). Sum of RGB (Red+Green+Blue) = 122+112+153=387 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.52% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 153 - color contains mainly: blue. Hex color #7A7099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7099 is #858F66. Grayscale: #777777. Windows color (decimal): -8752999 or 10055802. OLE color: 10055802.

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

Color convert

RGB122112153-
CMYK0.200.2700.4
HSL254.63º16.73%51.96%-
HSV(B)254.63º26.8%60%-
XYZ19.5718.0332.58-
YUV119.66146.81129.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.52%
GREEN value IS 112 (44.14% from 255) = 28.94%
BLUE value IS 153 (60.16% from 255) = 39.53%
R=31.52%
G=28.94%
B=39.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1221121530.200.2700.4254.6316.7351.96
Hex7A7099141B028ff1134
Octal17216023124330503772164
Binary1111010111000010011001101001101101010001111111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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