Shades of Medium Slate Blue #784FF0
Tints of Medium Slate Blue #784FF0
RGB
CMYK
RGB Variations
Color information
#784FF0 (or 0x784FF0) is known color: Medium Slate Blue. HEX triplet: 78, 4F and F0. RGB value is (120,79,240). Sum of RGB (Red+Green+Blue) = 120+79+240=439 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.33% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 240 (94.14% from 255 or 54.67% from 439); Max value from RGB is 240 - color contains mainly: blue. Hex color #784FF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #784FF0 is #87B00F. Grayscale: #6D6D6D. Windows color (decimal): -8892432 or 15748984. OLE color: 15748984.
HSL color Cylindrical-coordinate representation of color #784FF0: hue angle of 255.28º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #784FF0 is Cyan = 0.5, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 79 | 240 | - |
| CMYK | 0.5 | 0.67 | 0 | 0.06 |
| HSL | 255.28º | 0.84% | 0.63% | - |
| HSV(B) | 255.28º | 0.67% | 0.94% | - |
| XYZ | 26.27 | 15.88 | 84.12 | - |
| YUV | 109.61 | 201.58 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 79 | 240 | 0.5 | 0.67 | 0 | 0.06 | 255.28 | 0.84 | 0.63 |
| Hex | 78 | 4F | F0 | 32 | 43 | 0 | 6 | FF | 54 | 3F |
| Octal | 170 | 117 | 360 | 62 | 103 | 0 | 6 | 377 | 124 | 77 |
| Binary | 1111000 | 1001111 | 11110000 | 110010 | 1000011 | 0 | 110 | 11111111 | 1010100 | 111111 |
Color Harmonies of #784FF0
Complementary color
Monochromatic Colors of #784FF0
Black with #784FF0
Text Example
Text Example
White with #784FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784FF0; }
p { color: rgb(120,79,240); }
H1.HeaderClassName
{
color: #784FF0;
}
.AnyTagClassName
{
color: #784FF0;
}
</style>
background-color css
<style>
a { background-color: #784FF0; }
a { background-color: rgb(120,79,240); }
div.DivClassName
{
background-color: #784FF0;
}
.BgClassName
{
background-color: #784FF0;
}
</style>
border-color css
<style>
span { border-color: #784FF0; }
span { border-color: rgb(120,79,240); }
td.TdClassName
{
border-color: #784FF0;
}
.TagClassName
{
border-color: #784FF0;
}
</style>