#787394

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

Shades of Scampi #787394

Tints of Scampi #787394

Color information

#787394 (or 0x787394) is unknown color: approx Scampi. HEX triplet: 78, 73 and 94. RGB value is (120,115,148). Sum of RGB (Red+Green+Blue) = 120+115+148=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 148 - color contains mainly: blue. Hex color #787394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787394 is #878C6B. Grayscale: #787878. Windows color (decimal): -8883308 or 9728888. OLE color: 9728888.

HSL color Cylindrical-coordinate representation of color #787394: hue angle of 249.09º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #787394 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB120115148-
CMYK0.190.2200.42
HSL249.09º13.36%51.57%-
HSV(B)249.09º22.3%58.04%-
XYZ19.2218.3930.55-
YUV120.26143.66127.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.33%
GREEN value IS 115 (45.31% from 255) = 30.03%
BLUE value IS 148 (58.20% from 255) = 38.64%
R=31.33%
G=30.03%
B=38.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201151480.190.2200.42249.0913.3651.57
Hex787394131602Af9d34
Octal17016322423260523711564
Binary111100011100111001010010011101100101010111110011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787394; }

 p { color: rgb(120,115,148); }

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

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

 a { background-color: rgb(120,115,148); }

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

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

 span { border-color: rgb(120,115,148); }

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