Shades of Medium Slate Blue #786CDD
Tints of Medium Slate Blue #786CDD
RGB
CMYK
RGB Variations
Color information
#786CDD (or 0x786CDD) is known color: Medium Slate Blue. HEX triplet: 78, 6C and DD. RGB value is (120,108,221). Sum of RGB (Red+Green+Blue) = 120+108+221=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #786CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786CDD is #879322. Grayscale: #7C7C7C. Windows color (decimal): -8885027 or 14511224. OLE color: 14511224.
HSL color Cylindrical-coordinate representation of color #786CDD: hue angle of 246.37º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #786CDD is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 108 | 221 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.13 |
| HSL | 246.37º | 0.62% | 0.65% | - |
| HSV(B) | 246.37º | 0.51% | 0.87% | - |
| XYZ | 26.16 | 19.94 | 70.88 | - |
| YUV | 124.47 | 182.48 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 221 | 0.46 | 0.51 | 0 | 0.13 | 246.37 | 0.62 | 0.65 |
| Hex | 78 | 6C | DD | 2E | 33 | 0 | D | F6 | 3E | 41 |
| Octal | 170 | 154 | 335 | 56 | 63 | 0 | 15 | 366 | 76 | 101 |
| Binary | 1111000 | 1101100 | 11011101 | 101110 | 110011 | 0 | 1101 | 11110110 | 111110 | 1000001 |
Color Harmonies of #786CDD
Complementary color
Monochromatic Colors of #786CDD
Black with #786CDD
Text Example
Text Example
White with #786CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786CDD; }
p { color: rgb(120,108,221); }
H1.HeaderClassName
{
color: #786CDD;
}
.AnyTagClassName
{
color: #786CDD;
}
</style>
background-color css
<style>
a { background-color: #786CDD; }
a { background-color: rgb(120,108,221); }
div.DivClassName
{
background-color: #786CDD;
}
.BgClassName
{
background-color: #786CDD;
}
</style>
border-color css
<style>
span { border-color: #786CDD; }
span { border-color: rgb(120,108,221); }
td.TdClassName
{
border-color: #786CDD;
}
.TagClassName
{
border-color: #786CDD;
}
</style>