#786FA3

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

Shades of Scampi #786FA3

Tints of Scampi #786FA3

Color information

#786FA3 (or 0x786FA3) is unknown color: approx Scampi. HEX triplet: 78, 6F and A3. RGB value is (120,111,163). Sum of RGB (Red+Green+Blue) = 120+111+163=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 163 (64.06% from 255 or 41.37% from 394); Max value from RGB is 163 - color contains mainly: blue. Hex color #786FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786FA3 is #87905C. Grayscale: #777777. Windows color (decimal): -8884317 or 10710904. OLE color: 10710904.

HSL color Cylindrical-coordinate representation of color #786FA3: hue angle of 250.38º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #786FA3 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB120111163-
CMYK0.260.3200.36
HSL250.38º22.03%53.73%-
HSV(B)250.38º31.9%63.92%-
XYZ20.0418.0137.07-
YUV119.62152.48128.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.46%
GREEN value IS 111 (43.75% from 255) = 28.17%
BLUE value IS 163 (64.06% from 255) = 41.37%
R=30.46%
G=28.17%
B=41.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1201111630.260.3200.36250.3822.0353.73
Hex786FA31A20024fa1636
Octal17015724332400443722666
Binary11110001101111101000111101010000001001001111101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,111,163); }

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

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

 a { background-color: rgb(120,111,163); }

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

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

 span { border-color: rgb(120,111,163); }

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