Html Css Color HEX #785DF4 Medium Slate Blue

📋 copy color: '#785DF4'

red 120 ◦ green 93 ◦ blue 244

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

Shades of Medium Slate Blue #785DF4

Tints of Medium Slate Blue #785DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 53.39%

R = 26.26%
G = 20.35%
B = 53.39%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#785DF4 (or 0x785DF4) is known color: Medium Slate Blue. HEX triplet: 78, 5D and F4. RGB value is (120,93,244). Sum of RGB (Red+Green+Blue) = 120+93+244=457 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.26% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 244 (95.70% from 255 or 53.39% from 457); Max value from RGB is 244 - color contains mainly: blue. Hex color #785DF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785DF4 is #87A20B. Grayscale: #757575. Windows color (decimal): -8888844 or 16014712. OLE color: 16014712.

HSL color Cylindrical-coordinate representation of color #785DF4: hue angle of 250.73º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #785DF4 is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 120 93 244 -
CMYK 0.51 0.62 0 0.04
HSL 250.73º 0.87% 0.66% -
HSV(B) 250.73º 0.62% 0.96% -
XYZ 27.99 18.35 87.66 -
YUV 118.29 198.95 129.22 -
System Red Green Blue C M Y K H S L
Decimal 120 93 244 0.51 0.62 0 0.04 250.73 0.87 0.66
Hex 78 5D F4 33 3E 0 4 FB 57 42
Octal 170 135 364 63 76 0 4 373 127 102
Binary 1111000 1011101 11110100 110011 111110 0 100 11111011 1010111 1000010

Color Harmonies of #785DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785DF4

Black with #785DF4

Text Example


Text Example

White with #785DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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