#7D659C

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

Shades of Deluge #7D659C

Tints of Deluge #7D659C

Color information

#7D659C (or 0x7D659C) is unknown color: approx Deluge. HEX triplet: 7D, 65 and 9C. RGB value is (125,101,156). Sum of RGB (Red+Green+Blue) = 125+101+156=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 156 - color contains mainly: blue. Hex color #7D659C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D659C is #829A63. Grayscale: #727272. Windows color (decimal): -8559204 or 10249597. OLE color: 10249597.

HSL color Cylindrical-coordinate representation of color #7D659C: hue angle of 266.18º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7D659C is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB125101156-
CMYK0.200.3500.39
HSL266.18º21.74%50.39%-
HSV(B)266.18º35.26%61.18%-
XYZ19.1116.0733.55-
YUV114.45151.45135.53-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.72%
GREEN value IS 101 (39.84% from 255) = 26.44%
BLUE value IS 156 (61.33% from 255) = 40.84%
R=32.72%
G=26.44%
B=40.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1251011560.200.3500.39266.1821.7450.39
Hex7D659C142302710a1632
Octal17514523424430474122662
Binary111110111001011001110010100100011010011110000101010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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