Shades of Medium Slate Blue #884FFF
Tints of Medium Slate Blue #884FFF
RGB
CMYK
RGB Variations
Color information
#884FFF (or 0x884FFF) is known color: Medium Slate Blue. HEX triplet: 88, 4F and FF. RGB value is (136,79,255). Sum of RGB (Red+Green+Blue) = 136+79+255=470 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.94% from 470); Green value is 79 (31.25% from 255 or 16.81% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #884FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #884FFF is #77B000. Grayscale: #737373. Windows color (decimal): -7843841 or 16732040. OLE color: 16732040.
HSL color Cylindrical-coordinate representation of color #884FFF: hue angle of 259.43º 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 #884FFF is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 79 | 255 | - |
| CMYK | 0.47 | 0.69 | 0 | 0 |
| HSL | 259.43º | 1% | 0.65% | - |
| HSV(B) | 259.43º | 0.69% | 1% | - |
| XYZ | 31 | 18.05 | 96.46 | - |
| YUV | 116.11 | 206.38 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 255 | 0.47 | 0.69 | 0 | 0 | 259.43 | 1 | 0.65 |
| Hex | 88 | 4F | FF | 2F | 45 | 0 | 0 | 103 | 64 | 41 |
| Octal | 210 | 117 | 377 | 57 | 105 | 0 | 0 | 403 | 144 | 101 |
| Binary | 10001000 | 1001111 | 11111111 | 101111 | 1000101 | 0 | 0 | 100000011 | 1100100 | 1000001 |
Color Harmonies of #884FFF
Complementary color
Monochromatic Colors of #884FFF
Black with #884FFF
Text Example
Text Example
White with #884FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884FFF; }
p { color: rgb(136,79,255); }
H1.HeaderClassName
{
color: #884FFF;
}
.AnyTagClassName
{
color: #884FFF;
}
</style>
background-color css
<style>
a { background-color: #884FFF; }
a { background-color: rgb(136,79,255); }
div.DivClassName
{
background-color: #884FFF;
}
.BgClassName
{
background-color: #884FFF;
}
</style>
border-color css
<style>
span { border-color: #884FFF; }
span { border-color: rgb(136,79,255); }
td.TdClassName
{
border-color: #884FFF;
}
.TagClassName
{
border-color: #884FFF;
}
</style>