Shades of Medium Slate Blue #864DFC
Tints of Medium Slate Blue #864DFC
RGB
CMYK
RGB Variations
Color information
#864DFC (or 0x864DFC) is known color: Medium Slate Blue. HEX triplet: 86, 4D and FC. RGB value is (134,77,252). Sum of RGB (Red+Green+Blue) = 134+77+252=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #864DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #864DFC is #79B203. Grayscale: #717171. Windows color (decimal): -7975428 or 16534918. OLE color: 16534918.
HSL color Cylindrical-coordinate representation of color #864DFC: hue angle of 259.54º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #864DFC is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 77 | 252 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.01 |
| HSL | 259.54º | 0.97% | 0.65% | - |
| HSV(B) | 259.54º | 0.69% | 0.99% | - |
| XYZ | 30.06 | 17.4 | 93.87 | - |
| YUV | 113.99 | 205.88 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 77 | 252 | 0.47 | 0.69 | 0 | 0.01 | 259.54 | 0.97 | 0.65 |
| Hex | 86 | 4D | FC | 2F | 45 | 0 | 1 | 104 | 61 | 41 |
| Octal | 206 | 115 | 374 | 57 | 105 | 0 | 1 | 404 | 141 | 101 |
| Binary | 10000110 | 1001101 | 11111100 | 101111 | 1000101 | 0 | 1 | 100000100 | 1100001 | 1000001 |
Color Harmonies of #864DFC
Complementary color
Monochromatic Colors of #864DFC
Black with #864DFC
Text Example
Text Example
White with #864DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864DFC; }
p { color: rgb(134,77,252); }
H1.HeaderClassName
{
color: #864DFC;
}
.AnyTagClassName
{
color: #864DFC;
}
</style>
background-color css
<style>
a { background-color: #864DFC; }
a { background-color: rgb(134,77,252); }
div.DivClassName
{
background-color: #864DFC;
}
.BgClassName
{
background-color: #864DFC;
}
</style>
border-color css
<style>
span { border-color: #864DFC; }
span { border-color: rgb(134,77,252); }
td.TdClassName
{
border-color: #864DFC;
}
.TagClassName
{
border-color: #864DFC;
}
</style>