Shades of Medium Slate Blue #786EDE
Tints of Medium Slate Blue #786EDE
RGB
CMYK
RGB Variations
Color information
#786EDE (or 0x786EDE) is known color: Medium Slate Blue. HEX triplet: 78, 6E and DE. RGB value is (120,110,222). Sum of RGB (Red+Green+Blue) = 120+110+222=452 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.55% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #786EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786EDE is #879121. Grayscale: #7D7D7D. Windows color (decimal): -8884514 or 14577272. OLE color: 14577272.
HSL color Cylindrical-coordinate representation of color #786EDE: hue angle of 245.36º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #786EDE is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 110 | 222 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.13 |
| HSL | 245.36º | 0.63% | 0.65% | - |
| HSV(B) | 245.36º | 0.5% | 0.87% | - |
| XYZ | 26.51 | 20.42 | 71.65 | - |
| YUV | 125.76 | 182.31 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 110 | 222 | 0.46 | 0.50 | 0 | 0.13 | 245.36 | 0.63 | 0.65 |
| Hex | 78 | 6E | DE | 2E | 32 | 0 | D | F5 | 3F | 41 |
| Octal | 170 | 156 | 336 | 56 | 62 | 0 | 15 | 365 | 77 | 101 |
| Binary | 1111000 | 1101110 | 11011110 | 101110 | 110010 | 0 | 1101 | 11110101 | 111111 | 1000001 |
Color Harmonies of #786EDE
Complementary color
Monochromatic Colors of #786EDE
Black with #786EDE
Text Example
Text Example
White with #786EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786EDE; }
p { color: rgb(120,110,222); }
H1.HeaderClassName
{
color: #786EDE;
}
.AnyTagClassName
{
color: #786EDE;
}
</style>
background-color css
<style>
a { background-color: #786EDE; }
a { background-color: rgb(120,110,222); }
div.DivClassName
{
background-color: #786EDE;
}
.BgClassName
{
background-color: #786EDE;
}
</style>
border-color css
<style>
span { border-color: #786EDE; }
span { border-color: rgb(120,110,222); }
td.TdClassName
{
border-color: #786EDE;
}
.TagClassName
{
border-color: #786EDE;
}
</style>