Shades of Medium Slate Blue #784AF0
Tints of Medium Slate Blue #784AF0
RGB
CMYK
RGB Variations
Color information
#784AF0 (or 0x784AF0) is known color: Medium Slate Blue. HEX triplet: 78, 4A and F0. RGB value is (120,74,240). Sum of RGB (Red+Green+Blue) = 120+74+240=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 240 (94.14% from 255 or 55.30% from 434); Max value from RGB is 240 - color contains mainly: blue. Hex color #784AF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #784AF0 is #87B50F. Grayscale: #6A6A6A. Windows color (decimal): -8893712 or 15747704. OLE color: 15747704.
HSL color Cylindrical-coordinate representation of color #784AF0: hue angle of 256.63º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #784AF0 is Cyan = 0.5, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 74 | 240 | - |
| CMYK | 0.5 | 0.69 | 0 | 0.06 |
| HSL | 256.63º | 0.85% | 0.62% | - |
| HSV(B) | 256.63º | 0.69% | 0.94% | - |
| XYZ | 25.92 | 15.18 | 84 | - |
| YUV | 106.68 | 203.24 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 74 | 240 | 0.5 | 0.69 | 0 | 0.06 | 256.63 | 0.85 | 0.62 |
| Hex | 78 | 4A | F0 | 32 | 45 | 0 | 6 | 101 | 55 | 3E |
| Octal | 170 | 112 | 360 | 62 | 105 | 0 | 6 | 401 | 125 | 76 |
| Binary | 1111000 | 1001010 | 11110000 | 110010 | 1000101 | 0 | 110 | 100000001 | 1010101 | 111110 |
Color Harmonies of #784AF0
Complementary color
Monochromatic Colors of #784AF0
Black with #784AF0
Text Example
Text Example
White with #784AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784AF0; }
p { color: rgb(120,74,240); }
H1.HeaderClassName
{
color: #784AF0;
}
.AnyTagClassName
{
color: #784AF0;
}
</style>
background-color css
<style>
a { background-color: #784AF0; }
a { background-color: rgb(120,74,240); }
div.DivClassName
{
background-color: #784AF0;
}
.BgClassName
{
background-color: #784AF0;
}
</style>
border-color css
<style>
span { border-color: #784AF0; }
span { border-color: rgb(120,74,240); }
td.TdClassName
{
border-color: #784AF0;
}
.TagClassName
{
border-color: #784AF0;
}
</style>