#7D729D

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

Shades of Deluge #7D729D

Tints of Deluge #7D729D

Color information

#7D729D (or 0x7D729D) is unknown color: approx Deluge. HEX triplet: 7D, 72 and 9D. RGB value is (125,114,157). Sum of RGB (Red+Green+Blue) = 125+114+157=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D729D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D729D is #828D62. Grayscale: #7A7A7A. Windows color (decimal): -8555875 or 10318461. OLE color: 10318461.

HSL color Cylindrical-coordinate representation of color #7D729D: hue angle of 255.35º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7D729D is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB125114157-
CMYK0.200.2700.38
HSL255.35º17.99%53.14%-
HSV(B)255.35º27.39%61.57%-
XYZ20.5618.8334.45-
YUV122.19147.64130-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.57%
GREEN value IS 114 (44.92% from 255) = 28.79%
BLUE value IS 157 (61.72% from 255) = 39.65%
R=31.57%
G=28.79%
B=39.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1251141570.200.2700.38255.3517.9953.14
Hex7D729D141B026ff1235
Octal17516223524330463772265
Binary1111101111001010011101101001101101001101111111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,114,157); }

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

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

 a { background-color: rgb(125,114,157); }

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

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

 span { border-color: rgb(125,114,157); }

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