Shades of Medium Slate Blue #786FDD
Tints of Medium Slate Blue #786FDD
RGB
CMYK
RGB Variations
Color information
#786FDD (or 0x786FDD) is known color: Medium Slate Blue. HEX triplet: 78, 6F and DD. RGB value is (120,111,221). Sum of RGB (Red+Green+Blue) = 120+111+221=452 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.55% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #786FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786FDD is #879022. Grayscale: #7D7D7D. Windows color (decimal): -8884259 or 14511992. OLE color: 14511992.
HSL color Cylindrical-coordinate representation of color #786FDD: hue angle of 244.91º degrees, saturation: 0.62, 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 #786FDD is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 111 | 221 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.13 |
| HSL | 244.91º | 0.62% | 0.65% | - |
| HSV(B) | 244.91º | 0.5% | 0.87% | - |
| XYZ | 26.48 | 20.58 | 70.98 | - |
| YUV | 126.23 | 181.48 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 111 | 221 | 0.46 | 0.50 | 0 | 0.13 | 244.91 | 0.62 | 0.65 |
| Hex | 78 | 6F | DD | 2E | 32 | 0 | D | F5 | 3E | 41 |
| Octal | 170 | 157 | 335 | 56 | 62 | 0 | 15 | 365 | 76 | 101 |
| Binary | 1111000 | 1101111 | 11011101 | 101110 | 110010 | 0 | 1101 | 11110101 | 111110 | 1000001 |
Color Harmonies of #786FDD
Complementary color
Monochromatic Colors of #786FDD
Black with #786FDD
Text Example
Text Example
White with #786FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786FDD; }
p { color: rgb(120,111,221); }
H1.HeaderClassName
{
color: #786FDD;
}
.AnyTagClassName
{
color: #786FDD;
}
</style>
background-color css
<style>
a { background-color: #786FDD; }
a { background-color: rgb(120,111,221); }
div.DivClassName
{
background-color: #786FDD;
}
.BgClassName
{
background-color: #786FDD;
}
</style>
border-color css
<style>
span { border-color: #786FDD; }
span { border-color: rgb(120,111,221); }
td.TdClassName
{
border-color: #786FDD;
}
.TagClassName
{
border-color: #786FDD;
}
</style>