#7D6DA9

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

Shades of Deluge #7D6DA9

Tints of Deluge #7D6DA9

Color information

#7D6DA9 (or 0x7D6DA9) is unknown color: approx Deluge. HEX triplet: 7D, 6D and A9. RGB value is (125,109,169). Sum of RGB (Red+Green+Blue) = 125+109+169=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 169 (66.41% from 255 or 41.94% from 403); Max value from RGB is 169 - color contains mainly: blue. Hex color #7D6DA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6DA9 is #829256. Grayscale: #787878. Windows color (decimal): -8557143 or 11103613. OLE color: 11103613.

HSL color Cylindrical-coordinate representation of color #7D6DA9: hue angle of 256º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7D6DA9 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB125109169-
CMYK0.260.3600.34
HSL256º25.86%54.51%-
HSV(B)256º35.5%66.27%-
XYZ21.0918.1639.93-
YUV120.62155.3131.12-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.02%
GREEN value IS 109 (42.97% from 255) = 27.05%
BLUE value IS 169 (66.41% from 255) = 41.94%
R=31.02%
G=27.05%
B=41.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1251091690.260.3600.3425625.8654.51
Hex7D6DA91A240221001a37
Octal17515525132440424003267
Binary111110111011011010100111010100100010001010000000011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,109,169); }

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

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

 a { background-color: rgb(125,109,169); }

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

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

 span { border-color: rgb(125,109,169); }

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