Shades of Medium Slate Blue #785BEC
Tints of Medium Slate Blue #785BEC
RGB
CMYK
RGB Variations
Color information
#785BEC (or 0x785BEC) is known color: Medium Slate Blue. HEX triplet: 78, 5B and EC. RGB value is (120,91,236). Sum of RGB (Red+Green+Blue) = 120+91+236=447 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.85% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #785BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785BEC is #87A413. Grayscale: #737373. Windows color (decimal): -8889364 or 15489912. OLE color: 15489912.
HSL color Cylindrical-coordinate representation of color #785BEC: hue angle of 252º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #785BEC is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 91 | 236 | - |
| CMYK | 0.49 | 0.61 | 0 | 0.07 |
| HSL | 252º | 0.79% | 0.64% | - |
| HSV(B) | 252º | 0.61% | 0.93% | - |
| XYZ | 26.63 | 17.53 | 81.34 | - |
| YUV | 116.2 | 195.61 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 236 | 0.49 | 0.61 | 0 | 0.07 | 252 | 0.79 | 0.64 |
| Hex | 78 | 5B | EC | 31 | 3D | 0 | 7 | FC | 4F | 40 |
| Octal | 170 | 133 | 354 | 61 | 75 | 0 | 7 | 374 | 117 | 100 |
| Binary | 1111000 | 1011011 | 11101100 | 110001 | 111101 | 0 | 111 | 11111100 | 1001111 | 1000000 |
Color Harmonies of #785BEC
Complementary color
Monochromatic Colors of #785BEC
Black with #785BEC
Text Example
Text Example
White with #785BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785BEC; }
p { color: rgb(120,91,236); }
H1.HeaderClassName
{
color: #785BEC;
}
.AnyTagClassName
{
color: #785BEC;
}
</style>
background-color css
<style>
a { background-color: #785BEC; }
a { background-color: rgb(120,91,236); }
div.DivClassName
{
background-color: #785BEC;
}
.BgClassName
{
background-color: #785BEC;
}
</style>
border-color css
<style>
span { border-color: #785BEC; }
span { border-color: rgb(120,91,236); }
td.TdClassName
{
border-color: #785BEC;
}
.TagClassName
{
border-color: #785BEC;
}
</style>