Shades of Medium Slate Blue #884BFF
Tints of Medium Slate Blue #884BFF
RGB
CMYK
RGB Variations
Color information
#884BFF (or 0x884BFF) is known color: Medium Slate Blue. HEX triplet: 88, 4B and FF. RGB value is (136,75,255). Sum of RGB (Red+Green+Blue) = 136+75+255=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 75 (29.69% from 255 or 16.09% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #884BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #884BFF is #77B400. Grayscale: #717171. Windows color (decimal): -7844865 or 16731016. OLE color: 16731016.
HSL color Cylindrical-coordinate representation of color #884BFF: hue angle of 260.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #884BFF is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 75 | 255 | - |
| CMYK | 0.47 | 0.71 | 0 | 0 |
| HSL | 260.33º | 1% | 0.65% | - |
| HSV(B) | 260.33º | 0.71% | 1% | - |
| XYZ | 30.72 | 17.49 | 96.36 | - |
| YUV | 113.76 | 207.71 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 255 | 0.47 | 0.71 | 0 | 0 | 260.33 | 1 | 0.65 |
| Hex | 88 | 4B | FF | 2F | 47 | 0 | 0 | 104 | 64 | 41 |
| Octal | 210 | 113 | 377 | 57 | 107 | 0 | 0 | 404 | 144 | 101 |
| Binary | 10001000 | 1001011 | 11111111 | 101111 | 1000111 | 0 | 0 | 100000100 | 1100100 | 1000001 |
Color Harmonies of #884BFF
Complementary color
Monochromatic Colors of #884BFF
Black with #884BFF
Text Example
Text Example
White with #884BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884BFF; }
p { color: rgb(136,75,255); }
H1.HeaderClassName
{
color: #884BFF;
}
.AnyTagClassName
{
color: #884BFF;
}
</style>
background-color css
<style>
a { background-color: #884BFF; }
a { background-color: rgb(136,75,255); }
div.DivClassName
{
background-color: #884BFF;
}
.BgClassName
{
background-color: #884BFF;
}
</style>
border-color css
<style>
span { border-color: #884BFF; }
span { border-color: rgb(136,75,255); }
td.TdClassName
{
border-color: #884BFF;
}
.TagClassName
{
border-color: #884BFF;
}
</style>