Shades of Medium Slate Blue #786CDA
Tints of Medium Slate Blue #786CDA
RGB
CMYK
RGB Variations
Color information
#786CDA (or 0x786CDA) is known color: Medium Slate Blue. HEX triplet: 78, 6C and DA. RGB value is (120,108,218). Sum of RGB (Red+Green+Blue) = 120+108+218=446 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.91% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #786CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786CDA is #879325. Grayscale: #7B7B7B. Windows color (decimal): -8885030 or 14314616. OLE color: 14314616.
HSL color Cylindrical-coordinate representation of color #786CDA: hue angle of 246.55º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #786CDA is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 108 | 218 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.15 |
| HSL | 246.55º | 0.6% | 0.64% | - |
| HSV(B) | 246.55º | 0.5% | 0.85% | - |
| XYZ | 25.76 | 19.78 | 68.79 | - |
| YUV | 124.13 | 180.98 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 218 | 0.45 | 0.50 | 0 | 0.15 | 246.55 | 0.6 | 0.64 |
| Hex | 78 | 6C | DA | 2D | 32 | 0 | F | F7 | 3C | 40 |
| Octal | 170 | 154 | 332 | 55 | 62 | 0 | 17 | 367 | 74 | 100 |
| Binary | 1111000 | 1101100 | 11011010 | 101101 | 110010 | 0 | 1111 | 11110111 | 111100 | 1000000 |
Color Harmonies of #786CDA
Complementary color
Monochromatic Colors of #786CDA
Black with #786CDA
Text Example
Text Example
White with #786CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786CDA; }
p { color: rgb(120,108,218); }
H1.HeaderClassName
{
color: #786CDA;
}
.AnyTagClassName
{
color: #786CDA;
}
</style>
background-color css
<style>
a { background-color: #786CDA; }
a { background-color: rgb(120,108,218); }
div.DivClassName
{
background-color: #786CDA;
}
.BgClassName
{
background-color: #786CDA;
}
</style>
border-color css
<style>
span { border-color: #786CDA; }
span { border-color: rgb(120,108,218); }
td.TdClassName
{
border-color: #786CDA;
}
.TagClassName
{
border-color: #786CDA;
}
</style>