Shades of Medium Slate Blue #786CDE
Tints of Medium Slate Blue #786CDE
RGB
CMYK
RGB Variations
Color information
#786CDE (or 0x786CDE) is known color: Medium Slate Blue. HEX triplet: 78, 6C and DE. RGB value is (120,108,222). Sum of RGB (Red+Green+Blue) = 120+108+222=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #786CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786CDE is #879321. Grayscale: #7C7C7C. Windows color (decimal): -8885026 or 14576760. OLE color: 14576760.
HSL color Cylindrical-coordinate representation of color #786CDE: hue angle of 246.32º degrees, saturation: 0.63, 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 #786CDE is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 108 | 222 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.13 |
| HSL | 246.32º | 0.63% | 0.65% | - |
| HSV(B) | 246.32º | 0.51% | 0.87% | - |
| XYZ | 26.29 | 19.99 | 71.58 | - |
| YUV | 124.58 | 182.98 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 222 | 0.46 | 0.51 | 0 | 0.13 | 246.32 | 0.63 | 0.65 |
| Hex | 78 | 6C | DE | 2E | 33 | 0 | D | F6 | 3F | 41 |
| Octal | 170 | 154 | 336 | 56 | 63 | 0 | 15 | 366 | 77 | 101 |
| Binary | 1111000 | 1101100 | 11011110 | 101110 | 110011 | 0 | 1101 | 11110110 | 111111 | 1000001 |
Color Harmonies of #786CDE
Complementary color
Monochromatic Colors of #786CDE
Black with #786CDE
Text Example
Text Example
White with #786CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786CDE; }
p { color: rgb(120,108,222); }
H1.HeaderClassName
{
color: #786CDE;
}
.AnyTagClassName
{
color: #786CDE;
}
</style>
background-color css
<style>
a { background-color: #786CDE; }
a { background-color: rgb(120,108,222); }
div.DivClassName
{
background-color: #786CDE;
}
.BgClassName
{
background-color: #786CDE;
}
</style>
border-color css
<style>
span { border-color: #786CDE; }
span { border-color: rgb(120,108,222); }
td.TdClassName
{
border-color: #786CDE;
}
.TagClassName
{
border-color: #786CDE;
}
</style>