#7D729F

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

Shades of Deluge #7D729F

Tints of Deluge #7D729F

Color information

#7D729F (or 0x7D729F) is unknown color: approx Deluge. HEX triplet: 7D, 72 and 9F. RGB value is (125,114,159). Sum of RGB (Red+Green+Blue) = 125+114+159=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 159 - color contains mainly: blue. Hex color #7D729F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D729F is #828D60. Grayscale: #7A7A7A. Windows color (decimal): -8555873 or 10449533. OLE color: 10449533.

HSL color Cylindrical-coordinate representation of color #7D729F: hue angle of 254.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7D729F is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB125114159-
CMYK0.210.2800.38
HSL254.67º18.99%53.53%-
HSV(B)254.67º28.3%62.35%-
XYZ20.7318.935.36-
YUV122.42148.64129.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.41%
GREEN value IS 114 (44.92% from 255) = 28.64%
BLUE value IS 159 (62.5% from 255) = 39.95%
R=31.41%
G=28.64%
B=39.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1251141590.210.2800.38254.6718.9953.53
Hex7D729F151C026ff1336
Octal17516223725340463772366
Binary1111101111001010011111101011110001001101111111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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