Html Css Color HEX #785EDC Medium Slate Blue

📋 copy color: '#785EDC'

red 120 ◦ green 94 ◦ blue 220

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

Shades of Medium Slate Blue #785EDC

Tints of Medium Slate Blue #785EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.69%

R = 27.65%
G = 21.66%
B = 50.69%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#785EDC (or 0x785EDC) is known color: Medium Slate Blue. HEX triplet: 78, 5E and DC. RGB value is (120,94,220). Sum of RGB (Red+Green+Blue) = 120+94+220=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #785EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785EDC is #87A123. Grayscale: #737373. Windows color (decimal): -8888612 or 14442104. OLE color: 14442104.

HSL color Cylindrical-coordinate representation of color #785EDC: hue angle of 252.38º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #785EDC is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 94 220 -
CMYK 0.45 0.57 0 0.14
HSL 252.38º 0.64% 0.62% -
HSV(B) 252.38º 0.57% 0.86% -
XYZ 24.67 17.17 69.72 -
YUV 116.14 186.61 130.75 -
System Red Green Blue C M Y K H S L
Decimal 120 94 220 0.45 0.57 0 0.14 252.38 0.64 0.62
Hex 78 5E DC 2D 39 0 E FC 40 3E
Octal 170 136 334 55 71 0 16 374 100 76
Binary 1111000 1011110 11011100 101101 111001 0 1110 11111100 1000000 111110

Color Harmonies of #785EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785EDC

Black with #785EDC

Text Example


Text Example

White with #785EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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