#7D6C9B

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

Shades of Deluge #7D6C9B

Tints of Deluge #7D6C9B

Color information

#7D6C9B (or 0x7D6C9B) is unknown color: approx Deluge. HEX triplet: 7D, 6C and 9B. RGB value is (125,108,155). Sum of RGB (Red+Green+Blue) = 125+108+155=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D6C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6C9B is #829364. Grayscale: #767676. Windows color (decimal): -8557413 or 10185853. OLE color: 10185853.

HSL color Cylindrical-coordinate representation of color #7D6C9B: hue angle of 261.7º 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 #7D6C9B is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB125108155-
CMYK0.190.3000.39
HSL261.7º19.03%51.57%-
HSV(B)261.7º30.32%60.78%-
XYZ19.7417.4533.34-
YUV118.44148.63132.68-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.22%
GREEN value IS 108 (42.58% from 255) = 27.84%
BLUE value IS 155 (60.94% from 255) = 39.95%
R=32.22%
G=27.84%
B=39.95%

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
Decimal1251081550.190.3000.39261.719.0351.57
Hex7D6C9B131E0271061334
Octal17515423323360474062364
Binary11111011101100100110111001111110010011110000011010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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