Shades of Medium Slate Blue #864DFE
Tints of Medium Slate Blue #864DFE
RGB
CMYK
RGB Variations
Color information
#864DFE (or 0x864DFE) is known color: Medium Slate Blue. HEX triplet: 86, 4D and FE. RGB value is (134,77,254). Sum of RGB (Red+Green+Blue) = 134+77+254=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #864DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #864DFE is #79B201. Grayscale: #717171. Windows color (decimal): -7975426 or 16665990. OLE color: 16665990.
HSL color Cylindrical-coordinate representation of color #864DFE: hue angle of 259.32º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #864DFE is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 77 | 254 | - |
| CMYK | 0.47 | 0.70 | 0 | 0.00 |
| HSL | 259.32º | 0.99% | 0.65% | - |
| HSV(B) | 259.32º | 0.7% | 1% | - |
| XYZ | 30.37 | 17.53 | 95.55 | - |
| YUV | 114.22 | 206.88 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 77 | 254 | 0.47 | 0.70 | 0 | 0.00 | 259.32 | 0.99 | 0.65 |
| Hex | 86 | 4D | FE | 2F | 46 | 0 | 0 | 103 | 63 | 41 |
| Octal | 206 | 115 | 376 | 57 | 106 | 0 | 0 | 403 | 143 | 101 |
| Binary | 10000110 | 1001101 | 11111110 | 101111 | 1000110 | 0 | 0 | 100000011 | 1100011 | 1000001 |
Color Harmonies of #864DFE
Complementary color
Monochromatic Colors of #864DFE
Black with #864DFE
Text Example
Text Example
White with #864DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864DFE; }
p { color: rgb(134,77,254); }
H1.HeaderClassName
{
color: #864DFE;
}
.AnyTagClassName
{
color: #864DFE;
}
</style>
background-color css
<style>
a { background-color: #864DFE; }
a { background-color: rgb(134,77,254); }
div.DivClassName
{
background-color: #864DFE;
}
.BgClassName
{
background-color: #864DFE;
}
</style>
border-color css
<style>
span { border-color: #864DFE; }
span { border-color: rgb(134,77,254); }
td.TdClassName
{
border-color: #864DFE;
}
.TagClassName
{
border-color: #864DFE;
}
</style>