#785BE5

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

Shades of Medium Slate Blue #785BE5

Tints of Medium Slate Blue #785BE5

Color information

#785BE5 (or 0x785BE5) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 5B and E5. RGB value is (120,91,229). Sum of RGB (Red+Green+Blue) = 120+91+229=440 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.27% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 229 (89.84% from 255 or 52.05% from 440); Max value from RGB is 229 - color contains mainly: blue. Hex color #785BE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785BE5 is #87A41A. Grayscale: #727272. Windows color (decimal): -8889371 or 15031160. OLE color: 15031160.

HSL color Cylindrical-coordinate representation of color #785BE5: hue angle of 252.61º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #785BE5 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB12091229-
CMYK0.480.6000.10
HSL252.61º72.63%62.75%-
HSV(B)252.61º60.26%89.8%-
XYZ25.6317.1376.08-
YUV115.4192.11131.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.27%
GREEN value IS 91 (35.94% from 255) = 20.68%
BLUE value IS 229 (89.84% from 255) = 52.05%
R=27.27%
G=20.68%
B=52.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal120912290.480.6000.10252.6172.6362.75
Hex785BE5303C0Afd493f
Octal170133345607401237511177
Binary111100010110111110010111000011110001010111111011001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,91,229); }

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

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

 a { background-color: rgb(120,91,229); }

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

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

 span { border-color: rgb(120,91,229); }

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