Shades of Medium Slate Blue #786EDA
Tints of Medium Slate Blue #786EDA
RGB
CMYK
RGB Variations
Color information
#786EDA (or 0x786EDA) is known color: Medium Slate Blue. HEX triplet: 78, 6E and DA. RGB value is (120,110,218). Sum of RGB (Red+Green+Blue) = 120+110+218=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #786EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786EDA is #879125. Grayscale: #7C7C7C. Windows color (decimal): -8884518 or 14315128. OLE color: 14315128.
HSL color Cylindrical-coordinate representation of color #786EDA: hue angle of 245.56º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #786EDA is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 110 | 218 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.15 |
| HSL | 245.56º | 0.59% | 0.64% | - |
| HSV(B) | 245.56º | 0.5% | 0.85% | - |
| XYZ | 25.98 | 20.21 | 68.86 | - |
| YUV | 125.3 | 180.31 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 110 | 218 | 0.45 | 0.50 | 0 | 0.15 | 245.56 | 0.59 | 0.64 |
| Hex | 78 | 6E | DA | 2D | 32 | 0 | F | F6 | 3B | 40 |
| Octal | 170 | 156 | 332 | 55 | 62 | 0 | 17 | 366 | 73 | 100 |
| Binary | 1111000 | 1101110 | 11011010 | 101101 | 110010 | 0 | 1111 | 11110110 | 111011 | 1000000 |
Color Harmonies of #786EDA
Complementary color
Monochromatic Colors of #786EDA
Black with #786EDA
Text Example
Text Example
White with #786EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786EDA; }
p { color: rgb(120,110,218); }
H1.HeaderClassName
{
color: #786EDA;
}
.AnyTagClassName
{
color: #786EDA;
}
</style>
background-color css
<style>
a { background-color: #786EDA; }
a { background-color: rgb(120,110,218); }
div.DivClassName
{
background-color: #786EDA;
}
.BgClassName
{
background-color: #786EDA;
}
</style>
border-color css
<style>
span { border-color: #786EDA; }
span { border-color: rgb(120,110,218); }
td.TdClassName
{
border-color: #786EDA;
}
.TagClassName
{
border-color: #786EDA;
}
</style>