Html Css Color HEX #785DFE Medium Slate Blue

📋 copy color: '#785DFE'

red 120 ◦ green 93 ◦ blue 254

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

Shades of Medium Slate Blue #785DFE

Tints of Medium Slate Blue #785DFE

RGB

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

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

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

R = 25.7%
G = 19.91%
B = 54.39%

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

#785DFE (or 0x785DFE) is known color: Medium Slate Blue. HEX triplet: 78, 5D and FE. RGB value is (120,93,254). Sum of RGB (Red+Green+Blue) = 120+93+254=467 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.70% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #785DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785DFE is #87A201. Grayscale: #767676. Windows color (decimal): -8888834 or 16670072. OLE color: 16670072.

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

Color convert

RGB 120 93 254 -
CMYK 0.53 0.63 0 0.00
HSL 250.06º 0.99% 0.68% -
HSV(B) 250.06º 0.63% 1% -
XYZ 29.55 18.98 95.87 -
YUV 119.43 203.95 128.41 -
System Red Green Blue C M Y K H S L
Decimal 120 93 254 0.53 0.63 0 0.00 250.06 0.99 0.68
Hex 78 5D FE 35 3F 0 0 FA 63 44
Octal 170 135 376 65 77 0 0 372 143 104
Binary 1111000 1011101 11111110 110101 111111 0 0 11111010 1100011 1000100

Color Harmonies of #785DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785DFE

Black with #785DFE

Text Example


Text Example

White with #785DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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