Shades of Medium Slate Blue #884FFB
Tints of Medium Slate Blue #884FFB
RGB
CMYK
RGB Variations
Color information
#884FFB (or 0x884FFB) is known color: Medium Slate Blue. HEX triplet: 88, 4F and FB. RGB value is (136,79,251). Sum of RGB (Red+Green+Blue) = 136+79+251=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #884FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #884FFB is #77B004. Grayscale: #737373. Windows color (decimal): -7843845 or 16469896. OLE color: 16469896.
HSL color Cylindrical-coordinate representation of color #884FFB: hue angle of 259.88º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #884FFB is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 79 | 251 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.02 |
| HSL | 259.88º | 0.96% | 0.65% | - |
| HSV(B) | 259.88º | 0.69% | 0.98% | - |
| XYZ | 30.36 | 17.79 | 93.1 | - |
| YUV | 115.65 | 204.38 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 251 | 0.46 | 0.69 | 0 | 0.02 | 259.88 | 0.96 | 0.65 |
| Hex | 88 | 4F | FB | 2E | 45 | 0 | 2 | 104 | 60 | 41 |
| Octal | 210 | 117 | 373 | 56 | 105 | 0 | 2 | 404 | 140 | 101 |
| Binary | 10001000 | 1001111 | 11111011 | 101110 | 1000101 | 0 | 10 | 100000100 | 1100000 | 1000001 |
Color Harmonies of #884FFB
Complementary color
Monochromatic Colors of #884FFB
Black with #884FFB
Text Example
Text Example
White with #884FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884FFB; }
p { color: rgb(136,79,251); }
H1.HeaderClassName
{
color: #884FFB;
}
.AnyTagClassName
{
color: #884FFB;
}
</style>
background-color css
<style>
a { background-color: #884FFB; }
a { background-color: rgb(136,79,251); }
div.DivClassName
{
background-color: #884FFB;
}
.BgClassName
{
background-color: #884FFB;
}
</style>
border-color css
<style>
span { border-color: #884FFB; }
span { border-color: rgb(136,79,251); }
td.TdClassName
{
border-color: #884FFB;
}
.TagClassName
{
border-color: #884FFB;
}
</style>