#7D759F

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

Shades of Deluge #7D759F

Tints of Deluge #7D759F

Color information

#7D759F (or 0x7D759F) is unknown color: approx Deluge. HEX triplet: 7D, 75 and 9F. RGB value is (125,117,159). Sum of RGB (Red+Green+Blue) = 125+117+159=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 159 - color contains mainly: blue. Hex color #7D759F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D759F is #828A60. Grayscale: #7C7C7C. Windows color (decimal): -8555105 or 10450301. OLE color: 10450301.

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

Color convert

RGB125117159-
CMYK0.210.2600.38
HSL251.43º17.95%54.12%-
HSV(B)251.43º26.42%62.35%-
XYZ21.0819.5935.47-
YUV124.18147.65128.58-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.17%
GREEN value IS 117 (46.09% from 255) = 29.18%
BLUE value IS 159 (62.5% from 255) = 39.65%
R=31.17%
G=29.18%
B=39.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1251171590.210.2600.38251.4317.9554.12
Hex7D759F151A026fb1236
Octal17516523725320463732266
Binary1111101111010110011111101011101001001101111101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D759F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,117,159); }

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

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

 a { background-color: rgb(125,117,159); }

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

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

 span { border-color: rgb(125,117,159); }

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