#7A729E

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

Shades of Deluge #7A729E

Tints of Deluge #7A729E

Color information

#7A729E (or 0x7A729E) is unknown color: approx Deluge. HEX triplet: 7A, 72 and 9E. RGB value is (122,114,158). Sum of RGB (Red+Green+Blue) = 122+114+158=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 158 - color contains mainly: blue. Hex color #7A729E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A729E is #858D61. Grayscale: #797979. Windows color (decimal): -8752482 or 10383994. OLE color: 10383994.

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

Color convert

RGB122114158-
CMYK0.230.2800.38
HSL250.91º18.49%53.33%-
HSV(B)250.91º27.85%61.96%-
XYZ20.2118.6434.88-
YUV121.41148.65128.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.96%
GREEN value IS 114 (44.92% from 255) = 28.93%
BLUE value IS 158 (62.11% from 255) = 40.10%
R=30.96%
G=28.93%
B=40.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1221141580.230.2800.38250.9118.4953.33
Hex7A729E171C026fb1235
Octal17216223627340463732265
Binary1111010111001010011110101111110001001101111101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A729E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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