#7A729D

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

Shades of Deluge #7A729D

Tints of Deluge #7A729D

Color information

#7A729D (or 0x7A729D) is unknown color: approx Deluge. HEX triplet: 7A, 72 and 9D. RGB value is (122,114,157). Sum of RGB (Red+Green+Blue) = 122+114+157=393 (52% of max value = 765). Red value is 122 (48.05% from 255 or 31.04% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A729D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A729D is #858D62. Grayscale: #797979. Windows color (decimal): -8752483 or 10318458. OLE color: 10318458.

HSL color Cylindrical-coordinate representation of color #7A729D: hue angle of 251.16º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A729D is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB122114157-
CMYK0.220.2700.38
HSL251.16º17.99%53.14%-
HSV(B)251.16º27.39%61.57%-
XYZ20.1318.6134.43-
YUV121.29148.15128.5-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.04%
GREEN value IS 114 (44.92% from 255) = 29.01%
BLUE value IS 157 (61.72% from 255) = 39.95%
R=31.04%
G=29.01%
B=39.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1221141570.220.2700.38251.1617.9953.14
Hex7A729D161B026fb1235
Octal17216223526330463732265
Binary1111010111001010011101101101101101001101111101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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