#785BE1

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

Shades of Medium Slate Blue #785BE1

Tints of Medium Slate Blue #785BE1

Color information

#785BE1 (or 0x785BE1) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 5B and E1. RGB value is (120,91,225). Sum of RGB (Red+Green+Blue) = 120+91+225=436 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.52% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 225 (88.28% from 255 or 51.61% from 436); Max value from RGB is 225 - color contains mainly: blue. Hex color #785BE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785BE1 is #87A41E. Grayscale: #727272. Windows color (decimal): -8889375 or 14769016. OLE color: 14769016.

HSL color Cylindrical-coordinate representation of color #785BE1: hue angle of 252.99º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #785BE1 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12091225-
CMYK0.470.6000.12
HSL252.99º69.07%61.96%-
HSV(B)252.99º59.56%88.24%-
XYZ25.0816.9173.18-
YUV114.95190.11131.6-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.52%
GREEN value IS 91 (35.94% from 255) = 20.87%
BLUE value IS 225 (88.28% from 255) = 51.61%
R=27.52%
G=20.87%
B=51.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal120912250.470.6000.12252.9969.0761.96
Hex785BE12F3C0Cfd453e
Octal170133341577401437510576
Binary111100010110111110000110111111110001100111111011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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