#7A7690

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

Shades of Deluge #7A7690

Tints of Deluge #7A7690

Color information

#7A7690 (or 0x7A7690) is unknown color: approx Deluge. HEX triplet: 7A, 76 and 90. RGB value is (122,118,144). Sum of RGB (Red+Green+Blue) = 122+118+144=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 144 - color contains mainly: blue. Hex color #7A7690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7690 is #85896F. Grayscale: #7A7A7A. Windows color (decimal): -8751472 or 9467514. OLE color: 9467514.

HSL color Cylindrical-coordinate representation of color #7A7690: hue angle of 249.23º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A7690 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB122118144-
CMYK0.150.1800.44
HSL249.23º10.48%51.37%-
HSV(B)249.23º18.06%56.47%-
XYZ19.5419.1129.04-
YUV122.16140.33127.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.77%
GREEN value IS 118 (46.48% from 255) = 30.73%
BLUE value IS 144 (56.64% from 255) = 37.5%
R=31.77%
G=30.73%
B=37.5%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1221181440.150.1800.44249.2310.4851.37
Hex7A7690F1202Cf9a33
Octal17216622017220543711263
Binary11110101110110100100001111100100101100111110011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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