Shades of Medium Slate Blue #884BFE
Tints of Medium Slate Blue #884BFE
RGB
CMYK
RGB Variations
Color information
#884BFE (or 0x884BFE) is known color: Medium Slate Blue. HEX triplet: 88, 4B and FE. RGB value is (136,75,254). Sum of RGB (Red+Green+Blue) = 136+75+254=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #884BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #884BFE is #77B401. Grayscale: #707070. Windows color (decimal): -7844866 or 16665480. OLE color: 16665480.
HSL color Cylindrical-coordinate representation of color #884BFE: hue angle of 260.45º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #884BFE is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 75 | 254 | - |
| CMYK | 0.46 | 0.70 | 0 | 0.00 |
| HSL | 260.45º | 0.99% | 0.65% | - |
| HSV(B) | 260.45º | 0.7% | 1% | - |
| XYZ | 30.56 | 17.42 | 95.52 | - |
| YUV | 113.65 | 207.21 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 254 | 0.46 | 0.70 | 0 | 0.00 | 260.45 | 0.99 | 0.65 |
| Hex | 88 | 4B | FE | 2E | 46 | 0 | 0 | 104 | 63 | 41 |
| Octal | 210 | 113 | 376 | 56 | 106 | 0 | 0 | 404 | 143 | 101 |
| Binary | 10001000 | 1001011 | 11111110 | 101110 | 1000110 | 0 | 0 | 100000100 | 1100011 | 1000001 |
Color Harmonies of #884BFE
Complementary color
Monochromatic Colors of #884BFE
Black with #884BFE
Text Example
Text Example
White with #884BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884BFE; }
p { color: rgb(136,75,254); }
H1.HeaderClassName
{
color: #884BFE;
}
.AnyTagClassName
{
color: #884BFE;
}
</style>
background-color css
<style>
a { background-color: #884BFE; }
a { background-color: rgb(136,75,254); }
div.DivClassName
{
background-color: #884BFE;
}
.BgClassName
{
background-color: #884BFE;
}
</style>
border-color css
<style>
span { border-color: #884BFE; }
span { border-color: rgb(136,75,254); }
td.TdClassName
{
border-color: #884BFE;
}
.TagClassName
{
border-color: #884BFE;
}
</style>