Shades of Medium Slate Blue #784DFF
Tints of Medium Slate Blue #784DFF
RGB
CMYK
RGB Variations
Color information
#784DFF (or 0x784DFF) is known color: Medium Slate Blue. HEX triplet: 78, 4D and FF. RGB value is (120,77,255). Sum of RGB (Red+Green+Blue) = 120+77+255=452 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.55% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #784DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #784DFF is #87B200. Grayscale: #6D6D6D. Windows color (decimal): -8892929 or 16731512. OLE color: 16731512.
HSL color Cylindrical-coordinate representation of color #784DFF: hue angle of 254.49º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #784DFF is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 77 | 255 | - |
| CMYK | 0.53 | 0.70 | 0 | 0 |
| HSL | 254.49º | 1% | 0.65% | - |
| HSV(B) | 254.49º | 0.7% | 1% | - |
| XYZ | 28.45 | 16.52 | 96.3 | - |
| YUV | 110.15 | 209.75 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 77 | 255 | 0.53 | 0.70 | 0 | 0 | 254.49 | 1 | 0.65 |
| Hex | 78 | 4D | FF | 35 | 46 | 0 | 0 | FE | 64 | 41 |
| Octal | 170 | 115 | 377 | 65 | 106 | 0 | 0 | 376 | 144 | 101 |
| Binary | 1111000 | 1001101 | 11111111 | 110101 | 1000110 | 0 | 0 | 11111110 | 1100100 | 1000001 |
Color Harmonies of #784DFF
Complementary color
Monochromatic Colors of #784DFF
Black with #784DFF
Text Example
Text Example
White with #784DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784DFF; }
p { color: rgb(120,77,255); }
H1.HeaderClassName
{
color: #784DFF;
}
.AnyTagClassName
{
color: #784DFF;
}
</style>
background-color css
<style>
a { background-color: #784DFF; }
a { background-color: rgb(120,77,255); }
div.DivClassName
{
background-color: #784DFF;
}
.BgClassName
{
background-color: #784DFF;
}
</style>
border-color css
<style>
span { border-color: #784DFF; }
span { border-color: rgb(120,77,255); }
td.TdClassName
{
border-color: #784DFF;
}
.TagClassName
{
border-color: #784DFF;
}
</style>