#785ADF

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

Shades of Medium Slate Blue #785ADF

Tints of Medium Slate Blue #785ADF

Color information

#785ADF (or 0x785ADF) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 5A and DF. RGB value is (120,90,223). Sum of RGB (Red+Green+Blue) = 120+90+223=433 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.71% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #785ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785ADF is #87A520. Grayscale: #717171. Windows color (decimal): -8889633 or 14637688. OLE color: 14637688.

HSL color Cylindrical-coordinate representation of color #785ADF: hue angle of 253.53º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #785ADF is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12090223-
CMYK0.460.6000.13
HSL253.53º67.51%61.37%-
HSV(B)253.53º59.64%87.45%-
XYZ24.7216.6371.72-
YUV114.13189.44132.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.71%
GREEN value IS 90 (35.55% from 255) = 20.79%
BLUE value IS 223 (87.5% from 255) = 51.50%
R=27.71%
G=20.79%
B=51.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal120902230.460.6000.13253.5367.5161.37
Hex785ADF2E3C0Dfe443d
Octal170132337567401537610475
Binary111100010110101101111110111011110001101111111101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,90,223); }

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

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

 a { background-color: rgb(120,90,223); }

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

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

 span { border-color: rgb(120,90,223); }

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