Shades of Medium Slate Blue #884DFF
Tints of Medium Slate Blue #884DFF
RGB
CMYK
RGB Variations
Color information
#884DFF (or 0x884DFF) is known color: Medium Slate Blue. HEX triplet: 88, 4D and FF. RGB value is (136,77,255). Sum of RGB (Red+Green+Blue) = 136+77+255=468 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.06% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #884DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #884DFF is #77B200. Grayscale: #727272. Windows color (decimal): -7844353 or 16731528. OLE color: 16731528.
HSL color Cylindrical-coordinate representation of color #884DFF: hue angle of 259.89º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #884DFF is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 77 | 255 | - |
| CMYK | 0.47 | 0.70 | 0 | 0 |
| HSL | 259.89º | 1% | 0.65% | - |
| HSV(B) | 259.89º | 0.7% | 1% | - |
| XYZ | 30.86 | 17.76 | 96.41 | - |
| YUV | 114.93 | 207.05 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 255 | 0.47 | 0.70 | 0 | 0 | 259.89 | 1 | 0.65 |
| Hex | 88 | 4D | FF | 2F | 46 | 0 | 0 | 104 | 64 | 41 |
| Octal | 210 | 115 | 377 | 57 | 106 | 0 | 0 | 404 | 144 | 101 |
| Binary | 10001000 | 1001101 | 11111111 | 101111 | 1000110 | 0 | 0 | 100000100 | 1100100 | 1000001 |
Color Harmonies of #884DFF
Complementary color
Monochromatic Colors of #884DFF
Black with #884DFF
Text Example
Text Example
White with #884DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884DFF; }
p { color: rgb(136,77,255); }
H1.HeaderClassName
{
color: #884DFF;
}
.AnyTagClassName
{
color: #884DFF;
}
</style>
background-color css
<style>
a { background-color: #884DFF; }
a { background-color: rgb(136,77,255); }
div.DivClassName
{
background-color: #884DFF;
}
.BgClassName
{
background-color: #884DFF;
}
</style>
border-color css
<style>
span { border-color: #884DFF; }
span { border-color: rgb(136,77,255); }
td.TdClassName
{
border-color: #884DFF;
}
.TagClassName
{
border-color: #884DFF;
}
</style>