#78639E

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

Shades of Scampi #78639E

Tints of Scampi #78639E

Color information

#78639E (or 0x78639E) is unknown color: approx Scampi. HEX triplet: 78, 63 and 9E. RGB value is (120,99,158). Sum of RGB (Red+Green+Blue) = 120+99+158=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #78639E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78639E is #879C61. Grayscale: #6F6F6F. Windows color (decimal): -8887394 or 10380152. OLE color: 10380152.

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

Color convert

RGB12099158-
CMYK0.240.3700.38
HSL261.36º23.32%50.39%-
HSV(B)261.36º37.34%61.96%-
XYZ18.3815.3934.35-
YUV112153.96133.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.83%
GREEN value IS 99 (39.06% from 255) = 26.26%
BLUE value IS 158 (62.11% from 255) = 41.91%
R=31.83%
G=26.26%
B=41.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal120991580.240.3700.38261.3623.3250.39
Hex78639E18250261051732
Octal17014323630450464052762
Binary111100011000111001111011000100101010011010000010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78639E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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