#7A739F

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

Shades of Deluge #7A739F

Tints of Deluge #7A739F

Color information

#7A739F (or 0x7A739F) is unknown color: approx Deluge. HEX triplet: 7A, 73 and 9F. RGB value is (122,115,159). Sum of RGB (Red+Green+Blue) = 122+115+159=396 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.81% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A739F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A739F is #858C60. Grayscale: #797979. Windows color (decimal): -8752225 or 10449786. OLE color: 10449786.

HSL color Cylindrical-coordinate representation of color #7A739F: hue angle of 249.55º 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 #7A739F is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB122115159-
CMYK0.230.2800.38
HSL249.55º18.64%53.73%-
HSV(B)249.55º27.67%62.35%-
XYZ20.4118.935.37-
YUV122.11148.82127.92-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.81%
GREEN value IS 115 (45.31% from 255) = 29.04%
BLUE value IS 159 (62.5% from 255) = 40.15%
R=30.81%
G=29.04%
B=40.15%

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
Decimal1221151590.230.2800.38249.5518.6453.73
Hex7A739F171C026fa1336
Octal17216323727340463722366
Binary1111010111001110011111101111110001001101111101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A739F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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