#78629B

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

Shades of Scampi #78629B

Tints of Scampi #78629B

Color information

#78629B (or 0x78629B) is unknown color: approx Scampi. HEX triplet: 78, 62 and 9B. RGB value is (120,98,155). Sum of RGB (Red+Green+Blue) = 120+98+155=373 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.17% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 155 - color contains mainly: blue. Hex color #78629B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78629B is #879D64. Grayscale: #6E6E6E. Windows color (decimal): -8887653 or 10183288. OLE color: 10183288.

HSL color Cylindrical-coordinate representation of color #78629B: hue angle of 263.16º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78629B is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12098155-
CMYK0.230.3700.39
HSL263.16º22.53%49.61%-
HSV(B)263.16º36.77%60.78%-
XYZ18.0315.0932.97-
YUV111.08152.79134.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.17%
GREEN value IS 98 (38.67% from 255) = 26.27%
BLUE value IS 155 (60.94% from 255) = 41.55%
R=32.17%
G=26.27%
B=41.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal120981550.230.3700.39263.1622.5349.61
Hex78629B17250271071732
Octal17014223327450474072762
Binary111100011000101001101110111100101010011110000011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78629B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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