#7A729B

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

Shades of Deluge #7A729B

Tints of Deluge #7A729B

Color information

#7A729B (or 0x7A729B) is unknown color: approx Deluge. HEX triplet: 7A, 72 and 9B. RGB value is (122,114,155). Sum of RGB (Red+Green+Blue) = 122+114+155=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 155 - color contains mainly: blue. Hex color #7A729B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A729B is #858D64. Grayscale: #787878. Windows color (decimal): -8752485 or 10187386. OLE color: 10187386.

HSL color Cylindrical-coordinate representation of color #7A729B: hue angle of 251.71º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7A729B is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB122114155-
CMYK0.210.2600.39
HSL251.71º17.01%52.75%-
HSV(B)251.71º26.45%60.78%-
XYZ19.9618.5433.54-
YUV121.07147.15128.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.20%
GREEN value IS 114 (44.92% from 255) = 29.16%
BLUE value IS 155 (60.94% from 255) = 39.64%
R=31.20%
G=29.16%
B=39.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1221141550.210.2600.39251.7117.0152.75
Hex7A729B151A027fc1135
Octal17216223325320473742165
Binary1111010111001010011011101011101001001111111110010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,114,155); }

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

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

 a { background-color: rgb(122,114,155); }

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

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

 span { border-color: rgb(122,114,155); }

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