Shades of Medium Slate Blue #784BEC
Tints of Medium Slate Blue #784BEC
RGB
CMYK
RGB Variations
Color information
#784BEC (or 0x784BEC) is known color: Medium Slate Blue. HEX triplet: 78, 4B and EC. RGB value is (120,75,236). Sum of RGB (Red+Green+Blue) = 120+75+236=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #784BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #784BEC is #87B413. Grayscale: #6A6A6A. Windows color (decimal): -8893460 or 15485816. OLE color: 15485816.
HSL color Cylindrical-coordinate representation of color #784BEC: hue angle of 256.77º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #784BEC is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 75 | 236 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.07 |
| HSL | 256.77º | 0.81% | 0.61% | - |
| HSV(B) | 256.77º | 0.68% | 0.93% | - |
| XYZ | 25.4 | 15.08 | 80.93 | - |
| YUV | 106.81 | 200.91 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 75 | 236 | 0.49 | 0.68 | 0 | 0.07 | 256.77 | 0.81 | 0.61 |
| Hex | 78 | 4B | EC | 31 | 44 | 0 | 7 | 101 | 51 | 3D |
| Octal | 170 | 113 | 354 | 61 | 104 | 0 | 7 | 401 | 121 | 75 |
| Binary | 1111000 | 1001011 | 11101100 | 110001 | 1000100 | 0 | 111 | 100000001 | 1010001 | 111101 |
Color Harmonies of #784BEC
Complementary color
Monochromatic Colors of #784BEC
Black with #784BEC
Text Example
Text Example
White with #784BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784BEC; }
p { color: rgb(120,75,236); }
H1.HeaderClassName
{
color: #784BEC;
}
.AnyTagClassName
{
color: #784BEC;
}
</style>
background-color css
<style>
a { background-color: #784BEC; }
a { background-color: rgb(120,75,236); }
div.DivClassName
{
background-color: #784BEC;
}
.BgClassName
{
background-color: #784BEC;
}
</style>
border-color css
<style>
span { border-color: #784BEC; }
span { border-color: rgb(120,75,236); }
td.TdClassName
{
border-color: #784BEC;
}
.TagClassName
{
border-color: #784BEC;
}
</style>