Html Css Color HEX #786BEF Medium Slate Blue

📋 copy color: '#786BEF'

red 120 ◦ green 107 ◦ blue 239

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

Shades of Medium Slate Blue #786BEF

Tints of Medium Slate Blue #786BEF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.96%

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

R = 25.75%
G = 22.96%
B = 51.29%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#786BEF (or 0x786BEF) is known color: Medium Slate Blue. HEX triplet: 78, 6B and EF. RGB value is (120,107,239). Sum of RGB (Red+Green+Blue) = 120+107+239=466 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.75% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #786BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #786BEF is #879410. Grayscale: #7D7D7D. Windows color (decimal): -8885265 or 15690616. OLE color: 15690616.

HSL color Cylindrical-coordinate representation of color #786BEF: hue angle of 245.91º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #786BEF is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 120 107 239 -
CMYK 0.50 0.55 0 0.06
HSL 245.91º 0.8% 0.68% -
HSV(B) 245.91º 0.55% 0.94% -
XYZ 28.58 20.74 84.16 -
YUV 125.94 191.81 123.77 -
System Red Green Blue C M Y K H S L
Decimal 120 107 239 0.50 0.55 0 0.06 245.91 0.8 0.68
Hex 78 6B EF 32 37 0 6 F6 50 44
Octal 170 153 357 62 67 0 6 366 120 104
Binary 1111000 1101011 11101111 110010 110111 0 110 11110110 1010000 1000100

Color Harmonies of #786BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786BEF

Black with #786BEF

Text Example


Text Example

White with #786BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786BEF; }

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

 H1.HeaderClassName
 {
   color: #786BEF;
 }
 .AnyTagClassName
 {
   color: #786BEF;
 }
</style>

background-color css

<style>
 a { background-color: #786BEF; }

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

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

border-color css

<style>
 span { border-color: #786BEF; }

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

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