Shades of Medium Slate Blue #884EFF
Tints of Medium Slate Blue #884EFF
RGB
CMYK
RGB Variations
Color information
#884EFF (or 0x884EFF) is known color: Medium Slate Blue. HEX triplet: 88, 4E and FF. RGB value is (136,78,255). Sum of RGB (Red+Green+Blue) = 136+78+255=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 78 (30.86% from 255 or 16.63% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #884EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #884EFF is #77B100. Grayscale: #727272. Windows color (decimal): -7844097 or 16731784. OLE color: 16731784.
HSL color Cylindrical-coordinate representation of color #884EFF: hue angle of 259.66º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #884EFF is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 78 | 255 | - |
| CMYK | 0.47 | 0.69 | 0 | 0 |
| HSL | 259.66º | 1% | 0.65% | - |
| HSV(B) | 259.66º | 0.69% | 1% | - |
| XYZ | 30.93 | 17.9 | 96.43 | - |
| YUV | 115.52 | 206.72 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 78 | 255 | 0.47 | 0.69 | 0 | 0 | 259.66 | 1 | 0.65 |
| Hex | 88 | 4E | FF | 2F | 45 | 0 | 0 | 104 | 64 | 41 |
| Octal | 210 | 116 | 377 | 57 | 105 | 0 | 0 | 404 | 144 | 101 |
| Binary | 10001000 | 1001110 | 11111111 | 101111 | 1000101 | 0 | 0 | 100000100 | 1100100 | 1000001 |
Color Harmonies of #884EFF
Complementary color
Monochromatic Colors of #884EFF
Black with #884EFF
Text Example
Text Example
White with #884EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884EFF; }
p { color: rgb(136,78,255); }
H1.HeaderClassName
{
color: #884EFF;
}
.AnyTagClassName
{
color: #884EFF;
}
</style>
background-color css
<style>
a { background-color: #884EFF; }
a { background-color: rgb(136,78,255); }
div.DivClassName
{
background-color: #884EFF;
}
.BgClassName
{
background-color: #884EFF;
}
</style>
border-color css
<style>
span { border-color: #884EFF; }
span { border-color: rgb(136,78,255); }
td.TdClassName
{
border-color: #884EFF;
}
.TagClassName
{
border-color: #884EFF;
}
</style>