Shades of Medium Slate Blue #884DFC
Tints of Medium Slate Blue #884DFC
RGB
CMYK
RGB Variations
Color information
#884DFC (or 0x884DFC) is known color: Medium Slate Blue. HEX triplet: 88, 4D and FC. RGB value is (136,77,252). Sum of RGB (Red+Green+Blue) = 136+77+252=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #884DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #884DFC is #77B203. Grayscale: #717171. Windows color (decimal): -7844356 or 16534920. OLE color: 16534920.
HSL color Cylindrical-coordinate representation of color #884DFC: hue angle of 260.23º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #884DFC is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 77 | 252 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.01 |
| HSL | 260.23º | 0.97% | 0.65% | - |
| HSV(B) | 260.23º | 0.69% | 0.99% | - |
| XYZ | 30.38 | 17.57 | 93.89 | - |
| YUV | 114.59 | 205.55 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 252 | 0.46 | 0.69 | 0 | 0.01 | 260.23 | 0.97 | 0.65 |
| Hex | 88 | 4D | FC | 2E | 45 | 0 | 1 | 104 | 61 | 41 |
| Octal | 210 | 115 | 374 | 56 | 105 | 0 | 1 | 404 | 141 | 101 |
| Binary | 10001000 | 1001101 | 11111100 | 101110 | 1000101 | 0 | 1 | 100000100 | 1100001 | 1000001 |
Color Harmonies of #884DFC
Complementary color
Monochromatic Colors of #884DFC
Black with #884DFC
Text Example
Text Example
White with #884DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884DFC; }
p { color: rgb(136,77,252); }
H1.HeaderClassName
{
color: #884DFC;
}
.AnyTagClassName
{
color: #884DFC;
}
</style>
background-color css
<style>
a { background-color: #884DFC; }
a { background-color: rgb(136,77,252); }
div.DivClassName
{
background-color: #884DFC;
}
.BgClassName
{
background-color: #884DFC;
}
</style>
border-color css
<style>
span { border-color: #884DFC; }
span { border-color: rgb(136,77,252); }
td.TdClassName
{
border-color: #884DFC;
}
.TagClassName
{
border-color: #884DFC;
}
</style>