Shades of Medium Slate Blue #864DFF
Tints of Medium Slate Blue #864DFF
RGB
CMYK
RGB Variations
Color information
#864DFF (or 0x864DFF) is known color: Medium Slate Blue. HEX triplet: 86, 4D and FF. RGB value is (134,77,255). Sum of RGB (Red+Green+Blue) = 134+77+255=466 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.76% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #864DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #864DFF is #79B200. Grayscale: #717171. Windows color (decimal): -7975425 or 16731526. OLE color: 16731526.
HSL color Cylindrical-coordinate representation of color #864DFF: hue angle of 259.21º 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 #864DFF is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 77 | 255 | - |
| CMYK | 0.47 | 0.70 | 0 | 0 |
| HSL | 259.21º | 1% | 0.65% | - |
| HSV(B) | 259.21º | 0.7% | 1% | - |
| XYZ | 30.54 | 17.6 | 96.39 | - |
| YUV | 114.34 | 207.38 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 77 | 255 | 0.47 | 0.70 | 0 | 0 | 259.21 | 1 | 0.65 |
| Hex | 86 | 4D | FF | 2F | 46 | 0 | 0 | 103 | 64 | 41 |
| Octal | 206 | 115 | 377 | 57 | 106 | 0 | 0 | 403 | 144 | 101 |
| Binary | 10000110 | 1001101 | 11111111 | 101111 | 1000110 | 0 | 0 | 100000011 | 1100100 | 1000001 |
Color Harmonies of #864DFF
Complementary color
Monochromatic Colors of #864DFF
Black with #864DFF
Text Example
Text Example
White with #864DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864DFF; }
p { color: rgb(134,77,255); }
H1.HeaderClassName
{
color: #864DFF;
}
.AnyTagClassName
{
color: #864DFF;
}
</style>
background-color css
<style>
a { background-color: #864DFF; }
a { background-color: rgb(134,77,255); }
div.DivClassName
{
background-color: #864DFF;
}
.BgClassName
{
background-color: #864DFF;
}
</style>
border-color css
<style>
span { border-color: #864DFF; }
span { border-color: rgb(134,77,255); }
td.TdClassName
{
border-color: #864DFF;
}
.TagClassName
{
border-color: #864DFF;
}
</style>