Shades of Medium Slate Blue #786DDA
Tints of Medium Slate Blue #786DDA
RGB
CMYK
RGB Variations
Color information
#786DDA (or 0x786DDA) is known color: Medium Slate Blue. HEX triplet: 78, 6D and DA. RGB value is (120,109,218). Sum of RGB (Red+Green+Blue) = 120+109+218=447 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.85% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #786DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786DDA is #879225. Grayscale: #7C7C7C. Windows color (decimal): -8884774 or 14314872. OLE color: 14314872.
HSL color Cylindrical-coordinate representation of color #786DDA: hue angle of 246.06º degrees, saturation: 0.6, 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 #786DDA is Cyan = 0.45, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 109 | 218 | - |
| CMYK | 0.45 | 0.5 | 0 | 0.15 |
| HSL | 246.06º | 0.6% | 0.64% | - |
| HSV(B) | 246.06º | 0.5% | 0.85% | - |
| XYZ | 25.87 | 19.99 | 68.83 | - |
| YUV | 124.72 | 180.64 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 218 | 0.45 | 0.5 | 0 | 0.15 | 246.06 | 0.6 | 0.64 |
| Hex | 78 | 6D | DA | 2D | 32 | 0 | F | F6 | 3C | 40 |
| Octal | 170 | 155 | 332 | 55 | 62 | 0 | 17 | 366 | 74 | 100 |
| Binary | 1111000 | 1101101 | 11011010 | 101101 | 110010 | 0 | 1111 | 11110110 | 111100 | 1000000 |
Color Harmonies of #786DDA
Complementary color
Monochromatic Colors of #786DDA
Black with #786DDA
Text Example
Text Example
White with #786DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786DDA; }
p { color: rgb(120,109,218); }
H1.HeaderClassName
{
color: #786DDA;
}
.AnyTagClassName
{
color: #786DDA;
}
</style>
background-color css
<style>
a { background-color: #786DDA; }
a { background-color: rgb(120,109,218); }
div.DivClassName
{
background-color: #786DDA;
}
.BgClassName
{
background-color: #786DDA;
}
</style>
border-color css
<style>
span { border-color: #786DDA; }
span { border-color: rgb(120,109,218); }
td.TdClassName
{
border-color: #786DDA;
}
.TagClassName
{
border-color: #786DDA;
}
</style>