Shades of Medium Slate Blue #865BEC
Tints of Medium Slate Blue #865BEC
RGB
CMYK
RGB Variations
Color information
#865BEC (or 0x865BEC) is known color: Medium Slate Blue. HEX triplet: 86, 5B and EC. RGB value is (134,91,236). Sum of RGB (Red+Green+Blue) = 134+91+236=461 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.07% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #865BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865BEC is #79A413. Grayscale: #777777. Windows color (decimal): -7971860 or 15489926. OLE color: 15489926.
HSL color Cylindrical-coordinate representation of color #865BEC: hue angle of 257.79º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #865BEC is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 91 | 236 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.07 |
| HSL | 257.79º | 0.79% | 0.64% | - |
| HSV(B) | 257.79º | 0.61% | 0.93% | - |
| XYZ | 28.71 | 18.61 | 81.43 | - |
| YUV | 120.39 | 193.25 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 236 | 0.43 | 0.61 | 0 | 0.07 | 257.79 | 0.79 | 0.64 |
| Hex | 86 | 5B | EC | 2B | 3D | 0 | 7 | 102 | 4F | 40 |
| Octal | 206 | 133 | 354 | 53 | 75 | 0 | 7 | 402 | 117 | 100 |
| Binary | 10000110 | 1011011 | 11101100 | 101011 | 111101 | 0 | 111 | 100000010 | 1001111 | 1000000 |
Color Harmonies of #865BEC
Complementary color
Monochromatic Colors of #865BEC
Black with #865BEC
Text Example
Text Example
White with #865BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865BEC; }
p { color: rgb(134,91,236); }
H1.HeaderClassName
{
color: #865BEC;
}
.AnyTagClassName
{
color: #865BEC;
}
</style>
background-color css
<style>
a { background-color: #865BEC; }
a { background-color: rgb(134,91,236); }
div.DivClassName
{
background-color: #865BEC;
}
.BgClassName
{
background-color: #865BEC;
}
</style>
border-color css
<style>
span { border-color: #865BEC; }
span { border-color: rgb(134,91,236); }
td.TdClassName
{
border-color: #865BEC;
}
.TagClassName
{
border-color: #865BEC;
}
</style>