#7A659E

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

Shades of Deluge #7A659E

Tints of Deluge #7A659E

Color information

#7A659E (or 0x7A659E) is unknown color: approx Deluge. HEX triplet: 7A, 65 and 9E. RGB value is (122,101,158). Sum of RGB (Red+Green+Blue) = 122+101+158=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 158 - color contains mainly: blue. Hex color #7A659E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A659E is #859A61. Grayscale: #717171. Windows color (decimal): -8755810 or 10380666. OLE color: 10380666.

HSL color Cylindrical-coordinate representation of color #7A659E: hue angle of 262.11º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A659E is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB122101158-
CMYK0.230.3600.38
HSL262.11º22.71%50.78%-
HSV(B)262.11º36.08%61.96%-
XYZ18.8515.9134.43-
YUV113.78152.96133.87-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.02%
GREEN value IS 101 (39.84% from 255) = 26.51%
BLUE value IS 158 (62.11% from 255) = 41.47%
R=32.02%
G=26.51%
B=41.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1221011580.230.3600.38262.1122.7150.78
Hex7A659E17240261061733
Octal17214523627440464062763
Binary111101011001011001111010111100100010011010000011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A659E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,101,158); }

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

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

 a { background-color: rgb(122,101,158); }

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

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

 span { border-color: rgb(122,101,158); }

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