Shades of Medium Slate Blue #874DF5
Tints of Medium Slate Blue #874DF5
RGB
CMYK
RGB Variations
Color information
#874DF5 (or 0x874DF5) is known color: Medium Slate Blue. HEX triplet: 87, 4D and F5. RGB value is (135,77,245). Sum of RGB (Red+Green+Blue) = 135+77+245=457 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.54% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 245 (96.09% from 255 or 53.61% from 457); Max value from RGB is 245 - color contains mainly: blue. Hex color #874DF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #874DF5 is #78B20A. Grayscale: #707070. Windows color (decimal): -7909899 or 16076167. OLE color: 16076167.
HSL color Cylindrical-coordinate representation of color #874DF5: hue angle of 260.71º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #874DF5 is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 135 | 77 | 245 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.04 |
| HSL | 260.71º | 0.89% | 0.63% | - |
| HSV(B) | 260.71º | 0.69% | 0.96% | - |
| XYZ | 29.13 | 17.05 | 88.14 | - |
| YUV | 113.49 | 202.22 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 245 | 0.45 | 0.69 | 0 | 0.04 | 260.71 | 0.89 | 0.63 |
| Hex | 87 | 4D | F5 | 2D | 45 | 0 | 4 | 105 | 59 | 3F |
| Octal | 207 | 115 | 365 | 55 | 105 | 0 | 4 | 405 | 131 | 77 |
| Binary | 10000111 | 1001101 | 11110101 | 101101 | 1000101 | 0 | 100 | 100000101 | 1011001 | 111111 |
Color Harmonies of #874DF5
Complementary color
Monochromatic Colors of #874DF5
Black with #874DF5
Text Example
Text Example
White with #874DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874DF5; }
p { color: rgb(135,77,245); }
H1.HeaderClassName
{
color: #874DF5;
}
.AnyTagClassName
{
color: #874DF5;
}
</style>
background-color css
<style>
a { background-color: #874DF5; }
a { background-color: rgb(135,77,245); }
div.DivClassName
{
background-color: #874DF5;
}
.BgClassName
{
background-color: #874DF5;
}
</style>
border-color css
<style>
span { border-color: #874DF5; }
span { border-color: rgb(135,77,245); }
td.TdClassName
{
border-color: #874DF5;
}
.TagClassName
{
border-color: #874DF5;
}
</style>