#7D6D9B

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

Shades of Deluge #7D6D9B

Tints of Deluge #7D6D9B

Color information

#7D6D9B (or 0x7D6D9B) is unknown color: approx Deluge. HEX triplet: 7D, 6D and 9B. RGB value is (125,109,155). Sum of RGB (Red+Green+Blue) = 125+109+155=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D6D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6D9B is #829264. Grayscale: #767676. Windows color (decimal): -8557157 or 10186109. OLE color: 10186109.

HSL color Cylindrical-coordinate representation of color #7D6D9B: hue angle of 260.87º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D6D9B is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB125109155-
CMYK0.190.3000.39
HSL260.87º18.7%51.76%-
HSV(B)260.87º29.68%60.78%-
XYZ19.8417.6633.37-
YUV119.03148.3132.26-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.13%
GREEN value IS 109 (42.97% from 255) = 28.02%
BLUE value IS 155 (60.94% from 255) = 39.85%
R=32.13%
G=28.02%
B=39.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1251091550.190.3000.39260.8718.751.76
Hex7D6D9B131E0271051334
Octal17515523323360474052364
Binary11111011101101100110111001111110010011110000010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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