Shades of Medium Slate Blue #864EFF
Tints of Medium Slate Blue #864EFF
RGB
CMYK
RGB Variations
Color information
#864EFF (or 0x864EFF) is known color: Medium Slate Blue. HEX triplet: 86, 4E and FF. RGB value is (134,78,255). Sum of RGB (Red+Green+Blue) = 134+78+255=467 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.69% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #864EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #864EFF is #79B100. Grayscale: #727272. Windows color (decimal): -7975169 or 16731782. OLE color: 16731782.
HSL color Cylindrical-coordinate representation of color #864EFF: hue angle of 258.98º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #864EFF is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 78 | 255 | - |
| CMYK | 0.47 | 0.69 | 0 | 0 |
| HSL | 258.98º | 1% | 0.65% | - |
| HSV(B) | 258.98º | 0.69% | 1% | - |
| XYZ | 30.61 | 17.74 | 96.42 | - |
| YUV | 114.92 | 207.05 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 78 | 255 | 0.47 | 0.69 | 0 | 0 | 258.98 | 1 | 0.65 |
| Hex | 86 | 4E | FF | 2F | 45 | 0 | 0 | 103 | 64 | 41 |
| Octal | 206 | 116 | 377 | 57 | 105 | 0 | 0 | 403 | 144 | 101 |
| Binary | 10000110 | 1001110 | 11111111 | 101111 | 1000101 | 0 | 0 | 100000011 | 1100100 | 1000001 |
Color Harmonies of #864EFF
Complementary color
Monochromatic Colors of #864EFF
Black with #864EFF
Text Example
Text Example
White with #864EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864EFF; }
p { color: rgb(134,78,255); }
H1.HeaderClassName
{
color: #864EFF;
}
.AnyTagClassName
{
color: #864EFF;
}
</style>
background-color css
<style>
a { background-color: #864EFF; }
a { background-color: rgb(134,78,255); }
div.DivClassName
{
background-color: #864EFF;
}
.BgClassName
{
background-color: #864EFF;
}
</style>
border-color css
<style>
span { border-color: #864EFF; }
span { border-color: rgb(134,78,255); }
td.TdClassName
{
border-color: #864EFF;
}
.TagClassName
{
border-color: #864EFF;
}
</style>