Html Css Color HEX #785DED Medium Slate Blue

📋 copy color: '#785DED'

red 120 ◦ green 93 ◦ blue 237

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

Shades of Medium Slate Blue #785DED

Tints of Medium Slate Blue #785DED

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.67%

 BLUE value IS 237 (92.97% from 255) = 52.67%

R = 26.67%
G = 20.67%
B = 52.67%

CMYK

 C value IS 0.49

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#785DED (or 0x785DED) is known color: Medium Slate Blue. HEX triplet: 78, 5D and ED. RGB value is (120,93,237). Sum of RGB (Red+Green+Blue) = 120+93+237=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #785DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785DED is #87A212. Grayscale: #747474. Windows color (decimal): -8888851 or 15555960. OLE color: 15555960.

HSL color Cylindrical-coordinate representation of color #785DED: hue angle of 251.25º degrees, saturation: 0.8, 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 #785DED is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 120 93 237 -
CMYK 0.49 0.61 0 0.07
HSL 251.25º 0.8% 0.65% -
HSV(B) 251.25º 0.61% 0.93% -
XYZ 26.95 17.94 82.16 -
YUV 117.49 195.45 129.79 -
System Red Green Blue C M Y K H S L
Decimal 120 93 237 0.49 0.61 0 0.07 251.25 0.8 0.65
Hex 78 5D ED 31 3D 0 7 FB 50 41
Octal 170 135 355 61 75 0 7 373 120 101
Binary 1111000 1011101 11101101 110001 111101 0 111 11111011 1010000 1000001

Color Harmonies of #785DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785DED

Black with #785DED

Text Example


Text Example

White with #785DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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