#7D7394

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

Shades of Deluge #7D7394

Tints of Deluge #7D7394

Color information

#7D7394 (or 0x7D7394) is unknown color: approx Deluge. HEX triplet: 7D, 73 and 94. RGB value is (125,115,148). Sum of RGB (Red+Green+Blue) = 125+115+148=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 148 (58.20% from 255 or 38.14% from 388); Max value from RGB is 148 - color contains mainly: blue. Hex color #7D7394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7394 is #828C6B. Grayscale: #797979. Windows color (decimal): -8555628 or 9728893. OLE color: 9728893.

HSL color Cylindrical-coordinate representation of color #7D7394: hue angle of 258.18º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D7394 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB125115148-
CMYK0.160.2200.42
HSL258.18º13.36%51.57%-
HSV(B)258.18º22.3%58.04%-
XYZ19.9318.7630.59-
YUV121.75142.81130.32-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.22%
GREEN value IS 115 (45.31% from 255) = 29.64%
BLUE value IS 148 (58.20% from 255) = 38.14%
R=32.22%
G=29.64%
B=38.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1251151480.160.2200.42258.1813.3651.57
Hex7D7394101602A102d34
Octal17516322420260524021564
Binary1111101111001110010100100001011001010101000000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,115,148); }

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

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

 a { background-color: rgb(125,115,148); }

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

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

 span { border-color: rgb(125,115,148); }

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