#786EAE

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

Shades of Deluge #786EAE

Tints of Deluge #786EAE

Color information

#786EAE (or 0x786EAE) is unknown color: approx Deluge. HEX triplet: 78, 6E and AE. RGB value is (120,110,174). Sum of RGB (Red+Green+Blue) = 120+110+174=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #786EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786EAE is #879151. Grayscale: #787878. Windows color (decimal): -8884562 or 11431544. OLE color: 11431544.

HSL color Cylindrical-coordinate representation of color #786EAE: hue angle of 249.38º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #786EAE is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB120110174-
CMYK0.310.3700.32
HSL249.38º28.32%55.69%-
HSV(B)249.38º36.78%68.24%-
XYZ20.9618.242.45-
YUV120.29158.31127.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.70%
GREEN value IS 110 (43.36% from 255) = 27.23%
BLUE value IS 174 (68.36% from 255) = 43.07%
R=29.70%
G=27.23%
B=43.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201101740.310.3700.32249.3828.3255.69
Hex786EAE1F25020f91c38
Octal17015625637450403713470
Binary11110001101110101011101111110010101000001111100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,110,174); }

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

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

 a { background-color: rgb(120,110,174); }

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

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

 span { border-color: rgb(120,110,174); }

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