Shades of Medium Slate Blue #884FF7
Tints of Medium Slate Blue #884FF7
RGB
CMYK
RGB Variations
Color information
#884FF7 (or 0x884FF7) is known color: Medium Slate Blue. HEX triplet: 88, 4F and F7. RGB value is (136,79,247). Sum of RGB (Red+Green+Blue) = 136+79+247=462 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.44% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 247 (96.88% from 255 or 53.46% from 462); Max value from RGB is 247 - color contains mainly: blue. Hex color #884FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #884FF7 is #77B008. Grayscale: #727272. Windows color (decimal): -7843849 or 16207752. OLE color: 16207752.
HSL color Cylindrical-coordinate representation of color #884FF7: hue angle of 260.36º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #884FF7 is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 136 | 79 | 247 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.03 |
| HSL | 260.36º | 0.91% | 0.64% | - |
| HSV(B) | 260.36º | 0.68% | 0.97% | - |
| XYZ | 29.74 | 17.54 | 89.81 | - |
| YUV | 115.2 | 202.38 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 247 | 0.45 | 0.68 | 0 | 0.03 | 260.36 | 0.91 | 0.64 |
| Hex | 88 | 4F | F7 | 2D | 44 | 0 | 3 | 104 | 5B | 40 |
| Octal | 210 | 117 | 367 | 55 | 104 | 0 | 3 | 404 | 133 | 100 |
| Binary | 10001000 | 1001111 | 11110111 | 101101 | 1000100 | 0 | 11 | 100000100 | 1011011 | 1000000 |
Color Harmonies of #884FF7
Complementary color
Monochromatic Colors of #884FF7
Black with #884FF7
Text Example
Text Example
White with #884FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884FF7; }
p { color: rgb(136,79,247); }
H1.HeaderClassName
{
color: #884FF7;
}
.AnyTagClassName
{
color: #884FF7;
}
</style>
background-color css
<style>
a { background-color: #884FF7; }
a { background-color: rgb(136,79,247); }
div.DivClassName
{
background-color: #884FF7;
}
.BgClassName
{
background-color: #884FF7;
}
</style>
border-color css
<style>
span { border-color: #884FF7; }
span { border-color: rgb(136,79,247); }
td.TdClassName
{
border-color: #884FF7;
}
.TagClassName
{
border-color: #884FF7;
}
</style>