Shades of Medium Slate Blue #786DEC
Tints of Medium Slate Blue #786DEC
RGB
CMYK
RGB Variations
Color information
#786DEC (or 0x786DEC) is known color: Medium Slate Blue. HEX triplet: 78, 6D and EC. RGB value is (120,109,236). Sum of RGB (Red+Green+Blue) = 120+109+236=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #786DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #786DEC is #879213. Grayscale: #7E7E7E. Windows color (decimal): -8884756 or 15494520. OLE color: 15494520.
HSL color Cylindrical-coordinate representation of color #786DEC: hue angle of 245.2º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #786DEC is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 109 | 236 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.07 |
| HSL | 245.2º | 0.77% | 0.68% | - |
| HSV(B) | 245.2º | 0.54% | 0.93% | - |
| XYZ | 28.35 | 20.99 | 81.91 | - |
| YUV | 126.77 | 189.64 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 236 | 0.49 | 0.54 | 0 | 0.07 | 245.2 | 0.77 | 0.68 |
| Hex | 78 | 6D | EC | 31 | 36 | 0 | 7 | F5 | 4D | 44 |
| Octal | 170 | 155 | 354 | 61 | 66 | 0 | 7 | 365 | 115 | 104 |
| Binary | 1111000 | 1101101 | 11101100 | 110001 | 110110 | 0 | 111 | 11110101 | 1001101 | 1000100 |
Color Harmonies of #786DEC
Complementary color
Monochromatic Colors of #786DEC
Black with #786DEC
Text Example
Text Example
White with #786DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786DEC; }
p { color: rgb(120,109,236); }
H1.HeaderClassName
{
color: #786DEC;
}
.AnyTagClassName
{
color: #786DEC;
}
</style>
background-color css
<style>
a { background-color: #786DEC; }
a { background-color: rgb(120,109,236); }
div.DivClassName
{
background-color: #786DEC;
}
.BgClassName
{
background-color: #786DEC;
}
</style>
border-color css
<style>
span { border-color: #786DEC; }
span { border-color: rgb(120,109,236); }
td.TdClassName
{
border-color: #786DEC;
}
.TagClassName
{
border-color: #786DEC;
}
</style>