Shades of Medium Slate Blue #786CED
Tints of Medium Slate Blue #786CED
RGB
CMYK
RGB Variations
Color information
#786CED (or 0x786CED) is known color: Medium Slate Blue. HEX triplet: 78, 6C and ED. RGB value is (120,108,237). Sum of RGB (Red+Green+Blue) = 120+108+237=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #786CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #786CED is #879312. Grayscale: #7D7D7D. Windows color (decimal): -8885011 or 15559800. OLE color: 15559800.
HSL color Cylindrical-coordinate representation of color #786CED: hue angle of 245.58º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #786CED is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 108 | 237 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.07 |
| HSL | 245.58º | 0.78% | 0.68% | - |
| HSV(B) | 245.58º | 0.54% | 0.93% | - |
| XYZ | 28.39 | 20.83 | 82.65 | - |
| YUV | 126.29 | 190.48 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 237 | 0.49 | 0.54 | 0 | 0.07 | 245.58 | 0.78 | 0.68 |
| Hex | 78 | 6C | ED | 31 | 36 | 0 | 7 | F6 | 4E | 44 |
| Octal | 170 | 154 | 355 | 61 | 66 | 0 | 7 | 366 | 116 | 104 |
| Binary | 1111000 | 1101100 | 11101101 | 110001 | 110110 | 0 | 111 | 11110110 | 1001110 | 1000100 |
Color Harmonies of #786CED
Complementary color
Monochromatic Colors of #786CED
Black with #786CED
Text Example
Text Example
White with #786CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786CED; }
p { color: rgb(120,108,237); }
H1.HeaderClassName
{
color: #786CED;
}
.AnyTagClassName
{
color: #786CED;
}
</style>
background-color css
<style>
a { background-color: #786CED; }
a { background-color: rgb(120,108,237); }
div.DivClassName
{
background-color: #786CED;
}
.BgClassName
{
background-color: #786CED;
}
</style>
border-color css
<style>
span { border-color: #786CED; }
span { border-color: rgb(120,108,237); }
td.TdClassName
{
border-color: #786CED;
}
.TagClassName
{
border-color: #786CED;
}
</style>