Html Css Color HEX #785EFF Medium Slate Blue

📋 copy color: '#785EFF'

red 120 ◦ green 94 ◦ blue 255

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

Shades of Medium Slate Blue #785EFF

Tints of Medium Slate Blue #785EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.37%

R = 25.59%
G = 20.04%
B = 54.37%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#785EFF (or 0x785EFF) is known color: Medium Slate Blue. HEX triplet: 78, 5E and FF. RGB value is (120,94,255). Sum of RGB (Red+Green+Blue) = 120+94+255=469 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.59% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #785EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785EFF is #87A100. Grayscale: #777777. Windows color (decimal): -8888577 or 16735864. OLE color: 16735864.

HSL color Cylindrical-coordinate representation of color #785EFF: hue angle of 249.69º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #785EFF is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 120 94 255 -
CMYK 0.53 0.63 0 0
HSL 249.69º 1% 0.68% -
HSV(B) 249.69º 0.63% 1% -
XYZ 29.8 19.22 96.75 -
YUV 120.13 204.11 127.91 -
System Red Green Blue C M Y K H S L
Decimal 120 94 255 0.53 0.63 0 0 249.69 1 0.68
Hex 78 5E FF 35 3F 0 0 FA 64 44
Octal 170 136 377 65 77 0 0 372 144 104
Binary 1111000 1011110 11111111 110101 111111 0 0 11111010 1100100 1000100

Color Harmonies of #785EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785EFF

Black with #785EFF

Text Example


Text Example

White with #785EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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