#785DE3

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

Shades of Medium Slate Blue #785DE3

Tints of Medium Slate Blue #785DE3

Color information

#785DE3 (or 0x785DE3) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 5D and E3. RGB value is (120,93,227). Sum of RGB (Red+Green+Blue) = 120+93+227=440 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.27% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 227 (89.06% from 255 or 51.59% from 440); Max value from RGB is 227 - color contains mainly: blue. Hex color #785DE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785DE3 is #87A21C. Grayscale: #737373. Windows color (decimal): -8888861 or 14900600. OLE color: 14900600.

HSL color Cylindrical-coordinate representation of color #785DE3: hue angle of 252.09º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #785DE3 is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB12093227-
CMYK0.470.5900.11
HSL252.09º70.53%62.75%-
HSV(B)252.09º59.03%89.02%-
XYZ25.5317.3774.68-
YUV116.35190.45130.6-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.27%
GREEN value IS 93 (36.72% from 255) = 21.14%
BLUE value IS 227 (89.06% from 255) = 51.59%
R=27.27%
G=21.14%
B=51.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal120932270.470.5900.11252.0970.5362.75
Hex785DE32F3B0Bfc473f
Octal170135343577301337410777
Binary111100010111011110001110111111101101011111111001000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,93,227); }

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

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

 a { background-color: rgb(120,93,227); }

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

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

 span { border-color: rgb(120,93,227); }

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