Html Css Color HEX #785EEB Medium Slate Blue

📋 copy color: '#785EEB'

red 120 ◦ green 94 ◦ blue 235

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

Shades of Medium Slate Blue #785EEB

Tints of Medium Slate Blue #785EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.34%

R = 26.73%
G = 20.94%
B = 52.34%

CMYK

 C value IS 0.49

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#785EEB (or 0x785EEB) is known color: Medium Slate Blue. HEX triplet: 78, 5E and EB. RGB value is (120,94,235). Sum of RGB (Red+Green+Blue) = 120+94+235=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #785EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785EEB is #87A114. Grayscale: #757575. Windows color (decimal): -8888597 or 15425144. OLE color: 15425144.

HSL color Cylindrical-coordinate representation of color #785EEB: hue angle of 251.06º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #785EEB is Cyan = 0.49, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 120 94 235 -
CMYK 0.49 0.6 0 0.08
HSL 251.06º 0.78% 0.65% -
HSV(B) 251.06º 0.6% 0.92% -
XYZ 26.74 18 80.66 -
YUV 117.85 194.11 129.54 -
System Red Green Blue C M Y K H S L
Decimal 120 94 235 0.49 0.6 0 0.08 251.06 0.78 0.65
Hex 78 5E EB 31 3C 0 8 FB 4E 41
Octal 170 136 353 61 74 0 10 373 116 101
Binary 1111000 1011110 11101011 110001 111100 0 1000 11111011 1001110 1000001

Color Harmonies of #785EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785EEB

Black with #785EEB

Text Example


Text Example

White with #785EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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