Shades of Medium Slate Blue #786DDC
Tints of Medium Slate Blue #786DDC
RGB
CMYK
RGB Variations
Color information
#786DDC (or 0x786DDC) is known color: Medium Slate Blue. HEX triplet: 78, 6D and DC. RGB value is (120,109,220). Sum of RGB (Red+Green+Blue) = 120+109+220=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #786DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786DDC is #879223. Grayscale: #7C7C7C. Windows color (decimal): -8884772 or 14445944. OLE color: 14445944.
HSL color Cylindrical-coordinate representation of color #786DDC: hue angle of 245.95º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #786DDC is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 109 | 220 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.14 |
| HSL | 245.95º | 0.61% | 0.65% | - |
| HSV(B) | 245.95º | 0.5% | 0.86% | - |
| XYZ | 26.13 | 20.1 | 70.21 | - |
| YUV | 124.94 | 181.64 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 220 | 0.45 | 0.50 | 0 | 0.14 | 245.95 | 0.61 | 0.65 |
| Hex | 78 | 6D | DC | 2D | 32 | 0 | E | F6 | 3D | 41 |
| Octal | 170 | 155 | 334 | 55 | 62 | 0 | 16 | 366 | 75 | 101 |
| Binary | 1111000 | 1101101 | 11011100 | 101101 | 110010 | 0 | 1110 | 11110110 | 111101 | 1000001 |
Color Harmonies of #786DDC
Complementary color
Monochromatic Colors of #786DDC
Black with #786DDC
Text Example
Text Example
White with #786DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786DDC; }
p { color: rgb(120,109,220); }
H1.HeaderClassName
{
color: #786DDC;
}
.AnyTagClassName
{
color: #786DDC;
}
</style>
background-color css
<style>
a { background-color: #786DDC; }
a { background-color: rgb(120,109,220); }
div.DivClassName
{
background-color: #786DDC;
}
.BgClassName
{
background-color: #786DDC;
}
</style>
border-color css
<style>
span { border-color: #786DDC; }
span { border-color: rgb(120,109,220); }
td.TdClassName
{
border-color: #786DDC;
}
.TagClassName
{
border-color: #786DDC;
}
</style>