#786EAB

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

Shades of Scampi #786EAB

Tints of Scampi #786EAB

Color information

#786EAB (or 0x786EAB) is unknown color: approx Scampi. HEX triplet: 78, 6E and AB. RGB value is (120,110,171). Sum of RGB (Red+Green+Blue) = 120+110+171=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #786EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786EAB is #879154. Grayscale: #777777. Windows color (decimal): -8884565 or 11234936. OLE color: 11234936.

HSL color Cylindrical-coordinate representation of color #786EAB: hue angle of 249.84º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #786EAB is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB120110171-
CMYK0.300.3600.33
HSL249.84º26.64%55.1%-
HSV(B)249.84º35.67%67.06%-
XYZ20.6718.0940.93-
YUV119.94156.81128.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.93%
GREEN value IS 110 (43.36% from 255) = 27.43%
BLUE value IS 171 (67.19% from 255) = 42.64%
R=29.93%
G=27.43%
B=42.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201101710.300.3600.33249.8426.6455.1
Hex786EAB1E24021fa1b37
Octal17015625336440413723367
Binary11110001101110101010111111010010001000011111101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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