Html Css Color HEX #785EFE Medium Slate Blue

📋 copy color: '#785EFE'

red 120 ◦ green 94 ◦ blue 254

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

Shades of Medium Slate Blue #785EFE

Tints of Medium Slate Blue #785EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.27%

R = 25.64%
G = 20.09%
B = 54.27%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#785EFE (or 0x785EFE) is known color: Medium Slate Blue. HEX triplet: 78, 5E and FE. RGB value is (120,94,254). Sum of RGB (Red+Green+Blue) = 120+94+254=468 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.64% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #785EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785EFE is #87A101. Grayscale: #777777. Windows color (decimal): -8888578 or 16670328. OLE color: 16670328.

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

Color convert

RGB 120 94 254 -
CMYK 0.53 0.63 0 0.00
HSL 249.75º 0.99% 0.68% -
HSV(B) 249.75º 0.63% 1% -
XYZ 29.64 19.15 95.9 -
YUV 120.01 203.61 127.99 -
System Red Green Blue C M Y K H S L
Decimal 120 94 254 0.53 0.63 0 0.00 249.75 0.99 0.68
Hex 78 5E FE 35 3F 0 0 FA 63 44
Octal 170 136 376 65 77 0 0 372 143 104
Binary 1111000 1011110 11111110 110101 111111 0 0 11111010 1100011 1000100

Color Harmonies of #785EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785EFE

Black with #785EFE

Text Example


Text Example

White with #785EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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