Shades of Medium Slate Blue #786ADF
Tints of Medium Slate Blue #786ADF
RGB
CMYK
RGB Variations
Color information
#786ADF (or 0x786ADF) is known color: Medium Slate Blue. HEX triplet: 78, 6A and DF. RGB value is (120,106,223). Sum of RGB (Red+Green+Blue) = 120+106+223=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #786ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786ADF is #879520. Grayscale: #7B7B7B. Windows color (decimal): -8885537 or 14641784. OLE color: 14641784.
HSL color Cylindrical-coordinate representation of color #786ADF: hue angle of 247.18º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #786ADF is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 106 | 223 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.13 |
| HSL | 247.18º | 0.65% | 0.65% | - |
| HSV(B) | 247.18º | 0.52% | 0.87% | - |
| XYZ | 26.22 | 19.63 | 72.22 | - |
| YUV | 123.52 | 184.14 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 223 | 0.46 | 0.52 | 0 | 0.13 | 247.18 | 0.65 | 0.65 |
| Hex | 78 | 6A | DF | 2E | 34 | 0 | D | F7 | 41 | 41 |
| Octal | 170 | 152 | 337 | 56 | 64 | 0 | 15 | 367 | 101 | 101 |
| Binary | 1111000 | 1101010 | 11011111 | 101110 | 110100 | 0 | 1101 | 11110111 | 1000001 | 1000001 |
Color Harmonies of #786ADF
Complementary color
Monochromatic Colors of #786ADF
Black with #786ADF
Text Example
Text Example
White with #786ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786ADF; }
p { color: rgb(120,106,223); }
H1.HeaderClassName
{
color: #786ADF;
}
.AnyTagClassName
{
color: #786ADF;
}
</style>
background-color css
<style>
a { background-color: #786ADF; }
a { background-color: rgb(120,106,223); }
div.DivClassName
{
background-color: #786ADF;
}
.BgClassName
{
background-color: #786ADF;
}
</style>
border-color css
<style>
span { border-color: #786ADF; }
span { border-color: rgb(120,106,223); }
td.TdClassName
{
border-color: #786ADF;
}
.TagClassName
{
border-color: #786ADF;
}
</style>