#7A729F

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

Shades of Deluge #7A729F

Tints of Deluge #7A729F

Color information

#7A729F (or 0x7A729F) is unknown color: approx Deluge. HEX triplet: 7A, 72 and 9F. RGB value is (122,114,159). Sum of RGB (Red+Green+Blue) = 122+114+159=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A729F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A729F is #858D60. Grayscale: #797979. Windows color (decimal): -8752481 or 10449530. OLE color: 10449530.

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

Color convert

RGB122114159-
CMYK0.230.2800.38
HSL250.67º18.99%53.53%-
HSV(B)250.67º28.3%62.35%-
XYZ20.318.6835.34-
YUV121.52149.15128.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.89%
GREEN value IS 114 (44.92% from 255) = 28.86%
BLUE value IS 159 (62.5% from 255) = 40.25%
R=30.89%
G=28.86%
B=40.25%

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
Decimal1221141590.230.2800.38250.6718.9953.53
Hex7A729F171C026fb1336
Octal17216223727340463732366
Binary1111010111001010011111101111110001001101111101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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