Html Css Color HEX #785EDF Medium Slate Blue

📋 copy color: '#785EDF'

red 120 ◦ green 94 ◦ blue 223

#785EDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #785EDF

Tints of Medium Slate Blue #785EDF

RGB

 RED value IS 120 (47.27% from 255) = 27.46%

 GREEN value IS 94 (37.11% from 255) = 21.51%

 BLUE value IS 223 (87.5% from 255) = 51.03%

R = 27.46%
G = 21.51%
B = 51.03%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#785EDF (or 0x785EDF) is known color: Medium Slate Blue. HEX triplet: 78, 5E and DF. RGB value is (120,94,223). Sum of RGB (Red+Green+Blue) = 120+94+223=437 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.46% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #785EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785EDF is #87A120. Grayscale: #737373. Windows color (decimal): -8888609 or 14638712. OLE color: 14638712.

HSL color Cylindrical-coordinate representation of color #785EDF: hue angle of 252.09º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #785EDF is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 94 223 -
CMYK 0.46 0.58 0 0.13
HSL 252.09º 0.67% 0.62% -
HSV(B) 252.09º 0.58% 0.87% -
XYZ 25.07 17.33 71.84 -
YUV 116.48 188.11 130.51 -
System Red Green Blue C M Y K H S L
Decimal 120 94 223 0.46 0.58 0 0.13 252.09 0.67 0.62
Hex 78 5E DF 2E 3A 0 D FC 43 3E
Octal 170 136 337 56 72 0 15 374 103 76
Binary 1111000 1011110 11011111 101110 111010 0 1101 11111100 1000011 111110

Color Harmonies of #785EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785EDF

Black with #785EDF

Text Example


Text Example

White with #785EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #785EDF;
 }
 .AnyTagClassName
 {
   color: #785EDF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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