#7D7494

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

Shades of Deluge #7D7494

Tints of Deluge #7D7494

Color information

#7D7494 (or 0x7D7494) is unknown color: approx Deluge. HEX triplet: 7D, 74 and 94. RGB value is (125,116,148). Sum of RGB (Red+Green+Blue) = 125+116+148=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 148 - color contains mainly: blue. Hex color #7D7494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7494 is #828B6B. Grayscale: #7A7A7A. Windows color (decimal): -8555372 or 9729149. OLE color: 9729149.

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

Color convert

RGB125116148-
CMYK0.160.2200.42
HSL256.88º13.01%51.76%-
HSV(B)256.88º21.62%58.04%-
XYZ20.0518.9930.63-
YUV122.34142.48129.9-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.13%
GREEN value IS 116 (45.70% from 255) = 29.82%
BLUE value IS 148 (58.20% from 255) = 38.05%
R=32.13%
G=29.82%
B=38.05%

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
Decimal1251161480.160.2200.42256.8813.0151.76
Hex7D7494101602A101d34
Octal17516422420260524011564
Binary1111101111010010010100100001011001010101000000011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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