Shades of Medium Slate Blue #864DF2
Tints of Medium Slate Blue #864DF2
RGB
CMYK
RGB Variations
Color information
#864DF2 (or 0x864DF2) is known color: Medium Slate Blue. HEX triplet: 86, 4D and F2. RGB value is (134,77,242). Sum of RGB (Red+Green+Blue) = 134+77+242=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 242 (94.92% from 255 or 53.42% from 453); Max value from RGB is 242 - color contains mainly: blue. Hex color #864DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #864DF2 is #79B20D. Grayscale: #707070. Windows color (decimal): -7975438 or 15879558. OLE color: 15879558.
HSL color Cylindrical-coordinate representation of color #864DF2: hue angle of 260.73º degrees, saturation: 0.86, 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 #864DF2 is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 77 | 242 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.05 |
| HSL | 260.73º | 0.86% | 0.63% | - |
| HSV(B) | 260.73º | 0.68% | 0.95% | - |
| XYZ | 28.51 | 16.79 | 85.74 | - |
| YUV | 112.85 | 200.88 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 77 | 242 | 0.45 | 0.68 | 0 | 0.05 | 260.73 | 0.86 | 0.63 |
| Hex | 86 | 4D | F2 | 2D | 44 | 0 | 5 | 105 | 56 | 3F |
| Octal | 206 | 115 | 362 | 55 | 104 | 0 | 5 | 405 | 126 | 77 |
| Binary | 10000110 | 1001101 | 11110010 | 101101 | 1000100 | 0 | 101 | 100000101 | 1010110 | 111111 |
Color Harmonies of #864DF2
Complementary color
Monochromatic Colors of #864DF2
Black with #864DF2
Text Example
Text Example
White with #864DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864DF2; }
p { color: rgb(134,77,242); }
H1.HeaderClassName
{
color: #864DF2;
}
.AnyTagClassName
{
color: #864DF2;
}
</style>
background-color css
<style>
a { background-color: #864DF2; }
a { background-color: rgb(134,77,242); }
div.DivClassName
{
background-color: #864DF2;
}
.BgClassName
{
background-color: #864DF2;
}
</style>
border-color css
<style>
span { border-color: #864DF2; }
span { border-color: rgb(134,77,242); }
td.TdClassName
{
border-color: #864DF2;
}
.TagClassName
{
border-color: #864DF2;
}
</style>