Shades of Medium Slate Blue #786CF1
Tints of Medium Slate Blue #786CF1
RGB
CMYK
RGB Variations
Color information
#786CF1 (or 0x786CF1) is known color: Medium Slate Blue. HEX triplet: 78, 6C and F1. RGB value is (120,108,241). Sum of RGB (Red+Green+Blue) = 120+108+241=469 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.59% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 241 (94.53% from 255 or 51.39% from 469); Max value from RGB is 241 - color contains mainly: blue. Hex color #786CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #786CF1 is #87930E. Grayscale: #7E7E7E. Windows color (decimal): -8885007 or 15821944. OLE color: 15821944.
HSL color Cylindrical-coordinate representation of color #786CF1: hue angle of 245.41º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #786CF1 is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 108 | 241 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.05 |
| HSL | 245.41º | 0.83% | 0.68% | - |
| HSV(B) | 245.41º | 0.55% | 0.95% | - |
| XYZ | 28.99 | 21.07 | 85.76 | - |
| YUV | 126.75 | 192.48 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 241 | 0.50 | 0.55 | 0 | 0.05 | 245.41 | 0.83 | 0.68 |
| Hex | 78 | 6C | F1 | 32 | 37 | 0 | 5 | F5 | 53 | 44 |
| Octal | 170 | 154 | 361 | 62 | 67 | 0 | 5 | 365 | 123 | 104 |
| Binary | 1111000 | 1101100 | 11110001 | 110010 | 110111 | 0 | 101 | 11110101 | 1010011 | 1000100 |
Color Harmonies of #786CF1
Complementary color
Monochromatic Colors of #786CF1
Black with #786CF1
Text Example
Text Example
White with #786CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786CF1; }
p { color: rgb(120,108,241); }
H1.HeaderClassName
{
color: #786CF1;
}
.AnyTagClassName
{
color: #786CF1;
}
</style>
background-color css
<style>
a { background-color: #786CF1; }
a { background-color: rgb(120,108,241); }
div.DivClassName
{
background-color: #786CF1;
}
.BgClassName
{
background-color: #786CF1;
}
</style>
border-color css
<style>
span { border-color: #786CF1; }
span { border-color: rgb(120,108,241); }
td.TdClassName
{
border-color: #786CF1;
}
.TagClassName
{
border-color: #786CF1;
}
</style>