Shades of Medium Slate Blue #884CFD
Tints of Medium Slate Blue #884CFD
RGB
CMYK
RGB Variations
Color information
#884CFD (or 0x884CFD) is known color: Medium Slate Blue. HEX triplet: 88, 4C and FD. RGB value is (136,76,253). Sum of RGB (Red+Green+Blue) = 136+76+253=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #884CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #884CFD is #77B302. Grayscale: #717171. Windows color (decimal): -7844611 or 16600200. OLE color: 16600200.
HSL color Cylindrical-coordinate representation of color #884CFD: hue angle of 260.34º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #884CFD is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 76 | 253 | - |
| CMYK | 0.46 | 0.70 | 0 | 0.01 |
| HSL | 260.34º | 0.98% | 0.65% | - |
| HSV(B) | 260.34º | 0.7% | 0.99% | - |
| XYZ | 30.47 | 17.49 | 94.7 | - |
| YUV | 114.12 | 206.38 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 253 | 0.46 | 0.70 | 0 | 0.01 | 260.34 | 0.98 | 0.65 |
| Hex | 88 | 4C | FD | 2E | 46 | 0 | 1 | 104 | 62 | 41 |
| Octal | 210 | 114 | 375 | 56 | 106 | 0 | 1 | 404 | 142 | 101 |
| Binary | 10001000 | 1001100 | 11111101 | 101110 | 1000110 | 0 | 1 | 100000100 | 1100010 | 1000001 |
Color Harmonies of #884CFD
Complementary color
Monochromatic Colors of #884CFD
Black with #884CFD
Text Example
Text Example
White with #884CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884CFD; }
p { color: rgb(136,76,253); }
H1.HeaderClassName
{
color: #884CFD;
}
.AnyTagClassName
{
color: #884CFD;
}
</style>
background-color css
<style>
a { background-color: #884CFD; }
a { background-color: rgb(136,76,253); }
div.DivClassName
{
background-color: #884CFD;
}
.BgClassName
{
background-color: #884CFD;
}
</style>
border-color css
<style>
span { border-color: #884CFD; }
span { border-color: rgb(136,76,253); }
td.TdClassName
{
border-color: #884CFD;
}
.TagClassName
{
border-color: #884CFD;
}
</style>