Html Css Color HEX #785BFE Medium Slate Blue

📋 copy color: '#785BFE'

red 120 ◦ green 91 ◦ blue 254

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

Shades of Medium Slate Blue #785BFE

Tints of Medium Slate Blue #785BFE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.57%

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

R = 25.81%
G = 19.57%
B = 54.62%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#785BFE (or 0x785BFE) is known color: Medium Slate Blue. HEX triplet: 78, 5B and FE. RGB value is (120,91,254). Sum of RGB (Red+Green+Blue) = 120+91+254=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 91 (35.94% from 255 or 19.57% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #785BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785BFE is #87A401. Grayscale: #757575. Windows color (decimal): -8889346 or 16669560. OLE color: 16669560.

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

Color convert

RGB 120 91 254 -
CMYK 0.53 0.64 0 0.00
HSL 250.67º 0.99% 0.68% -
HSV(B) 250.67º 0.64% 1% -
XYZ 29.38 18.63 95.81 -
YUV 118.25 204.61 129.25 -
System Red Green Blue C M Y K H S L
Decimal 120 91 254 0.53 0.64 0 0.00 250.67 0.99 0.68
Hex 78 5B FE 35 40 0 0 FB 63 44
Octal 170 133 376 65 100 0 0 373 143 104
Binary 1111000 1011011 11111110 110101 1000000 0 0 11111011 1100011 1000100

Color Harmonies of #785BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785BFE

Black with #785BFE

Text Example


Text Example

White with #785BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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