Shades of Medium Slate Blue #784EFF
Tints of Medium Slate Blue #784EFF
RGB
CMYK
RGB Variations
Color information
#784EFF (or 0x784EFF) is known color: Medium Slate Blue. HEX triplet: 78, 4E and FF. RGB value is (120,78,255). Sum of RGB (Red+Green+Blue) = 120+78+255=453 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.49% from 453); Green value is 78 (30.86% from 255 or 17.22% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #784EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #784EFF is #87B100. Grayscale: #6E6E6E. Windows color (decimal): -8892673 or 16731768. OLE color: 16731768.
HSL color Cylindrical-coordinate representation of color #784EFF: hue angle of 254.24º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #784EFF is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 78 | 255 | - |
| CMYK | 0.53 | 0.69 | 0 | 0 |
| HSL | 254.24º | 1% | 0.65% | - |
| HSV(B) | 254.24º | 0.69% | 1% | - |
| XYZ | 28.52 | 16.66 | 96.32 | - |
| YUV | 110.74 | 209.41 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 78 | 255 | 0.53 | 0.69 | 0 | 0 | 254.24 | 1 | 0.65 |
| Hex | 78 | 4E | FF | 35 | 45 | 0 | 0 | FE | 64 | 41 |
| Octal | 170 | 116 | 377 | 65 | 105 | 0 | 0 | 376 | 144 | 101 |
| Binary | 1111000 | 1001110 | 11111111 | 110101 | 1000101 | 0 | 0 | 11111110 | 1100100 | 1000001 |
Color Harmonies of #784EFF
Complementary color
Monochromatic Colors of #784EFF
Black with #784EFF
Text Example
Text Example
White with #784EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784EFF; }
p { color: rgb(120,78,255); }
H1.HeaderClassName
{
color: #784EFF;
}
.AnyTagClassName
{
color: #784EFF;
}
</style>
background-color css
<style>
a { background-color: #784EFF; }
a { background-color: rgb(120,78,255); }
div.DivClassName
{
background-color: #784EFF;
}
.BgClassName
{
background-color: #784EFF;
}
</style>
border-color css
<style>
span { border-color: #784EFF; }
span { border-color: rgb(120,78,255); }
td.TdClassName
{
border-color: #784EFF;
}
.TagClassName
{
border-color: #784EFF;
}
</style>