Shades of Medium Slate Blue #864CF0
Tints of Medium Slate Blue #864CF0
RGB
CMYK
RGB Variations
Color information
#864CF0 (or 0x864CF0) is known color: Medium Slate Blue. HEX triplet: 86, 4C and F0. RGB value is (134,76,240). Sum of RGB (Red+Green+Blue) = 134+76+240=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 240 (94.14% from 255 or 53.33% from 450); Max value from RGB is 240 - color contains mainly: blue. Hex color #864CF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #864CF0 is #79B30F. Grayscale: #6F6F6F. Windows color (decimal): -7975696 or 15748230. OLE color: 15748230.
HSL color Cylindrical-coordinate representation of color #864CF0: hue angle of 261.22º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #864CF0 is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 76 | 240 | - |
| CMYK | 0.44 | 0.68 | 0 | 0.06 |
| HSL | 261.22º | 0.85% | 0.62% | - |
| HSV(B) | 261.22º | 0.68% | 0.94% | - |
| XYZ | 28.14 | 16.53 | 84.15 | - |
| YUV | 112.04 | 200.22 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 76 | 240 | 0.44 | 0.68 | 0 | 0.06 | 261.22 | 0.85 | 0.62 |
| Hex | 86 | 4C | F0 | 2C | 44 | 0 | 6 | 105 | 55 | 3E |
| Octal | 206 | 114 | 360 | 54 | 104 | 0 | 6 | 405 | 125 | 76 |
| Binary | 10000110 | 1001100 | 11110000 | 101100 | 1000100 | 0 | 110 | 100000101 | 1010101 | 111110 |
Color Harmonies of #864CF0
Complementary color
Monochromatic Colors of #864CF0
Black with #864CF0
Text Example
Text Example
White with #864CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864CF0; }
p { color: rgb(134,76,240); }
H1.HeaderClassName
{
color: #864CF0;
}
.AnyTagClassName
{
color: #864CF0;
}
</style>
background-color css
<style>
a { background-color: #864CF0; }
a { background-color: rgb(134,76,240); }
div.DivClassName
{
background-color: #864CF0;
}
.BgClassName
{
background-color: #864CF0;
}
</style>
border-color css
<style>
span { border-color: #864CF0; }
span { border-color: rgb(134,76,240); }
td.TdClassName
{
border-color: #864CF0;
}
.TagClassName
{
border-color: #864CF0;
}
</style>