Shades of Medium Slate Blue #786ADB
Tints of Medium Slate Blue #786ADB
RGB
CMYK
RGB Variations
Color information
#786ADB (or 0x786ADB) is known color: Medium Slate Blue. HEX triplet: 78, 6A and DB. RGB value is (120,106,219). Sum of RGB (Red+Green+Blue) = 120+106+219=445 (58% of max value = 765). Red value is 120 (47.27% from 255 or 26.97% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #786ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786ADB is #879524. Grayscale: #7A7A7A. Windows color (decimal): -8885541 or 14379640. OLE color: 14379640.
HSL color Cylindrical-coordinate representation of color #786ADB: hue angle of 247.43º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #786ADB is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 106 | 219 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.14 |
| HSL | 247.43º | 0.61% | 0.64% | - |
| HSV(B) | 247.43º | 0.52% | 0.86% | - |
| XYZ | 25.69 | 19.42 | 69.41 | - |
| YUV | 123.07 | 182.14 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 219 | 0.45 | 0.52 | 0 | 0.14 | 247.43 | 0.61 | 0.64 |
| Hex | 78 | 6A | DB | 2D | 34 | 0 | E | F7 | 3D | 40 |
| Octal | 170 | 152 | 333 | 55 | 64 | 0 | 16 | 367 | 75 | 100 |
| Binary | 1111000 | 1101010 | 11011011 | 101101 | 110100 | 0 | 1110 | 11110111 | 111101 | 1000000 |
Color Harmonies of #786ADB
Complementary color
Monochromatic Colors of #786ADB
Black with #786ADB
Text Example
Text Example
White with #786ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786ADB; }
p { color: rgb(120,106,219); }
H1.HeaderClassName
{
color: #786ADB;
}
.AnyTagClassName
{
color: #786ADB;
}
</style>
background-color css
<style>
a { background-color: #786ADB; }
a { background-color: rgb(120,106,219); }
div.DivClassName
{
background-color: #786ADB;
}
.BgClassName
{
background-color: #786ADB;
}
</style>
border-color css
<style>
span { border-color: #786ADB; }
span { border-color: rgb(120,106,219); }
td.TdClassName
{
border-color: #786ADB;
}
.TagClassName
{
border-color: #786ADB;
}
</style>