Html Css Color HEX #785CEF Medium Slate Blue

📋 copy color: '#785CEF'

red 120 ◦ green 92 ◦ blue 239

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

Shades of Medium Slate Blue #785CEF

Tints of Medium Slate Blue #785CEF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.4%

 BLUE value IS 239 (93.75% from 255) = 52.99%

R = 26.61%
G = 20.4%
B = 52.99%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#785CEF (or 0x785CEF) is known color: Medium Slate Blue. HEX triplet: 78, 5C and EF. RGB value is (120,92,239). Sum of RGB (Red+Green+Blue) = 120+92+239=451 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.61% from 451); Green value is 92 (36.33% from 255 or 20.40% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #785CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785CEF is #87A310. Grayscale: #747474. Windows color (decimal): -8889105 or 15686776. OLE color: 15686776.

HSL color Cylindrical-coordinate representation of color #785CEF: hue angle of 251.43º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #785CEF is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 120 92 239 -
CMYK 0.50 0.62 0 0.06
HSL 251.43º 0.82% 0.65% -
HSV(B) 251.43º 0.62% 0.94% -
XYZ 27.15 17.88 83.68 -
YUV 117.13 196.78 130.05 -
System Red Green Blue C M Y K H S L
Decimal 120 92 239 0.50 0.62 0 0.06 251.43 0.82 0.65
Hex 78 5C EF 32 3E 0 6 FB 52 41
Octal 170 134 357 62 76 0 6 373 122 101
Binary 1111000 1011100 11101111 110010 111110 0 110 11111011 1010010 1000001

Color Harmonies of #785CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785CEF

Black with #785CEF

Text Example


Text Example

White with #785CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,92,239); }

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

background-color css

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

 a { background-color: rgb(120,92,239); }

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

border-color css

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

 span { border-color: rgb(120,92,239); }

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