Html Css Color HEX #785DFF Medium Slate Blue

📋 copy color: '#785DFF'

red 120 ◦ green 93 ◦ blue 255

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

Shades of Medium Slate Blue #785DFF

Tints of Medium Slate Blue #785DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.87%

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

R = 25.64%
G = 19.87%
B = 54.49%

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

#785DFF (or 0x785DFF) is known color: Medium Slate Blue. HEX triplet: 78, 5D and FF. RGB value is (120,93,255). Sum of RGB (Red+Green+Blue) = 120+93+255=468 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.64% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #785DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785DFF is #87A200. Grayscale: #767676. Windows color (decimal): -8888833 or 16735608. OLE color: 16735608.

HSL color Cylindrical-coordinate representation of color #785DFF: hue angle of 250º 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 #785DFF is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 120 93 255 -
CMYK 0.53 0.64 0 0
HSL 250º 1% 0.68% -
HSV(B) 250º 0.64% 1% -
XYZ 29.71 19.04 96.72 -
YUV 119.54 204.45 128.33 -
System Red Green Blue C M Y K H S L
Decimal 120 93 255 0.53 0.64 0 0 250 1 0.68
Hex 78 5D FF 35 40 0 0 FA 64 44
Octal 170 135 377 65 100 0 0 372 144 104
Binary 1111000 1011101 11111111 110101 1000000 0 0 11111010 1100100 1000100

Color Harmonies of #785DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785DFF

Black with #785DFF

Text Example


Text Example

White with #785DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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