Shades of Medium Slate Blue #786BED
Tints of Medium Slate Blue #786BED
RGB
CMYK
RGB Variations
Color information
#786BED (or 0x786BED) is known color: Medium Slate Blue. HEX triplet: 78, 6B and ED. RGB value is (120,107,237). Sum of RGB (Red+Green+Blue) = 120+107+237=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #786BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #786BED is #879412. Grayscale: #7D7D7D. Windows color (decimal): -8885267 or 15559544. OLE color: 15559544.
HSL color Cylindrical-coordinate representation of color #786BED: hue angle of 246º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #786BED is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 107 | 237 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.07 |
| HSL | 246º | 0.78% | 0.67% | - |
| HSV(B) | 246º | 0.55% | 0.93% | - |
| XYZ | 28.29 | 20.62 | 82.61 | - |
| YUV | 125.71 | 190.81 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 107 | 237 | 0.49 | 0.55 | 0 | 0.07 | 246 | 0.78 | 0.67 |
| Hex | 78 | 6B | ED | 31 | 37 | 0 | 7 | F6 | 4E | 43 |
| Octal | 170 | 153 | 355 | 61 | 67 | 0 | 7 | 366 | 116 | 103 |
| Binary | 1111000 | 1101011 | 11101101 | 110001 | 110111 | 0 | 111 | 11110110 | 1001110 | 1000011 |
Color Harmonies of #786BED
Complementary color
Monochromatic Colors of #786BED
Black with #786BED
Text Example
Text Example
White with #786BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786BED; }
p { color: rgb(120,107,237); }
H1.HeaderClassName
{
color: #786BED;
}
.AnyTagClassName
{
color: #786BED;
}
</style>
background-color css
<style>
a { background-color: #786BED; }
a { background-color: rgb(120,107,237); }
div.DivClassName
{
background-color: #786BED;
}
.BgClassName
{
background-color: #786BED;
}
</style>
border-color css
<style>
span { border-color: #786BED; }
span { border-color: rgb(120,107,237); }
td.TdClassName
{
border-color: #786BED;
}
.TagClassName
{
border-color: #786BED;
}
</style>