Shades of Medium Slate Blue #786ADE
Tints of Medium Slate Blue #786ADE
RGB
CMYK
RGB Variations
Color information
#786ADE (or 0x786ADE) is known color: Medium Slate Blue. HEX triplet: 78, 6A and DE. RGB value is (120,106,222). Sum of RGB (Red+Green+Blue) = 120+106+222=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 106 (41.80% from 255 or 23.66% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #786ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786ADE is #879521. Grayscale: #7A7A7A. Windows color (decimal): -8885538 or 14576248. OLE color: 14576248.
HSL color Cylindrical-coordinate representation of color #786ADE: hue angle of 247.24º degrees, saturation: 0.64, 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 #786ADE is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 106 | 222 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.13 |
| HSL | 247.24º | 0.64% | 0.64% | - |
| HSV(B) | 247.24º | 0.52% | 0.87% | - |
| XYZ | 26.08 | 19.58 | 71.51 | - |
| YUV | 123.41 | 183.64 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 222 | 0.46 | 0.52 | 0 | 0.13 | 247.24 | 0.64 | 0.64 |
| Hex | 78 | 6A | DE | 2E | 34 | 0 | D | F7 | 40 | 40 |
| Octal | 170 | 152 | 336 | 56 | 64 | 0 | 15 | 367 | 100 | 100 |
| Binary | 1111000 | 1101010 | 11011110 | 101110 | 110100 | 0 | 1101 | 11110111 | 1000000 | 1000000 |
Color Harmonies of #786ADE
Complementary color
Monochromatic Colors of #786ADE
Black with #786ADE
Text Example
Text Example
White with #786ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786ADE; }
p { color: rgb(120,106,222); }
H1.HeaderClassName
{
color: #786ADE;
}
.AnyTagClassName
{
color: #786ADE;
}
</style>
background-color css
<style>
a { background-color: #786ADE; }
a { background-color: rgb(120,106,222); }
div.DivClassName
{
background-color: #786ADE;
}
.BgClassName
{
background-color: #786ADE;
}
</style>
border-color css
<style>
span { border-color: #786ADE; }
span { border-color: rgb(120,106,222); }
td.TdClassName
{
border-color: #786ADE;
}
.TagClassName
{
border-color: #786ADE;
}
</style>