#7A629A

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

Shades of Deluge #7A629A

Tints of Deluge #7A629A

Color information

#7A629A (or 0x7A629A) is unknown color: approx Deluge. HEX triplet: 7A, 62 and 9A. RGB value is (122,98,154). Sum of RGB (Red+Green+Blue) = 122+98+154=374 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.62% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 154 - color contains mainly: blue. Hex color #7A629A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A629A is #859D65. Grayscale: #6F6F6F. Windows color (decimal): -8756582 or 10117754. OLE color: 10117754.

HSL color Cylindrical-coordinate representation of color #7A629A: hue angle of 265.71º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A629A is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12298154-
CMYK0.210.3600.40
HSL265.71º22.22%49.41%-
HSV(B)265.71º36.36%60.39%-
XYZ18.2315.2132.55-
YUV111.56151.95135.45-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.62%
GREEN value IS 98 (38.67% from 255) = 26.20%
BLUE value IS 154 (60.55% from 255) = 41.18%
R=32.62%
G=26.20%
B=41.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal122981540.210.3600.40265.7122.2249.41
Hex7A629A152402810a1631
Octal17214223225440504122661
Binary111101011000101001101010101100100010100010000101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A629A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,98,154); }

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

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

 a { background-color: rgb(122,98,154); }

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

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

 span { border-color: rgb(122,98,154); }

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