Shades of Medium Slate Blue #884FFA
Tints of Medium Slate Blue #884FFA
RGB
CMYK
RGB Variations
Color information
#884FFA (or 0x884FFA) is known color: Medium Slate Blue. HEX triplet: 88, 4F and FA. RGB value is (136,79,250). Sum of RGB (Red+Green+Blue) = 136+79+250=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #884FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #884FFA is #77B005. Grayscale: #727272. Windows color (decimal): -7843846 or 16404360. OLE color: 16404360.
HSL color Cylindrical-coordinate representation of color #884FFA: hue angle of 260º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #884FFA is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 79 | 250 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.02 |
| HSL | 260º | 0.94% | 0.65% | - |
| HSV(B) | 260º | 0.68% | 0.98% | - |
| XYZ | 30.2 | 17.73 | 92.27 | - |
| YUV | 115.54 | 203.88 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 250 | 0.46 | 0.68 | 0 | 0.02 | 260 | 0.94 | 0.65 |
| Hex | 88 | 4F | FA | 2E | 44 | 0 | 2 | 104 | 5E | 41 |
| Octal | 210 | 117 | 372 | 56 | 104 | 0 | 2 | 404 | 136 | 101 |
| Binary | 10001000 | 1001111 | 11111010 | 101110 | 1000100 | 0 | 10 | 100000100 | 1011110 | 1000001 |
Color Harmonies of #884FFA
Complementary color
Monochromatic Colors of #884FFA
Black with #884FFA
Text Example
Text Example
White with #884FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884FFA; }
p { color: rgb(136,79,250); }
H1.HeaderClassName
{
color: #884FFA;
}
.AnyTagClassName
{
color: #884FFA;
}
</style>
background-color css
<style>
a { background-color: #884FFA; }
a { background-color: rgb(136,79,250); }
div.DivClassName
{
background-color: #884FFA;
}
.BgClassName
{
background-color: #884FFA;
}
</style>
border-color css
<style>
span { border-color: #884FFA; }
span { border-color: rgb(136,79,250); }
td.TdClassName
{
border-color: #884FFA;
}
.TagClassName
{
border-color: #884FFA;
}
</style>