Shades of Medium Slate Blue #864DF3
Tints of Medium Slate Blue #864DF3
RGB
CMYK
RGB Variations
Color information
#864DF3 (or 0x864DF3) is known color: Medium Slate Blue. HEX triplet: 86, 4D and F3. RGB value is (134,77,243). Sum of RGB (Red+Green+Blue) = 134+77+243=454 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.52% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 243 (95.31% from 255 or 53.52% from 454); Max value from RGB is 243 - color contains mainly: blue. Hex color #864DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #864DF3 is #79B20C. Grayscale: #707070. Windows color (decimal): -7975437 or 15945094. OLE color: 15945094.
HSL color Cylindrical-coordinate representation of color #864DF3: hue angle of 260.6º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #864DF3 is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 77 | 243 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.05 |
| HSL | 260.6º | 0.87% | 0.63% | - |
| HSV(B) | 260.6º | 0.68% | 0.95% | - |
| XYZ | 28.66 | 16.85 | 86.54 | - |
| YUV | 112.97 | 201.38 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 77 | 243 | 0.45 | 0.68 | 0 | 0.05 | 260.6 | 0.87 | 0.63 |
| Hex | 86 | 4D | F3 | 2D | 44 | 0 | 5 | 105 | 57 | 3F |
| Octal | 206 | 115 | 363 | 55 | 104 | 0 | 5 | 405 | 127 | 77 |
| Binary | 10000110 | 1001101 | 11110011 | 101101 | 1000100 | 0 | 101 | 100000101 | 1010111 | 111111 |
Color Harmonies of #864DF3
Complementary color
Monochromatic Colors of #864DF3
Black with #864DF3
Text Example
Text Example
White with #864DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864DF3; }
p { color: rgb(134,77,243); }
H1.HeaderClassName
{
color: #864DF3;
}
.AnyTagClassName
{
color: #864DF3;
}
</style>
background-color css
<style>
a { background-color: #864DF3; }
a { background-color: rgb(134,77,243); }
div.DivClassName
{
background-color: #864DF3;
}
.BgClassName
{
background-color: #864DF3;
}
</style>
border-color css
<style>
span { border-color: #864DF3; }
span { border-color: rgb(134,77,243); }
td.TdClassName
{
border-color: #864DF3;
}
.TagClassName
{
border-color: #864DF3;
}
</style>