Shades of Medium Slate Blue #874DFF
Tints of Medium Slate Blue #874DFF
RGB
CMYK
RGB Variations
Color information
#874DFF (or 0x874DFF) is known color: Medium Slate Blue. HEX triplet: 87, 4D and FF. RGB value is (135,77,255). Sum of RGB (Red+Green+Blue) = 135+77+255=467 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.91% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #874DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #874DFF is #78B200. Grayscale: #717171. Windows color (decimal): -7909889 or 16731527. OLE color: 16731527.
HSL color Cylindrical-coordinate representation of color #874DFF: hue angle of 259.55º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #874DFF is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 77 | 255 | - |
| CMYK | 0.47 | 0.70 | 0 | 0 |
| HSL | 259.55º | 1% | 0.65% | - |
| HSV(B) | 259.55º | 0.7% | 1% | - |
| XYZ | 30.7 | 17.68 | 96.4 | - |
| YUV | 114.63 | 207.22 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 255 | 0.47 | 0.70 | 0 | 0 | 259.55 | 1 | 0.65 |
| Hex | 87 | 4D | FF | 2F | 46 | 0 | 0 | 104 | 64 | 41 |
| Octal | 207 | 115 | 377 | 57 | 106 | 0 | 0 | 404 | 144 | 101 |
| Binary | 10000111 | 1001101 | 11111111 | 101111 | 1000110 | 0 | 0 | 100000100 | 1100100 | 1000001 |
Color Harmonies of #874DFF
Complementary color
Monochromatic Colors of #874DFF
Black with #874DFF
Text Example
Text Example
White with #874DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874DFF; }
p { color: rgb(135,77,255); }
H1.HeaderClassName
{
color: #874DFF;
}
.AnyTagClassName
{
color: #874DFF;
}
</style>
background-color css
<style>
a { background-color: #874DFF; }
a { background-color: rgb(135,77,255); }
div.DivClassName
{
background-color: #874DFF;
}
.BgClassName
{
background-color: #874DFF;
}
</style>
border-color css
<style>
span { border-color: #874DFF; }
span { border-color: rgb(135,77,255); }
td.TdClassName
{
border-color: #874DFF;
}
.TagClassName
{
border-color: #874DFF;
}
</style>