#786BDB

Color #786BDB Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #786BDB

Tints of Medium Slate Blue #786BDB

Color information

#786BDB (or 0x786BDB) is unknown color: approx 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

RGB120107219-
CMYK0.450.5100.14
HSL246.96º60.87%63.92%-
HSV(B)246.96º51.14%85.88%-
XYZ25.7919.6269.45-
YUV123.66181.81125.39-

RGB Variations

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

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.10%
R=26.91%
G=23.99%
B=49.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1201072190.450.5100.14246.9660.8763.92
Hex786BDB2D330Ef73d40
Octal170153333556301636775100
Binary111100011010111101101110110111001101110111101111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>