Shades of Medium Slate Blue #784FF2
Tints of Medium Slate Blue #784FF2
RGB
CMYK
RGB Variations
Color information
#784FF2 (or 0x784FF2) is known color: Medium Slate Blue. HEX triplet: 78, 4F and F2. RGB value is (120,79,242). Sum of RGB (Red+Green+Blue) = 120+79+242=441 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.21% from 441); Green value is 79 (31.25% from 255 or 17.91% from 441); Blue value is 242 (94.92% from 255 or 54.88% from 441); Max value from RGB is 242 - color contains mainly: blue. Hex color #784FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #784FF2 is #87B00D. Grayscale: #6D6D6D. Windows color (decimal): -8892430 or 15880056. OLE color: 15880056.
HSL color Cylindrical-coordinate representation of color #784FF2: hue angle of 255.09º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #784FF2 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 79 | 242 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.05 |
| HSL | 255.09º | 0.86% | 0.63% | - |
| HSV(B) | 255.09º | 0.67% | 0.95% | - |
| XYZ | 26.57 | 16 | 85.69 | - |
| YUV | 109.84 | 202.58 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 79 | 242 | 0.50 | 0.67 | 0 | 0.05 | 255.09 | 0.86 | 0.63 |
| Hex | 78 | 4F | F2 | 32 | 43 | 0 | 5 | FF | 56 | 3F |
| Octal | 170 | 117 | 362 | 62 | 103 | 0 | 5 | 377 | 126 | 77 |
| Binary | 1111000 | 1001111 | 11110010 | 110010 | 1000011 | 0 | 101 | 11111111 | 1010110 | 111111 |
Color Harmonies of #784FF2
Complementary color
Monochromatic Colors of #784FF2
Black with #784FF2
Text Example
Text Example
White with #784FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784FF2; }
p { color: rgb(120,79,242); }
H1.HeaderClassName
{
color: #784FF2;
}
.AnyTagClassName
{
color: #784FF2;
}
</style>
background-color css
<style>
a { background-color: #784FF2; }
a { background-color: rgb(120,79,242); }
div.DivClassName
{
background-color: #784FF2;
}
.BgClassName
{
background-color: #784FF2;
}
</style>
border-color css
<style>
span { border-color: #784FF2; }
span { border-color: rgb(120,79,242); }
td.TdClassName
{
border-color: #784FF2;
}
.TagClassName
{
border-color: #784FF2;
}
</style>