#786DAE

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

Shades of Scampi #786DAE

Tints of Scampi #786DAE

Color information

#786DAE (or 0x786DAE) is unknown color: approx Scampi. HEX triplet: 78, 6D and AE. RGB value is (120,109,174). Sum of RGB (Red+Green+Blue) = 120+109+174=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 174 - color contains mainly: blue. Hex color #786DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786DAE is #879251. Grayscale: #777777. Windows color (decimal): -8884818 or 11431288. OLE color: 11431288.

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

Color convert

RGB120109174-
CMYK0.310.3700.32
HSL250.15º28.63%55.49%-
HSV(B)250.15º37.36%68.24%-
XYZ20.8517.9942.42-
YUV119.7158.64128.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.78%
GREEN value IS 109 (42.97% from 255) = 27.05%
BLUE value IS 174 (68.36% from 255) = 43.18%
R=29.78%
G=27.05%
B=43.18%

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
Decimal1201091740.310.3700.32250.1528.6355.49
Hex786DAE1F25020fa1d37
Octal17015525637450403723567
Binary11110001101101101011101111110010101000001111101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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