Shades of Medium Slate Blue #784DF0
Tints of Medium Slate Blue #784DF0
RGB
CMYK
RGB Variations
Color information
#784DF0 (or 0x784DF0) is known color: Medium Slate Blue. HEX triplet: 78, 4D and F0. RGB value is (120,77,240). Sum of RGB (Red+Green+Blue) = 120+77+240=437 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.46% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 240 (94.14% from 255 or 54.92% from 437); Max value from RGB is 240 - color contains mainly: blue. Hex color #784DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #784DF0 is #87B20F. Grayscale: #6B6B6B. Windows color (decimal): -8892944 or 15748472. OLE color: 15748472.
HSL color Cylindrical-coordinate representation of color #784DF0: hue angle of 255.83º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #784DF0 is Cyan = 0.5, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 77 | 240 | - |
| CMYK | 0.5 | 0.68 | 0 | 0.06 |
| HSL | 255.83º | 0.84% | 0.62% | - |
| HSV(B) | 255.83º | 0.68% | 0.94% | - |
| XYZ | 26.13 | 15.59 | 84.07 | - |
| YUV | 108.44 | 202.25 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 77 | 240 | 0.5 | 0.68 | 0 | 0.06 | 255.83 | 0.84 | 0.62 |
| Hex | 78 | 4D | F0 | 32 | 44 | 0 | 6 | 100 | 54 | 3E |
| Octal | 170 | 115 | 360 | 62 | 104 | 0 | 6 | 400 | 124 | 76 |
| Binary | 1111000 | 1001101 | 11110000 | 110010 | 1000100 | 0 | 110 | 100000000 | 1010100 | 111110 |
Color Harmonies of #784DF0
Complementary color
Monochromatic Colors of #784DF0
Black with #784DF0
Text Example
Text Example
White with #784DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784DF0; }
p { color: rgb(120,77,240); }
H1.HeaderClassName
{
color: #784DF0;
}
.AnyTagClassName
{
color: #784DF0;
}
</style>
background-color css
<style>
a { background-color: #784DF0; }
a { background-color: rgb(120,77,240); }
div.DivClassName
{
background-color: #784DF0;
}
.BgClassName
{
background-color: #784DF0;
}
</style>
border-color css
<style>
span { border-color: #784DF0; }
span { border-color: rgb(120,77,240); }
td.TdClassName
{
border-color: #784DF0;
}
.TagClassName
{
border-color: #784DF0;
}
</style>