Shades of Medium Slate Blue #786DF2
Tints of Medium Slate Blue #786DF2
RGB
CMYK
RGB Variations
Color information
#786DF2 (or 0x786DF2) is known color: Medium Slate Blue. HEX triplet: 78, 6D and F2. RGB value is (120,109,242). Sum of RGB (Red+Green+Blue) = 120+109+242=471 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.48% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 242 (94.92% from 255 or 51.38% from 471); Max value from RGB is 242 - color contains mainly: blue. Hex color #786DF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #786DF2 is #87920D. Grayscale: #7E7E7E. Windows color (decimal): -8884750 or 15887736. OLE color: 15887736.
HSL color Cylindrical-coordinate representation of color #786DF2: hue angle of 244.96º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #786DF2 is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 109 | 242 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.05 |
| HSL | 244.96º | 0.84% | 0.69% | - |
| HSV(B) | 244.96º | 0.55% | 0.95% | - |
| XYZ | 29.24 | 21.34 | 86.58 | - |
| YUV | 127.45 | 192.64 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 242 | 0.50 | 0.55 | 0 | 0.05 | 244.96 | 0.84 | 0.69 |
| Hex | 78 | 6D | F2 | 32 | 37 | 0 | 5 | F5 | 54 | 45 |
| Octal | 170 | 155 | 362 | 62 | 67 | 0 | 5 | 365 | 124 | 105 |
| Binary | 1111000 | 1101101 | 11110010 | 110010 | 110111 | 0 | 101 | 11110101 | 1010100 | 1000101 |
Color Harmonies of #786DF2
Complementary color
Monochromatic Colors of #786DF2
Black with #786DF2
Text Example
Text Example
White with #786DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786DF2; }
p { color: rgb(120,109,242); }
H1.HeaderClassName
{
color: #786DF2;
}
.AnyTagClassName
{
color: #786DF2;
}
</style>
background-color css
<style>
a { background-color: #786DF2; }
a { background-color: rgb(120,109,242); }
div.DivClassName
{
background-color: #786DF2;
}
.BgClassName
{
background-color: #786DF2;
}
</style>
border-color css
<style>
span { border-color: #786DF2; }
span { border-color: rgb(120,109,242); }
td.TdClassName
{
border-color: #786DF2;
}
.TagClassName
{
border-color: #786DF2;
}
</style>