#7D789D

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

Shades of Deluge #7D789D

Tints of Deluge #7D789D

Color information

#7D789D (or 0x7D789D) is unknown color: approx Deluge. HEX triplet: 7D, 78 and 9D. RGB value is (125,120,157). Sum of RGB (Red+Green+Blue) = 125+120+157=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D789D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D789D is #828762. Grayscale: #7D7D7D. Windows color (decimal): -8554339 or 10319997. OLE color: 10319997.

HSL color Cylindrical-coordinate representation of color #7D789D: hue angle of 248.11º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7D789D is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB125120157-
CMYK0.200.2400.38
HSL248.11º15.88%54.31%-
HSV(B)248.11º23.57%61.57%-
XYZ21.2620.2334.68-
YUV125.71145.66127.49-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.09%
GREEN value IS 120 (47.27% from 255) = 29.85%
BLUE value IS 157 (61.72% from 255) = 39.05%
R=31.09%
G=29.85%
B=39.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1251201570.200.2400.38248.1115.8854.31
Hex7D789D1418026f81036
Octal17517023524300463702066
Binary1111101111100010011101101001100001001101111100010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D789D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,120,157); }

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

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

 a { background-color: rgb(125,120,157); }

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

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

 span { border-color: rgb(125,120,157); }

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