Shades of Medium Slate Blue #884DF8
Tints of Medium Slate Blue #884DF8
RGB
CMYK
RGB Variations
Color information
#884DF8 (or 0x884DF8) is known color: Medium Slate Blue. HEX triplet: 88, 4D and F8. RGB value is (136,77,248). Sum of RGB (Red+Green+Blue) = 136+77+248=461 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.50% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 248 (97.27% from 255 or 53.80% from 461); Max value from RGB is 248 - color contains mainly: blue. Hex color #884DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #884DF8 is #77B207. Grayscale: #717171. Windows color (decimal): -7844360 or 16272776. OLE color: 16272776.
HSL color Cylindrical-coordinate representation of color #884DF8: hue angle of 260.7º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #884DF8 is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 136 | 77 | 248 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.03 |
| HSL | 260.7º | 0.92% | 0.64% | - |
| HSV(B) | 260.7º | 0.69% | 0.97% | - |
| XYZ | 29.75 | 17.32 | 90.58 | - |
| YUV | 114.14 | 203.55 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 248 | 0.45 | 0.69 | 0 | 0.03 | 260.7 | 0.92 | 0.64 |
| Hex | 88 | 4D | F8 | 2D | 45 | 0 | 3 | 105 | 5C | 40 |
| Octal | 210 | 115 | 370 | 55 | 105 | 0 | 3 | 405 | 134 | 100 |
| Binary | 10001000 | 1001101 | 11111000 | 101101 | 1000101 | 0 | 11 | 100000101 | 1011100 | 1000000 |
Color Harmonies of #884DF8
Complementary color
Monochromatic Colors of #884DF8
Black with #884DF8
Text Example
Text Example
White with #884DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884DF8; }
p { color: rgb(136,77,248); }
H1.HeaderClassName
{
color: #884DF8;
}
.AnyTagClassName
{
color: #884DF8;
}
</style>
background-color css
<style>
a { background-color: #884DF8; }
a { background-color: rgb(136,77,248); }
div.DivClassName
{
background-color: #884DF8;
}
.BgClassName
{
background-color: #884DF8;
}
</style>
border-color css
<style>
span { border-color: #884DF8; }
span { border-color: rgb(136,77,248); }
td.TdClassName
{
border-color: #884DF8;
}
.TagClassName
{
border-color: #884DF8;
}
</style>