#7D7296

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

Shades of Deluge #7D7296

Tints of Deluge #7D7296

Color information

#7D7296 (or 0x7D7296) is unknown color: approx Deluge. HEX triplet: 7D, 72 and 96. RGB value is (125,114,150). Sum of RGB (Red+Green+Blue) = 125+114+150=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 150 - color contains mainly: blue. Hex color #7D7296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7296 is #828D69. Grayscale: #797979. Windows color (decimal): -8555882 or 9859709. OLE color: 9859709.

HSL color Cylindrical-coordinate representation of color #7D7296: hue angle of 258.33º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7D7296 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB125114150-
CMYK0.170.2400.41
HSL258.33º14.63%51.76%-
HSV(B)258.33º24%58.82%-
XYZ19.9818.631.39-
YUV121.39144.14130.57-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.13%
GREEN value IS 114 (44.92% from 255) = 29.31%
BLUE value IS 150 (58.98% from 255) = 38.56%
R=32.13%
G=29.31%
B=38.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1251141500.170.2400.41258.3314.6351.76
Hex7D72961118029102f34
Octal17516222621300514021764
Binary1111101111001010010110100011100001010011000000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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