#786DAB

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

Shades of Scampi #786DAB

Tints of Scampi #786DAB

Color information

#786DAB (or 0x786DAB) is unknown color: approx Scampi. HEX triplet: 78, 6D and AB. RGB value is (120,109,171). Sum of RGB (Red+Green+Blue) = 120+109+171=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #786DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786DAB is #879254. Grayscale: #777777. Windows color (decimal): -8884821 or 11234680. OLE color: 11234680.

HSL color Cylindrical-coordinate representation of color #786DAB: hue angle of 250.65º 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 #786DAB is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB120109171-
CMYK0.300.3600.33
HSL250.65º26.96%54.9%-
HSV(B)250.65º36.26%67.06%-
XYZ20.5717.8740.89-
YUV119.36157.14128.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30%
GREEN value IS 109 (42.97% from 255) = 27.25%
BLUE value IS 171 (67.19% from 255) = 42.75%
R=30%
G=27.25%
B=42.75%

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
Decimal1201091710.300.3600.33250.6526.9654.9
Hex786DAB1E24021fb1b37
Octal17015525336440413733367
Binary11110001101101101010111111010010001000011111101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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