Shades of Medium Slate Blue #786EDB
Tints of Medium Slate Blue #786EDB
RGB
CMYK
RGB Variations
Color information
#786EDB (or 0x786EDB) is known color: Medium Slate Blue. HEX triplet: 78, 6E and DB. RGB value is (120,110,219). Sum of RGB (Red+Green+Blue) = 120+110+219=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #786EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786EDB is #879124. Grayscale: #7C7C7C. Windows color (decimal): -8884517 or 14380664. OLE color: 14380664.
HSL color Cylindrical-coordinate representation of color #786EDB: hue angle of 245.5º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #786EDB is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 110 | 219 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.14 |
| HSL | 245.5º | 0.6% | 0.65% | - |
| HSV(B) | 245.5º | 0.5% | 0.86% | - |
| XYZ | 26.11 | 20.26 | 69.55 | - |
| YUV | 125.42 | 180.81 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 110 | 219 | 0.45 | 0.50 | 0 | 0.14 | 245.5 | 0.6 | 0.65 |
| Hex | 78 | 6E | DB | 2D | 32 | 0 | E | F6 | 3C | 41 |
| Octal | 170 | 156 | 333 | 55 | 62 | 0 | 16 | 366 | 74 | 101 |
| Binary | 1111000 | 1101110 | 11011011 | 101101 | 110010 | 0 | 1110 | 11110110 | 111100 | 1000001 |
Color Harmonies of #786EDB
Complementary color
Monochromatic Colors of #786EDB
Black with #786EDB
Text Example
Text Example
White with #786EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786EDB; }
p { color: rgb(120,110,219); }
H1.HeaderClassName
{
color: #786EDB;
}
.AnyTagClassName
{
color: #786EDB;
}
</style>
background-color css
<style>
a { background-color: #786EDB; }
a { background-color: rgb(120,110,219); }
div.DivClassName
{
background-color: #786EDB;
}
.BgClassName
{
background-color: #786EDB;
}
</style>
border-color css
<style>
span { border-color: #786EDB; }
span { border-color: rgb(120,110,219); }
td.TdClassName
{
border-color: #786EDB;
}
.TagClassName
{
border-color: #786EDB;
}
</style>