#78649F

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

Shades of Scampi #78649F

Tints of Scampi #78649F

Color information

#78649F (or 0x78649F) is unknown color: approx Scampi. HEX triplet: 78, 64 and 9F. RGB value is (120,100,159). Sum of RGB (Red+Green+Blue) = 120+100+159=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 159 - color contains mainly: blue. Hex color #78649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78649F is #879B60. Grayscale: #707070. Windows color (decimal): -8887137 or 10445944. OLE color: 10445944.

HSL color Cylindrical-coordinate representation of color #78649F: hue angle of 260.34º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78649F is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB120100159-
CMYK0.250.3700.38
HSL260.34º23.51%50.78%-
HSV(B)260.34º37.11%62.35%-
XYZ18.5615.6134.84-
YUV112.71154.13133.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.66%
GREEN value IS 100 (39.45% from 255) = 26.39%
BLUE value IS 159 (62.5% from 255) = 41.95%
R=31.66%
G=26.39%
B=41.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201001590.250.3700.38260.3423.5150.78
Hex78649F19250261041833
Octal17014423731450464043063
Binary111100011001001001111111001100101010011010000010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78649F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78649F; }

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

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

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

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

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

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

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

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