#785FE0

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

Shades of Medium Slate Blue #785FE0

Tints of Medium Slate Blue #785FE0

Color information

#785FE0 (or 0x785FE0) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 5F and E0. RGB value is (120,95,224). Sum of RGB (Red+Green+Blue) = 120+95+224=439 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.33% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 224 (87.89% from 255 or 51.03% from 439); Max value from RGB is 224 - color contains mainly: blue. Hex color #785FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785FE0 is #87A01F. Grayscale: #747474. Windows color (decimal): -8888352 or 14704504. OLE color: 14704504.

HSL color Cylindrical-coordinate representation of color #785FE0: hue angle of 251.63º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #785FE0 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12095224-
CMYK0.460.5800.12
HSL251.63º67.54%62.55%-
HSV(B)251.63º57.59%87.84%-
XYZ25.2917.5672.58-
YUV117.18188.28130.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.33%
GREEN value IS 95 (37.5% from 255) = 21.64%
BLUE value IS 224 (87.89% from 255) = 51.03%
R=27.33%
G=21.64%
B=51.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal120952240.460.5800.12251.6367.5462.55
Hex785FE02E3A0Cfc443f
Octal170137340567201437410477
Binary111100010111111110000010111011101001100111111001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,95,224); }

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

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

 a { background-color: rgb(120,95,224); }

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

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

 span { border-color: rgb(120,95,224); }

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