#786D9A

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

Shades of Scampi #786D9A

Tints of Scampi #786D9A

Color information

#786D9A (or 0x786D9A) is unknown color: approx Scampi. HEX triplet: 78, 6D and 9A. RGB value is (120,109,154). Sum of RGB (Red+Green+Blue) = 120+109+154=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 154 - color contains mainly: blue. Hex color #786D9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786D9A is #879265. Grayscale: #757575. Windows color (decimal): -8884838 or 10120568. OLE color: 10120568.

HSL color Cylindrical-coordinate representation of color #786D9A: hue angle of 254.67º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #786D9A is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB120109154-
CMYK0.220.2900.40
HSL254.67º18.22%51.57%-
HSV(B)254.67º29.22%60.39%-
XYZ19.0517.2632.9-
YUV117.42148.64129.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.33%
GREEN value IS 109 (42.97% from 255) = 28.46%
BLUE value IS 154 (60.55% from 255) = 40.21%
R=31.33%
G=28.46%
B=40.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1201091540.220.2900.40254.6718.2251.57
Hex786D9A161D028ff1234
Octal17015523226350503772264
Binary1111000110110110011010101101110101010001111111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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