#7D6895

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

Shades of Deluge #7D6895

Tints of Deluge #7D6895

Color information

#7D6895 (or 0x7D6895) is unknown color: approx Deluge. HEX triplet: 7D, 68 and 95. RGB value is (125,104,149). Sum of RGB (Red+Green+Blue) = 125+104+149=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 149 - color contains mainly: blue. Hex color #7D6895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6895 is #82976A. Grayscale: #737373. Windows color (decimal): -8558443 or 9791613. OLE color: 9791613.

HSL color Cylindrical-coordinate representation of color #7D6895: hue angle of 268º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D6895 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB125104149-
CMYK0.160.3000.42
HSL268º17.79%49.61%-
HSV(B)268º30.2%58.43%-
XYZ18.8316.4330.61-
YUV115.41146.96134.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.07%
GREEN value IS 104 (41.02% from 255) = 27.51%
BLUE value IS 149 (58.59% from 255) = 39.42%
R=33.07%
G=27.51%
B=39.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1251041490.160.3000.4226817.7949.61
Hex7D6895101E02A10c1232
Octal17515022520360524142262
Binary11111011101000100101011000011110010101010000110010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,104,149); }

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

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

 a { background-color: rgb(125,104,149); }

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

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

 span { border-color: rgb(125,104,149); }

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