Shades of Medium Slate Blue #786EF1
Tints of Medium Slate Blue #786EF1
RGB
CMYK
RGB Variations
Color information
#786EF1 (or 0x786EF1) is known color: Medium Slate Blue. HEX triplet: 78, 6E and F1. RGB value is (120,110,241). Sum of RGB (Red+Green+Blue) = 120+110+241=471 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.48% from 471); Green value is 110 (43.36% from 255 or 23.35% from 471); Blue value is 241 (94.53% from 255 or 51.17% from 471); Max value from RGB is 241 - color contains mainly: blue. Hex color #786EF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #786EF1 is #87910E. Grayscale: #7F7F7F. Windows color (decimal): -8884495 or 15822456. OLE color: 15822456.
HSL color Cylindrical-coordinate representation of color #786EF1: hue angle of 244.58º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #786EF1 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 110 | 241 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.05 |
| HSL | 244.58º | 0.82% | 0.69% | - |
| HSV(B) | 244.58º | 0.54% | 0.95% | - |
| XYZ | 29.2 | 21.5 | 85.83 | - |
| YUV | 127.92 | 191.81 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 110 | 241 | 0.50 | 0.54 | 0 | 0.05 | 244.58 | 0.82 | 0.69 |
| Hex | 78 | 6E | F1 | 32 | 36 | 0 | 5 | F5 | 52 | 45 |
| Octal | 170 | 156 | 361 | 62 | 66 | 0 | 5 | 365 | 122 | 105 |
| Binary | 1111000 | 1101110 | 11110001 | 110010 | 110110 | 0 | 101 | 11110101 | 1010010 | 1000101 |
Color Harmonies of #786EF1
Complementary color
Monochromatic Colors of #786EF1
Black with #786EF1
Text Example
Text Example
White with #786EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786EF1; }
p { color: rgb(120,110,241); }
H1.HeaderClassName
{
color: #786EF1;
}
.AnyTagClassName
{
color: #786EF1;
}
</style>
background-color css
<style>
a { background-color: #786EF1; }
a { background-color: rgb(120,110,241); }
div.DivClassName
{
background-color: #786EF1;
}
.BgClassName
{
background-color: #786EF1;
}
</style>
border-color css
<style>
span { border-color: #786EF1; }
span { border-color: rgb(120,110,241); }
td.TdClassName
{
border-color: #786EF1;
}
.TagClassName
{
border-color: #786EF1;
}
</style>