Shades of Medium Slate Blue #884BFD
Tints of Medium Slate Blue #884BFD
RGB
CMYK
RGB Variations
Color information
#884BFD (or 0x884BFD) is known color: Medium Slate Blue. HEX triplet: 88, 4B and FD. RGB value is (136,75,253). Sum of RGB (Red+Green+Blue) = 136+75+253=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 75 (29.69% from 255 or 16.16% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #884BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #884BFD is #77B402. Grayscale: #707070. Windows color (decimal): -7844867 or 16599944. OLE color: 16599944.
HSL color Cylindrical-coordinate representation of color #884BFD: hue angle of 260.56º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #884BFD is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 75 | 253 | - |
| CMYK | 0.46 | 0.70 | 0 | 0.01 |
| HSL | 260.56º | 0.98% | 0.64% | - |
| HSV(B) | 260.56º | 0.7% | 0.99% | - |
| XYZ | 30.4 | 17.36 | 94.68 | - |
| YUV | 113.53 | 206.71 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 253 | 0.46 | 0.70 | 0 | 0.01 | 260.56 | 0.98 | 0.64 |
| Hex | 88 | 4B | FD | 2E | 46 | 0 | 1 | 105 | 62 | 40 |
| Octal | 210 | 113 | 375 | 56 | 106 | 0 | 1 | 405 | 142 | 100 |
| Binary | 10001000 | 1001011 | 11111101 | 101110 | 1000110 | 0 | 1 | 100000101 | 1100010 | 1000000 |
Color Harmonies of #884BFD
Complementary color
Monochromatic Colors of #884BFD
Black with #884BFD
Text Example
Text Example
White with #884BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884BFD; }
p { color: rgb(136,75,253); }
H1.HeaderClassName
{
color: #884BFD;
}
.AnyTagClassName
{
color: #884BFD;
}
</style>
background-color css
<style>
a { background-color: #884BFD; }
a { background-color: rgb(136,75,253); }
div.DivClassName
{
background-color: #884BFD;
}
.BgClassName
{
background-color: #884BFD;
}
</style>
border-color css
<style>
span { border-color: #884BFD; }
span { border-color: rgb(136,75,253); }
td.TdClassName
{
border-color: #884BFD;
}
.TagClassName
{
border-color: #884BFD;
}
</style>