#786EE1

Color #786EE1 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #786EE1

Tints of Medium Slate Blue #786EE1

Color information

#786EE1 (or 0x786EE1) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 6E and E1. RGB value is (120,110,225). Sum of RGB (Red+Green+Blue) = 120+110+225=455 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.37% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 225 (88.28% from 255 or 49.45% from 455); Max value from RGB is 225 - color contains mainly: blue. Hex color #786EE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786EE1 is #87911E. Grayscale: #7D7D7D. Windows color (decimal): -8884511 or 14773880. OLE color: 14773880.

HSL color Cylindrical-coordinate representation of color #786EE1: hue angle of 245.22º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #786EE1 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB120110225-
CMYK0.470.5100.12
HSL245.22º65.71%65.69%-
HSV(B)245.22º51.11%88.24%-
XYZ26.9120.5873.79-
YUV126.1183.81123.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.37%
GREEN value IS 110 (43.36% from 255) = 24.18%
BLUE value IS 225 (88.28% from 255) = 49.45%
R=26.37%
G=24.18%
B=49.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1201102250.470.5100.12245.2265.7165.69
Hex786EE12F330Cf54242
Octal1701563415763014365102102
Binary1111000110111011100001101111110011011001111010110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786EE1; }

 p { color: rgb(120,110,225); }

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

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

 a { background-color: rgb(120,110,225); }

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

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

 span { border-color: rgb(120,110,225); }

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