Shades of Medium Slate Blue #786CF6
Tints of Medium Slate Blue #786CF6
RGB
CMYK
RGB Variations
Color information
#786CF6 (or 0x786CF6) is known color: Medium Slate Blue. HEX triplet: 78, 6C and F6. RGB value is (120,108,246). Sum of RGB (Red+Green+Blue) = 120+108+246=474 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.32% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 246 (96.48% from 255 or 51.90% from 474); Max value from RGB is 246 - color contains mainly: blue. Hex color #786CF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #786CF6 is #879309. Grayscale: #7E7E7E. Windows color (decimal): -8885002 or 16149624. OLE color: 16149624.
HSL color Cylindrical-coordinate representation of color #786CF6: hue angle of 245.22º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #786CF6 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 120 | 108 | 246 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.04 |
| HSL | 245.22º | 0.88% | 0.69% | - |
| HSV(B) | 245.22º | 0.56% | 0.96% | - |
| XYZ | 29.74 | 21.37 | 89.75 | - |
| YUV | 127.32 | 194.98 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 246 | 0.51 | 0.56 | 0 | 0.04 | 245.22 | 0.88 | 0.69 |
| Hex | 78 | 6C | F6 | 33 | 38 | 0 | 4 | F5 | 58 | 45 |
| Octal | 170 | 154 | 366 | 63 | 70 | 0 | 4 | 365 | 130 | 105 |
| Binary | 1111000 | 1101100 | 11110110 | 110011 | 111000 | 0 | 100 | 11110101 | 1011000 | 1000101 |
Color Harmonies of #786CF6
Complementary color
Monochromatic Colors of #786CF6
Black with #786CF6
Text Example
Text Example
White with #786CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786CF6; }
p { color: rgb(120,108,246); }
H1.HeaderClassName
{
color: #786CF6;
}
.AnyTagClassName
{
color: #786CF6;
}
</style>
background-color css
<style>
a { background-color: #786CF6; }
a { background-color: rgb(120,108,246); }
div.DivClassName
{
background-color: #786CF6;
}
.BgClassName
{
background-color: #786CF6;
}
</style>
border-color css
<style>
span { border-color: #786CF6; }
span { border-color: rgb(120,108,246); }
td.TdClassName
{
border-color: #786CF6;
}
.TagClassName
{
border-color: #786CF6;
}
</style>