Shades of Medium Slate Blue #786EE0
Tints of Medium Slate Blue #786EE0
RGB
CMYK
RGB Variations
Color information
#786EE0 (or 0x786EE0) is known color: Medium Slate Blue. HEX triplet: 78, 6E and E0. RGB value is (120,110,224). Sum of RGB (Red+Green+Blue) = 120+110+224=454 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.43% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 224 (87.89% from 255 or 49.34% from 454); Max value from RGB is 224 - color contains mainly: blue. Hex color #786EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786EE0 is #87911F. Grayscale: #7D7D7D. Windows color (decimal): -8884512 or 14708344. OLE color: 14708344.
HSL color Cylindrical-coordinate representation of color #786EE0: hue angle of 245.26º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #786EE0 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 120 | 110 | 224 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.12 |
| HSL | 245.26º | 0.65% | 0.65% | - |
| HSV(B) | 245.26º | 0.51% | 0.88% | - |
| XYZ | 26.78 | 20.53 | 73.07 | - |
| YUV | 125.99 | 183.31 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 110 | 224 | 0.46 | 0.51 | 0 | 0.12 | 245.26 | 0.65 | 0.65 |
| Hex | 78 | 6E | E0 | 2E | 33 | 0 | C | F5 | 41 | 41 |
| Octal | 170 | 156 | 340 | 56 | 63 | 0 | 14 | 365 | 101 | 101 |
| Binary | 1111000 | 1101110 | 11100000 | 101110 | 110011 | 0 | 1100 | 11110101 | 1000001 | 1000001 |
Color Harmonies of #786EE0
Complementary color
Monochromatic Colors of #786EE0
Black with #786EE0
Text Example
Text Example
White with #786EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786EE0; }
p { color: rgb(120,110,224); }
H1.HeaderClassName
{
color: #786EE0;
}
.AnyTagClassName
{
color: #786EE0;
}
</style>
background-color css
<style>
a { background-color: #786EE0; }
a { background-color: rgb(120,110,224); }
div.DivClassName
{
background-color: #786EE0;
}
.BgClassName
{
background-color: #786EE0;
}
</style>
border-color css
<style>
span { border-color: #786EE0; }
span { border-color: rgb(120,110,224); }
td.TdClassName
{
border-color: #786EE0;
}
.TagClassName
{
border-color: #786EE0;
}
</style>