#78629E

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

Shades of Scampi #78629E

Tints of Scampi #78629E

Color information

#78629E (or 0x78629E) is unknown color: approx Scampi. HEX triplet: 78, 62 and 9E. RGB value is (120,98,158). Sum of RGB (Red+Green+Blue) = 120+98+158=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #78629E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78629E is #879D61. Grayscale: #6F6F6F. Windows color (decimal): -8887650 or 10379896. OLE color: 10379896.

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

Color convert

RGB12098158-
CMYK0.240.3800.38
HSL262º23.62%50.2%-
HSV(B)262º37.97%61.96%-
XYZ18.2815.234.32-
YUV111.42154.29134.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.91%
GREEN value IS 98 (38.67% from 255) = 26.06%
BLUE value IS 158 (62.11% from 255) = 42.02%
R=31.91%
G=26.06%
B=42.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal120981580.240.3800.3826223.6250.2
Hex78629E18260261061832
Octal17014223630460464063062
Binary111100011000101001111011000100110010011010000011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78629E; }

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

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

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

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

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

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

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

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