#7D689C

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

Shades of Deluge #7D689C

Tints of Deluge #7D689C

Color information

#7D689C (or 0x7D689C) is unknown color: approx Deluge. HEX triplet: 7D, 68 and 9C. RGB value is (125,104,156). Sum of RGB (Red+Green+Blue) = 125+104+156=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 156 - color contains mainly: blue. Hex color #7D689C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D689C is #829763. Grayscale: #747474. Windows color (decimal): -8558436 or 10250365. OLE color: 10250365.

HSL color Cylindrical-coordinate representation of color #7D689C: hue angle of 264.23º degrees, saturation: 0.21, 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 #7D689C is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB125104156-
CMYK0.200.3300.39
HSL264.23º20.8%50.98%-
HSV(B)264.23º33.33%61.18%-
XYZ19.4116.6633.65-
YUV116.21150.46134.27-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.47%
GREEN value IS 104 (41.02% from 255) = 27.01%
BLUE value IS 156 (61.33% from 255) = 40.52%
R=32.47%
G=27.01%
B=40.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1251041560.200.3300.39264.2320.850.98
Hex7D689C14210271081533
Octal17515023424410474102563
Binary111110111010001001110010100100001010011110000100010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D689C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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