Shades of Medium Slate Blue #884FF0
Tints of Medium Slate Blue #884FF0
RGB
CMYK
RGB Variations
Color information
#884FF0 (or 0x884FF0) is known color: Medium Slate Blue. HEX triplet: 88, 4F and F0. RGB value is (136,79,240). Sum of RGB (Red+Green+Blue) = 136+79+240=455 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.89% from 455); Green value is 79 (31.25% from 255 or 17.36% from 455); Blue value is 240 (94.14% from 255 or 52.75% from 455); Max value from RGB is 240 - color contains mainly: blue. Hex color #884FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #884FF0 is #77B00F. Grayscale: #717171. Windows color (decimal): -7843856 or 15749000. OLE color: 15749000.
HSL color Cylindrical-coordinate representation of color #884FF0: hue angle of 261.24º 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 #884FF0 is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 79 | 240 | - |
| CMYK | 0.43 | 0.67 | 0 | 0.06 |
| HSL | 261.24º | 0.84% | 0.63% | - |
| HSV(B) | 261.24º | 0.67% | 0.94% | - |
| XYZ | 28.68 | 17.12 | 84.23 | - |
| YUV | 114.4 | 198.88 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 240 | 0.43 | 0.67 | 0 | 0.06 | 261.24 | 0.84 | 0.63 |
| Hex | 88 | 4F | F0 | 2B | 43 | 0 | 6 | 105 | 54 | 3F |
| Octal | 210 | 117 | 360 | 53 | 103 | 0 | 6 | 405 | 124 | 77 |
| Binary | 10001000 | 1001111 | 11110000 | 101011 | 1000011 | 0 | 110 | 100000101 | 1010100 | 111111 |
Color Harmonies of #884FF0
Complementary color
Monochromatic Colors of #884FF0
Black with #884FF0
Text Example
Text Example
White with #884FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884FF0; }
p { color: rgb(136,79,240); }
H1.HeaderClassName
{
color: #884FF0;
}
.AnyTagClassName
{
color: #884FF0;
}
</style>
background-color css
<style>
a { background-color: #884FF0; }
a { background-color: rgb(136,79,240); }
div.DivClassName
{
background-color: #884FF0;
}
.BgClassName
{
background-color: #884FF0;
}
</style>
border-color css
<style>
span { border-color: #884FF0; }
span { border-color: rgb(136,79,240); }
td.TdClassName
{
border-color: #884FF0;
}
.TagClassName
{
border-color: #884FF0;
}
</style>