#786497

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

Shades of Scampi #786497

Tints of Scampi #786497

Color information

#786497 (or 0x786497) is unknown color: approx Scampi. HEX triplet: 78, 64 and 97. RGB value is (120,100,151). Sum of RGB (Red+Green+Blue) = 120+100+151=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 151 - color contains mainly: blue. Hex color #786497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786497 is #879B68. Grayscale: #6F6F6F. Windows color (decimal): -8887145 or 9921656. OLE color: 9921656.

HSL color Cylindrical-coordinate representation of color #786497: hue angle of 263.53º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #786497 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB120100151-
CMYK0.210.3400.41
HSL263.53º20.32%49.22%-
HSV(B)263.53º33.77%59.22%-
XYZ17.8915.3431.3-
YUV111.79150.13133.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.35%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 151 (59.38% from 255) = 40.70%
R=32.35%
G=26.95%
B=40.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1201001510.210.3400.41263.5320.3249.22
Hex78649715220291081431
Octal17014422725420514102461
Binary111100011001001001011110101100010010100110000100010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786497; }

 p { color: rgb(120,100,151); }

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

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

 a { background-color: rgb(120,100,151); }

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

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

 span { border-color: rgb(120,100,151); }

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