Html Css Color HEX #786BDB Medium Slate Blue

📋 copy color: '#786BDB'

red 120 ◦ green 107 ◦ blue 219

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

Shades of Medium Slate Blue #786BDB

Tints of Medium Slate Blue #786BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.1%

R = 26.91%
G = 23.99%
B = 49.1%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#786BDB (or 0x786BDB) is known color: Medium Slate Blue. HEX triplet: 78, 6B and DB. RGB value is (120,107,219). Sum of RGB (Red+Green+Blue) = 120+107+219=446 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.91% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #786BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786BDB is #879424. Grayscale: #7B7B7B. Windows color (decimal): -8885285 or 14379896. OLE color: 14379896.

HSL color Cylindrical-coordinate representation of color #786BDB: hue angle of 246.96º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #786BDB is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 107 219 -
CMYK 0.45 0.51 0 0.14
HSL 246.96º 0.61% 0.64% -
HSV(B) 246.96º 0.51% 0.86% -
XYZ 25.79 19.62 69.45 -
YUV 123.66 181.81 125.39 -
System Red Green Blue C M Y K H S L
Decimal 120 107 219 0.45 0.51 0 0.14 246.96 0.61 0.64
Hex 78 6B DB 2D 33 0 E F7 3D 40
Octal 170 153 333 55 63 0 16 367 75 100
Binary 1111000 1101011 11011011 101101 110011 0 1110 11110111 111101 1000000

Color Harmonies of #786BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786BDB

Black with #786BDB

Text Example


Text Example

White with #786BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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