#786495

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

Shades of Scampi #786495

Tints of Scampi #786495

Color information

#786495 (or 0x786495) is unknown color: approx Scampi. HEX triplet: 78, 64 and 95. RGB value is (120,100,149). Sum of RGB (Red+Green+Blue) = 120+100+149=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 149 - color contains mainly: blue. Hex color #786495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786495 is #879B6A. Grayscale: #6F6F6F. Windows color (decimal): -8887147 or 9790584. OLE color: 9790584.

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

Color convert

RGB120100149-
CMYK0.190.3300.42
HSL264.49º19.68%48.82%-
HSV(B)264.49º32.89%58.43%-
XYZ17.7315.2830.45-
YUV111.57149.13134.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.52%
GREEN value IS 100 (39.45% from 255) = 27.10%
BLUE value IS 149 (58.59% from 255) = 40.38%
R=32.52%
G=27.10%
B=40.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201001490.190.3300.42264.4919.6848.82
Hex786495132102A1081431
Octal17014422523410524102461
Binary111100011001001001010110011100001010101010000100010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786495; }

 p { color: rgb(120,100,149); }

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

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

 a { background-color: rgb(120,100,149); }

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

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

 span { border-color: rgb(120,100,149); }

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