#786B9E

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

Shades of Scampi #786B9E

Tints of Scampi #786B9E

Color information

#786B9E (or 0x786B9E) is unknown color: approx Scampi. HEX triplet: 78, 6B and 9E. RGB value is (120,107,158). Sum of RGB (Red+Green+Blue) = 120+107+158=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 158 - color contains mainly: blue. Hex color #786B9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786B9E is #879461. Grayscale: #747474. Windows color (decimal): -8885346 or 10382200. OLE color: 10382200.

HSL color Cylindrical-coordinate representation of color #786B9E: hue angle of 255.29º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #786B9E is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB120107158-
CMYK0.240.3200.38
HSL255.29º20.82%51.96%-
HSV(B)255.29º32.28%61.96%-
XYZ19.1716.9834.61-
YUV116.7151.31130.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.17%
GREEN value IS 107 (42.19% from 255) = 27.79%
BLUE value IS 158 (62.11% from 255) = 41.04%
R=31.17%
G=27.79%
B=41.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201071580.240.3200.38255.2920.8251.96
Hex786B9E1820026ff1534
Octal17015323630400463772564
Binary11110001101011100111101100010000001001101111111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,107,158); }

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

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

 a { background-color: rgb(120,107,158); }

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

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

 span { border-color: rgb(120,107,158); }

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