Shades of Medium Slate Blue #786DF0
Tints of Medium Slate Blue #786DF0
RGB
CMYK
RGB Variations
Color information
#786DF0 (or 0x786DF0) is known color: Medium Slate Blue. HEX triplet: 78, 6D and F0. RGB value is (120,109,240). Sum of RGB (Red+Green+Blue) = 120+109+240=469 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.59% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 240 (94.14% from 255 or 51.17% from 469); Max value from RGB is 240 - color contains mainly: blue. Hex color #786DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #786DF0 is #87920F. Grayscale: #7E7E7E. Windows color (decimal): -8884752 or 15756664. OLE color: 15756664.
HSL color Cylindrical-coordinate representation of color #786DF0: hue angle of 245.04º degrees, saturation: 0.81, 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 #786DF0 is Cyan = 0.5, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 109 | 240 | - |
| CMYK | 0.5 | 0.55 | 0 | 0.06 |
| HSL | 245.04º | 0.81% | 0.68% | - |
| HSV(B) | 245.04º | 0.55% | 0.94% | - |
| XYZ | 28.94 | 21.22 | 85.01 | - |
| YUV | 127.22 | 191.64 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 240 | 0.5 | 0.55 | 0 | 0.06 | 245.04 | 0.81 | 0.68 |
| Hex | 78 | 6D | F0 | 32 | 37 | 0 | 6 | F5 | 51 | 44 |
| Octal | 170 | 155 | 360 | 62 | 67 | 0 | 6 | 365 | 121 | 104 |
| Binary | 1111000 | 1101101 | 11110000 | 110010 | 110111 | 0 | 110 | 11110101 | 1010001 | 1000100 |
Color Harmonies of #786DF0
Complementary color
Monochromatic Colors of #786DF0
Black with #786DF0
Text Example
Text Example
White with #786DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786DF0; }
p { color: rgb(120,109,240); }
H1.HeaderClassName
{
color: #786DF0;
}
.AnyTagClassName
{
color: #786DF0;
}
</style>
background-color css
<style>
a { background-color: #786DF0; }
a { background-color: rgb(120,109,240); }
div.DivClassName
{
background-color: #786DF0;
}
.BgClassName
{
background-color: #786DF0;
}
</style>
border-color css
<style>
span { border-color: #786DF0; }
span { border-color: rgb(120,109,240); }
td.TdClassName
{
border-color: #786DF0;
}
.TagClassName
{
border-color: #786DF0;
}
</style>