Shades of Medium Slate Blue #884DFB
Tints of Medium Slate Blue #884DFB
RGB
CMYK
RGB Variations
Color information
#884DFB (or 0x884DFB) is known color: Medium Slate Blue. HEX triplet: 88, 4D and FB. RGB value is (136,77,251). Sum of RGB (Red+Green+Blue) = 136+77+251=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #884DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #884DFB is #77B204. Grayscale: #717171. Windows color (decimal): -7844357 or 16469384. OLE color: 16469384.
HSL color Cylindrical-coordinate representation of color #884DFB: hue angle of 260.34º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #884DFB is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 77 | 251 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.02 |
| HSL | 260.34º | 0.96% | 0.64% | - |
| HSV(B) | 260.34º | 0.69% | 0.98% | - |
| XYZ | 30.22 | 17.51 | 93.05 | - |
| YUV | 114.48 | 205.05 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 251 | 0.46 | 0.69 | 0 | 0.02 | 260.34 | 0.96 | 0.64 |
| Hex | 88 | 4D | FB | 2E | 45 | 0 | 2 | 104 | 60 | 40 |
| Octal | 210 | 115 | 373 | 56 | 105 | 0 | 2 | 404 | 140 | 100 |
| Binary | 10001000 | 1001101 | 11111011 | 101110 | 1000101 | 0 | 10 | 100000100 | 1100000 | 1000000 |
Color Harmonies of #884DFB
Complementary color
Monochromatic Colors of #884DFB
Black with #884DFB
Text Example
Text Example
White with #884DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884DFB; }
p { color: rgb(136,77,251); }
H1.HeaderClassName
{
color: #884DFB;
}
.AnyTagClassName
{
color: #884DFB;
}
</style>
background-color css
<style>
a { background-color: #884DFB; }
a { background-color: rgb(136,77,251); }
div.DivClassName
{
background-color: #884DFB;
}
.BgClassName
{
background-color: #884DFB;
}
</style>
border-color css
<style>
span { border-color: #884DFB; }
span { border-color: rgb(136,77,251); }
td.TdClassName
{
border-color: #884DFB;
}
.TagClassName
{
border-color: #884DFB;
}
</style>