Html Css Color HEX #785DEE Medium Slate Blue

📋 copy color: '#785DEE'

red 120 ◦ green 93 ◦ blue 238

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

Shades of Medium Slate Blue #785DEE

Tints of Medium Slate Blue #785DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.77%

R = 26.61%
G = 20.62%
B = 52.77%

CMYK

 C value IS 0.50

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#785DEE (or 0x785DEE) is known color: Medium Slate Blue. HEX triplet: 78, 5D and EE. RGB value is (120,93,238). Sum of RGB (Red+Green+Blue) = 120+93+238=451 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.61% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #785DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785DEE is #87A211. Grayscale: #757575. Windows color (decimal): -8888850 or 15621496. OLE color: 15621496.

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

Color convert

RGB 120 93 238 -
CMYK 0.50 0.61 0 0.07
HSL 251.17º 0.81% 0.65% -
HSV(B) 251.17º 0.61% 0.93% -
XYZ 27.09 17.99 82.93 -
YUV 117.6 195.95 129.71 -
System Red Green Blue C M Y K H S L
Decimal 120 93 238 0.50 0.61 0 0.07 251.17 0.81 0.65
Hex 78 5D EE 32 3D 0 7 FB 51 41
Octal 170 135 356 62 75 0 7 373 121 101
Binary 1111000 1011101 11101110 110010 111101 0 111 11111011 1010001 1000001

Color Harmonies of #785DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785DEE

Black with #785DEE

Text Example


Text Example

White with #785DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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