#7D7193

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

Shades of Deluge #7D7193

Tints of Deluge #7D7193

Color information

#7D7193 (or 0x7D7193) is unknown color: approx Deluge. HEX triplet: 7D, 71 and 93. RGB value is (125,113,147). Sum of RGB (Red+Green+Blue) = 125+113+147=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 147 - color contains mainly: blue. Hex color #7D7193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7193 is #828E6C. Grayscale: #787878. Windows color (decimal): -8556141 or 9662845. OLE color: 9662845.

HSL color Cylindrical-coordinate representation of color #7D7193: hue angle of 261.18º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7D7193 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB125113147-
CMYK0.150.2300.42
HSL261.18º13.6%50.98%-
HSV(B)261.18º23.13%57.65%-
XYZ19.6318.2830.1-
YUV120.46142.98131.24-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.47%
GREEN value IS 113 (44.53% from 255) = 29.35%
BLUE value IS 147 (57.81% from 255) = 38.18%
R=32.47%
G=29.35%
B=38.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1251131470.150.2300.42261.1813.650.98
Hex7D7193F1702A105e33
Octal17516122317270524051663
Binary111110111100011001001111111011101010101000001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,113,147); }

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

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

 a { background-color: rgb(125,113,147); }

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

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

 span { border-color: rgb(125,113,147); }

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