#7A7699

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

Shades of Deluge #7A7699

Tints of Deluge #7A7699

Color information

#7A7699 (or 0x7A7699) is unknown color: approx Deluge. HEX triplet: 7A, 76 and 99. RGB value is (122,118,153). Sum of RGB (Red+Green+Blue) = 122+118+153=393 (52% of max value = 765). Red value is 122 (48.05% from 255 or 31.04% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 153 - color contains mainly: blue. Hex color #7A7699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7699 is #858966. Grayscale: #7B7B7B. Windows color (decimal): -8751463 or 10057338. OLE color: 10057338.

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

Color convert

RGB122118153-
CMYK0.200.2300.4
HSL246.86º14.64%53.14%-
HSV(B)246.86º22.88%60%-
XYZ20.2519.3932.81-
YUV123.19144.83127.15-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.04%
GREEN value IS 118 (46.48% from 255) = 30.03%
BLUE value IS 153 (60.16% from 255) = 38.93%
R=31.04%
G=30.03%
B=38.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1221181530.200.2300.4246.8614.6453.14
Hex7A76991417028f7f35
Octal17216623124270503671765
Binary111101011101101001100110100101110101000111101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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