#785DEC

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

Shades of Medium Slate Blue #785DEC

Tints of Medium Slate Blue #785DEC

Color information

#785DEC (or 0x785DEC) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 5D and EC. RGB value is (120,93,236). Sum of RGB (Red+Green+Blue) = 120+93+236=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #785DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785DEC is #87A213. Grayscale: #747474. Windows color (decimal): -8888852 or 15490424. OLE color: 15490424.

HSL color Cylindrical-coordinate representation of color #785DEC: hue angle of 251.33º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #785DEC is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12093236-
CMYK0.490.6100.07
HSL251.33º79.01%64.51%-
HSV(B)251.33º60.59%92.55%-
XYZ26.817.8881.4-
YUV117.37194.95129.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.73%
GREEN value IS 93 (36.72% from 255) = 20.71%
BLUE value IS 236 (92.58% from 255) = 52.56%
R=26.73%
G=20.71%
B=52.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal120932360.490.6100.07251.3379.0164.51
Hex785DEC313D07fb4f41
Octal170135354617507373117101
Binary111100010111011110110011000111110101111111101110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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