Html Css Color HEX #785BFF Medium Slate Blue

📋 copy color: '#785BFF'

red 120 ◦ green 91 ◦ blue 255

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

Shades of Medium Slate Blue #785BFF

Tints of Medium Slate Blue #785BFF

RGB

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

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

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

R = 25.75%
G = 19.53%
B = 54.72%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#785BFF (or 0x785BFF) is known color: Medium Slate Blue. HEX triplet: 78, 5B and FF. RGB value is (120,91,255). Sum of RGB (Red+Green+Blue) = 120+91+255=466 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.75% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #785BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785BFF is #87A400. Grayscale: #757575. Windows color (decimal): -8889345 or 16735096. OLE color: 16735096.

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

Color convert

RGB 120 91 255 -
CMYK 0.53 0.64 0 0
HSL 250.61º 1% 0.68% -
HSV(B) 250.61º 0.64% 1% -
XYZ 29.54 18.7 96.66 -
YUV 118.37 205.11 129.16 -
System Red Green Blue C M Y K H S L
Decimal 120 91 255 0.53 0.64 0 0 250.61 1 0.68
Hex 78 5B FF 35 40 0 0 FB 64 44
Octal 170 133 377 65 100 0 0 373 144 104
Binary 1111000 1011011 11111111 110101 1000000 0 0 11111011 1100100 1000100

Color Harmonies of #785BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785BFF

Black with #785BFF

Text Example


Text Example

White with #785BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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