Shades of Medium Slate Blue #864DFB
Tints of Medium Slate Blue #864DFB
RGB
CMYK
RGB Variations
Color information
#864DFB (or 0x864DFB) is known color: Medium Slate Blue. HEX triplet: 86, 4D and FB. RGB value is (134,77,251). Sum of RGB (Red+Green+Blue) = 134+77+251=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #864DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #864DFB is #79B204. Grayscale: #717171. Windows color (decimal): -7975429 or 16469382. OLE color: 16469382.
HSL color Cylindrical-coordinate representation of color #864DFB: hue angle of 259.66º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #864DFB is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 77 | 251 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.02 |
| HSL | 259.66º | 0.96% | 0.64% | - |
| HSV(B) | 259.66º | 0.69% | 0.98% | - |
| XYZ | 29.9 | 17.34 | 93.04 | - |
| YUV | 113.88 | 205.38 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 77 | 251 | 0.47 | 0.69 | 0 | 0.02 | 259.66 | 0.96 | 0.64 |
| Hex | 86 | 4D | FB | 2F | 45 | 0 | 2 | 104 | 60 | 40 |
| Octal | 206 | 115 | 373 | 57 | 105 | 0 | 2 | 404 | 140 | 100 |
| Binary | 10000110 | 1001101 | 11111011 | 101111 | 1000101 | 0 | 10 | 100000100 | 1100000 | 1000000 |
Color Harmonies of #864DFB
Complementary color
Monochromatic Colors of #864DFB
Black with #864DFB
Text Example
Text Example
White with #864DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864DFB; }
p { color: rgb(134,77,251); }
H1.HeaderClassName
{
color: #864DFB;
}
.AnyTagClassName
{
color: #864DFB;
}
</style>
background-color css
<style>
a { background-color: #864DFB; }
a { background-color: rgb(134,77,251); }
div.DivClassName
{
background-color: #864DFB;
}
.BgClassName
{
background-color: #864DFB;
}
</style>
border-color css
<style>
span { border-color: #864DFB; }
span { border-color: rgb(134,77,251); }
td.TdClassName
{
border-color: #864DFB;
}
.TagClassName
{
border-color: #864DFB;
}
</style>