#7D689B

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

Shades of Deluge #7D689B

Tints of Deluge #7D689B

Color information

#7D689B (or 0x7D689B) is unknown color: approx Deluge. HEX triplet: 7D, 68 and 9B. RGB value is (125,104,155). Sum of RGB (Red+Green+Blue) = 125+104+155=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D689B is #829764. Grayscale: #737373. Windows color (decimal): -8558437 or 10184829. OLE color: 10184829.

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

Color convert

RGB125104155-
CMYK0.190.3300.39
HSL264.71º20.32%50.78%-
HSV(B)264.71º32.9%60.78%-
XYZ19.3216.6333.2-
YUV116.09149.96134.35-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.55%
GREEN value IS 104 (41.02% from 255) = 27.08%
BLUE value IS 155 (60.94% from 255) = 40.36%
R=32.55%
G=27.08%
B=40.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1251041550.190.3300.39264.7120.3250.78
Hex7D689B13210271091433
Octal17515023323410474112463
Binary111110111010001001101110011100001010011110000100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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