Html Css Color HEX #785EDE Medium Slate Blue

📋 copy color: '#785EDE'

red 120 ◦ green 94 ◦ blue 222

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

Shades of Medium Slate Blue #785EDE

Tints of Medium Slate Blue #785EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.92%

R = 27.52%
G = 21.56%
B = 50.92%

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

#785EDE (or 0x785EDE) is known color: Medium Slate Blue. HEX triplet: 78, 5E and DE. RGB value is (120,94,222). Sum of RGB (Red+Green+Blue) = 120+94+222=436 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.52% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #785EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785EDE is #87A121. Grayscale: #737373. Windows color (decimal): -8888610 or 14573176. OLE color: 14573176.

HSL color Cylindrical-coordinate representation of color #785EDE: hue angle of 252.19º degrees, saturation: 0.66, 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 #785EDE is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 94 222 -
CMYK 0.46 0.58 0 0.13
HSL 252.19º 0.66% 0.62% -
HSV(B) 252.19º 0.58% 0.87% -
XYZ 24.93 17.27 71.13 -
YUV 116.37 187.61 130.59 -
System Red Green Blue C M Y K H S L
Decimal 120 94 222 0.46 0.58 0 0.13 252.19 0.66 0.62
Hex 78 5E DE 2E 3A 0 D FC 42 3E
Octal 170 136 336 56 72 0 15 374 102 76
Binary 1111000 1011110 11011110 101110 111010 0 1101 11111100 1000010 111110

Color Harmonies of #785EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785EDE

Black with #785EDE

Text Example


Text Example

White with #785EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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