#785EF0

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

Shades of Medium Slate Blue #785EF0

Tints of Medium Slate Blue #785EF0

Color information

#785EF0 (or 0x785EF0) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 5E and F0. RGB value is (120,94,240). Sum of RGB (Red+Green+Blue) = 120+94+240=454 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.43% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 240 (94.14% from 255 or 52.86% from 454); Max value from RGB is 240 - color contains mainly: blue. Hex color #785EF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785EF0 is #87A10F. Grayscale: #757575. Windows color (decimal): -8888592 or 15752824. OLE color: 15752824.

HSL color Cylindrical-coordinate representation of color #785EF0: hue angle of 250.68º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #785EF0 is Cyan = 0.5, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB12094240-
CMYK0.50.6100.06
HSL250.68º82.95%65.49%-
HSV(B)250.68º60.83%94.12%-
XYZ27.4818.2984.52-
YUV118.42196.61129.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.43%
GREEN value IS 94 (37.11% from 255) = 20.70%
BLUE value IS 240 (94.14% from 255) = 52.86%
R=26.43%
G=20.70%
B=52.86%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal120942400.50.6100.06250.6882.9565.49
Hex785EF0323D06fb5341
Octal170136360627506373123101
Binary111100010111101111000011001011110101101111101110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785EF0; }

 p { color: rgb(120,94,240); }

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

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

 a { background-color: rgb(120,94,240); }

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

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

 span { border-color: rgb(120,94,240); }

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