Shades of Medium Slate Blue #786FF2
Tints of Medium Slate Blue #786FF2
RGB
CMYK
RGB Variations
Color information
#786FF2 (or 0x786FF2) is known color: Medium Slate Blue. HEX triplet: 78, 6F and F2. RGB value is (120,111,242). Sum of RGB (Red+Green+Blue) = 120+111+242=473 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.37% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 242 (94.92% from 255 or 51.16% from 473); Max value from RGB is 242 - color contains mainly: blue. Hex color #786FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #786FF2 is #87900D. Grayscale: #808080. Windows color (decimal): -8884238 or 15888248. OLE color: 15888248.
HSL color Cylindrical-coordinate representation of color #786FF2: hue angle of 244.12º degrees, saturation: 0.83, 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 #786FF2 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 111 | 242 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.05 |
| HSL | 244.12º | 0.83% | 0.69% | - |
| HSV(B) | 244.12º | 0.54% | 0.95% | - |
| XYZ | 29.46 | 21.77 | 86.65 | - |
| YUV | 128.63 | 191.98 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 111 | 242 | 0.50 | 0.54 | 0 | 0.05 | 244.12 | 0.83 | 0.69 |
| Hex | 78 | 6F | F2 | 32 | 36 | 0 | 5 | F4 | 53 | 45 |
| Octal | 170 | 157 | 362 | 62 | 66 | 0 | 5 | 364 | 123 | 105 |
| Binary | 1111000 | 1101111 | 11110010 | 110010 | 110110 | 0 | 101 | 11110100 | 1010011 | 1000101 |
Color Harmonies of #786FF2
Complementary color
Monochromatic Colors of #786FF2
Black with #786FF2
Text Example
Text Example
White with #786FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786FF2; }
p { color: rgb(120,111,242); }
H1.HeaderClassName
{
color: #786FF2;
}
.AnyTagClassName
{
color: #786FF2;
}
</style>
background-color css
<style>
a { background-color: #786FF2; }
a { background-color: rgb(120,111,242); }
div.DivClassName
{
background-color: #786FF2;
}
.BgClassName
{
background-color: #786FF2;
}
</style>
border-color css
<style>
span { border-color: #786FF2; }
span { border-color: rgb(120,111,242); }
td.TdClassName
{
border-color: #786FF2;
}
.TagClassName
{
border-color: #786FF2;
}
</style>