#786894

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

Shades of Scampi #786894

Tints of Scampi #786894

Color information

#786894 (or 0x786894) is unknown color: approx Scampi. HEX triplet: 78, 68 and 94. RGB value is (120,104,148). Sum of RGB (Red+Green+Blue) = 120+104+148=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 148 - color contains mainly: blue. Hex color #786894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786894 is #87976B. Grayscale: #717171. Windows color (decimal): -8886124 or 9726072. OLE color: 9726072.

HSL color Cylindrical-coordinate representation of color #786894: hue angle of 261.82º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #786894 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB120104148-
CMYK0.190.3000.42
HSL261.82º17.46%49.41%-
HSV(B)261.82º29.73%58.04%-
XYZ18.0416.0330.16-
YUV113.8147.3132.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.26%
GREEN value IS 104 (41.02% from 255) = 27.96%
BLUE value IS 148 (58.20% from 255) = 39.78%
R=32.26%
G=27.96%
B=39.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201041480.190.3000.42261.8217.4649.41
Hex786894131E02A1061131
Octal17015022423360524062161
Binary11110001101000100101001001111110010101010000011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786894; }

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

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

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

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

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

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

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

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