#786D91

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

Shades of Deluge #786D91

Tints of Deluge #786D91

Color information

#786D91 (or 0x786D91) is unknown color: approx Deluge. HEX triplet: 78, 6D and 91. RGB value is (120,109,145). Sum of RGB (Red+Green+Blue) = 120+109+145=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 145 - color contains mainly: blue. Hex color #786D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786D91 is #87926E. Grayscale: #747474. Windows color (decimal): -8884847 or 9530744. OLE color: 9530744.

HSL color Cylindrical-coordinate representation of color #786D91: hue angle of 258.33º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #786D91 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB120109145-
CMYK0.170.2500.43
HSL258.33º14.17%49.8%-
HSV(B)258.33º24.83%56.86%-
XYZ18.3316.9729.1-
YUV116.39144.14130.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.09%
GREEN value IS 109 (42.97% from 255) = 29.14%
BLUE value IS 145 (57.03% from 255) = 38.77%
R=32.09%
G=29.14%
B=38.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1201091450.170.2500.43258.3314.1749.8
Hex786D91111902B102e32
Octal17015522121310534021662
Binary1111000110110110010001100011100101010111000000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786D91; }

 p { color: rgb(120,109,145); }

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

<style>
 a { background-color: #786D91; }

 a { background-color: rgb(120,109,145); }

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

<style>
 span { border-color: #786D91; }

 span { border-color: rgb(120,109,145); }

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