Shades of Medium Slate Blue #864CF1
Tints of Medium Slate Blue #864CF1
RGB
CMYK
RGB Variations
Color information
#864CF1 (or 0x864CF1) is known color: Medium Slate Blue. HEX triplet: 86, 4C and F1. RGB value is (134,76,241). Sum of RGB (Red+Green+Blue) = 134+76+241=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 241 (94.53% from 255 or 53.44% from 451); Max value from RGB is 241 - color contains mainly: blue. Hex color #864CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #864CF1 is #79B30E. Grayscale: #6F6F6F. Windows color (decimal): -7975695 or 15813766. OLE color: 15813766.
HSL color Cylindrical-coordinate representation of color #864CF1: hue angle of 261.09º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #864CF1 is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 76 | 241 | - |
| CMYK | 0.44 | 0.68 | 0 | 0.05 |
| HSL | 261.09º | 0.85% | 0.62% | - |
| HSV(B) | 261.09º | 0.68% | 0.95% | - |
| XYZ | 28.29 | 16.59 | 84.93 | - |
| YUV | 112.15 | 200.72 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 76 | 241 | 0.44 | 0.68 | 0 | 0.05 | 261.09 | 0.85 | 0.62 |
| Hex | 86 | 4C | F1 | 2C | 44 | 0 | 5 | 105 | 55 | 3E |
| Octal | 206 | 114 | 361 | 54 | 104 | 0 | 5 | 405 | 125 | 76 |
| Binary | 10000110 | 1001100 | 11110001 | 101100 | 1000100 | 0 | 101 | 100000101 | 1010101 | 111110 |
Color Harmonies of #864CF1
Complementary color
Monochromatic Colors of #864CF1
Black with #864CF1
Text Example
Text Example
White with #864CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864CF1; }
p { color: rgb(134,76,241); }
H1.HeaderClassName
{
color: #864CF1;
}
.AnyTagClassName
{
color: #864CF1;
}
</style>
background-color css
<style>
a { background-color: #864CF1; }
a { background-color: rgb(134,76,241); }
div.DivClassName
{
background-color: #864CF1;
}
.BgClassName
{
background-color: #864CF1;
}
</style>
border-color css
<style>
span { border-color: #864CF1; }
span { border-color: rgb(134,76,241); }
td.TdClassName
{
border-color: #864CF1;
}
.TagClassName
{
border-color: #864CF1;
}
</style>