#7D7294

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

Shades of Deluge #7D7294

Tints of Deluge #7D7294

Color information

#7D7294 (or 0x7D7294) is unknown color: approx Deluge. HEX triplet: 7D, 72 and 94. RGB value is (125,114,148). Sum of RGB (Red+Green+Blue) = 125+114+148=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 148 - color contains mainly: blue. Hex color #7D7294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7294 is #828D6B. Grayscale: #797979. Windows color (decimal): -8555884 or 9728637. OLE color: 9728637.

HSL color Cylindrical-coordinate representation of color #7D7294: hue angle of 259.41º 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 #7D7294 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB125114148-
CMYK0.160.2300.42
HSL259.41º13.71%51.37%-
HSV(B)259.41º22.97%58.04%-
XYZ19.8218.5330.55-
YUV121.16143.14130.74-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.30%
GREEN value IS 114 (44.92% from 255) = 29.46%
BLUE value IS 148 (58.20% from 255) = 38.24%
R=32.30%
G=29.46%
B=38.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1251141480.160.2300.42259.4113.7151.37
Hex7D7294101702A103e33
Octal17516222420270524031663
Binary1111101111001010010100100001011101010101000000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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