Html Css Color HEX #785EFC Medium Slate Blue

📋 copy color: '#785EFC'

red 120 ◦ green 94 ◦ blue 252

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

Shades of Medium Slate Blue #785EFC

Tints of Medium Slate Blue #785EFC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.17%

 BLUE value IS 252 (98.83% from 255) = 54.08%

R = 25.75%
G = 20.17%
B = 54.08%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#785EFC (or 0x785EFC) is known color: Medium Slate Blue. HEX triplet: 78, 5E and FC. RGB value is (120,94,252). Sum of RGB (Red+Green+Blue) = 120+94+252=466 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.75% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #785EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785EFC is #87A103. Grayscale: #777777. Windows color (decimal): -8888580 or 16539256. OLE color: 16539256.

HSL color Cylindrical-coordinate representation of color #785EFC: hue angle of 249.87º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #785EFC is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 120 94 252 -
CMYK 0.52 0.63 0 0.01
HSL 249.87º 0.96% 0.68% -
HSV(B) 249.87º 0.63% 0.99% -
XYZ 29.32 19.03 94.22 -
YUV 119.79 202.61 128.15 -
System Red Green Blue C M Y K H S L
Decimal 120 94 252 0.52 0.63 0 0.01 249.87 0.96 0.68
Hex 78 5E FC 34 3F 0 1 FA 60 44
Octal 170 136 374 64 77 0 1 372 140 104
Binary 1111000 1011110 11111100 110100 111111 0 1 11111010 1100000 1000100

Color Harmonies of #785EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785EFC

Black with #785EFC

Text Example


Text Example

White with #785EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,94,252); }

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

background-color css

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

 a { background-color: rgb(120,94,252); }

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

border-color css

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

 span { border-color: rgb(120,94,252); }

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