Shades of Medium Slate Blue #786DEB
Tints of Medium Slate Blue #786DEB
RGB
CMYK
RGB Variations
Color information
#786DEB (or 0x786DEB) is known color: Medium Slate Blue. HEX triplet: 78, 6D and EB. RGB value is (120,109,235). Sum of RGB (Red+Green+Blue) = 120+109+235=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #786DEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #786DEB is #879214. Grayscale: #7E7E7E. Windows color (decimal): -8884757 or 15428984. OLE color: 15428984.
HSL color Cylindrical-coordinate representation of color #786DEB: hue angle of 245.24º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #786DEB is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 109 | 235 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.08 |
| HSL | 245.24º | 0.76% | 0.67% | - |
| HSV(B) | 245.24º | 0.54% | 0.92% | - |
| XYZ | 28.21 | 20.93 | 81.15 | - |
| YUV | 126.65 | 189.14 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 235 | 0.49 | 0.54 | 0 | 0.08 | 245.24 | 0.76 | 0.67 |
| Hex | 78 | 6D | EB | 31 | 36 | 0 | 8 | F5 | 4C | 43 |
| Octal | 170 | 155 | 353 | 61 | 66 | 0 | 10 | 365 | 114 | 103 |
| Binary | 1111000 | 1101101 | 11101011 | 110001 | 110110 | 0 | 1000 | 11110101 | 1001100 | 1000011 |
Color Harmonies of #786DEB
Complementary color
Monochromatic Colors of #786DEB
Black with #786DEB
Text Example
Text Example
White with #786DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786DEB; }
p { color: rgb(120,109,235); }
H1.HeaderClassName
{
color: #786DEB;
}
.AnyTagClassName
{
color: #786DEB;
}
</style>
background-color css
<style>
a { background-color: #786DEB; }
a { background-color: rgb(120,109,235); }
div.DivClassName
{
background-color: #786DEB;
}
.BgClassName
{
background-color: #786DEB;
}
</style>
border-color css
<style>
span { border-color: #786DEB; }
span { border-color: rgb(120,109,235); }
td.TdClassName
{
border-color: #786DEB;
}
.TagClassName
{
border-color: #786DEB;
}
</style>