Shades of Medium Slate Blue #784CEC
Tints of Medium Slate Blue #784CEC
RGB
CMYK
RGB Variations
Color information
#784CEC (or 0x784CEC) is known color: Medium Slate Blue. HEX triplet: 78, 4C and EC. RGB value is (120,76,236). Sum of RGB (Red+Green+Blue) = 120+76+236=432 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.78% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #784CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #784CEC is #87B313. Grayscale: #6A6A6A. Windows color (decimal): -8893204 or 15486072. OLE color: 15486072.
HSL color Cylindrical-coordinate representation of color #784CEC: hue angle of 256.5º 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 #784CEC is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 76 | 236 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.07 |
| HSL | 256.5º | 0.81% | 0.61% | - |
| HSV(B) | 256.5º | 0.68% | 0.93% | - |
| XYZ | 25.47 | 15.22 | 80.95 | - |
| YUV | 107.4 | 200.58 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 76 | 236 | 0.49 | 0.68 | 0 | 0.07 | 256.5 | 0.81 | 0.61 |
| Hex | 78 | 4C | EC | 31 | 44 | 0 | 7 | 100 | 51 | 3D |
| Octal | 170 | 114 | 354 | 61 | 104 | 0 | 7 | 400 | 121 | 75 |
| Binary | 1111000 | 1001100 | 11101100 | 110001 | 1000100 | 0 | 111 | 100000000 | 1010001 | 111101 |
Color Harmonies of #784CEC
Complementary color
Monochromatic Colors of #784CEC
Black with #784CEC
Text Example
Text Example
White with #784CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784CEC; }
p { color: rgb(120,76,236); }
H1.HeaderClassName
{
color: #784CEC;
}
.AnyTagClassName
{
color: #784CEC;
}
</style>
background-color css
<style>
a { background-color: #784CEC; }
a { background-color: rgb(120,76,236); }
div.DivClassName
{
background-color: #784CEC;
}
.BgClassName
{
background-color: #784CEC;
}
</style>
border-color css
<style>
span { border-color: #784CEC; }
span { border-color: rgb(120,76,236); }
td.TdClassName
{
border-color: #784CEC;
}
.TagClassName
{
border-color: #784CEC;
}
</style>