#786EAF

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

Shades of Deluge #786EAF

Tints of Deluge #786EAF

Color information

#786EAF (or 0x786EAF) is unknown color: approx Deluge. HEX triplet: 78, 6E and AF. RGB value is (120,110,175). Sum of RGB (Red+Green+Blue) = 120+110+175=405 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.63% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #786EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786EAF is #879150. Grayscale: #787878. Windows color (decimal): -8884561 or 11497080. OLE color: 11497080.

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

Color convert

RGB120110175-
CMYK0.310.3700.31
HSL249.23º28.89%55.88%-
HSV(B)249.23º37.14%68.63%-
XYZ21.0618.2442.97-
YUV120.4158.81127.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.63%
GREEN value IS 110 (43.36% from 255) = 27.16%
BLUE value IS 175 (68.75% from 255) = 43.21%
R=29.63%
G=27.16%
B=43.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201101750.310.3700.31249.2328.8955.88
Hex786EAF1F2501Ff91d38
Octal17015625737450373713570
Binary1111000110111010101111111111001010111111111100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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