Shades of Medium Slate Blue #786ADD
Tints of Medium Slate Blue #786ADD
RGB
CMYK
RGB Variations
Color information
#786ADD (or 0x786ADD) is known color: Medium Slate Blue. HEX triplet: 78, 6A and DD. RGB value is (120,106,221). Sum of RGB (Red+Green+Blue) = 120+106+221=447 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.85% from 447); Green value is 106 (41.80% from 255 or 23.71% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #786ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786ADD is #879522. Grayscale: #7A7A7A. Windows color (decimal): -8885539 or 14510712. OLE color: 14510712.
HSL color Cylindrical-coordinate representation of color #786ADD: hue angle of 247.3º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #786ADD is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 106 | 221 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.13 |
| HSL | 247.3º | 0.63% | 0.64% | - |
| HSV(B) | 247.3º | 0.52% | 0.87% | - |
| XYZ | 25.95 | 19.52 | 70.81 | - |
| YUV | 123.3 | 183.14 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 221 | 0.46 | 0.52 | 0 | 0.13 | 247.3 | 0.63 | 0.64 |
| Hex | 78 | 6A | DD | 2E | 34 | 0 | D | F7 | 3F | 40 |
| Octal | 170 | 152 | 335 | 56 | 64 | 0 | 15 | 367 | 77 | 100 |
| Binary | 1111000 | 1101010 | 11011101 | 101110 | 110100 | 0 | 1101 | 11110111 | 111111 | 1000000 |
Color Harmonies of #786ADD
Complementary color
Monochromatic Colors of #786ADD
Black with #786ADD
Text Example
Text Example
White with #786ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786ADD; }
p { color: rgb(120,106,221); }
H1.HeaderClassName
{
color: #786ADD;
}
.AnyTagClassName
{
color: #786ADD;
}
</style>
background-color css
<style>
a { background-color: #786ADD; }
a { background-color: rgb(120,106,221); }
div.DivClassName
{
background-color: #786ADD;
}
.BgClassName
{
background-color: #786ADD;
}
</style>
border-color css
<style>
span { border-color: #786ADD; }
span { border-color: rgb(120,106,221); }
td.TdClassName
{
border-color: #786ADD;
}
.TagClassName
{
border-color: #786ADD;
}
</style>