Shades of Medium Slate Blue #865FEC
Tints of Medium Slate Blue #865FEC
RGB
CMYK
RGB Variations
Color information
#865FEC (or 0x865FEC) is known color: Medium Slate Blue. HEX triplet: 86, 5F and EC. RGB value is (134,95,236). Sum of RGB (Red+Green+Blue) = 134+95+236=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #865FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865FEC is #79A013. Grayscale: #7A7A7A. Windows color (decimal): -7970836 or 15490950. OLE color: 15490950.
HSL color Cylindrical-coordinate representation of color #865FEC: hue angle of 256.6º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #865FEC is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 95 | 236 | - |
| CMYK | 0.43 | 0.60 | 0 | 0.07 |
| HSL | 256.6º | 0.79% | 0.65% | - |
| HSV(B) | 256.6º | 0.6% | 0.93% | - |
| XYZ | 29.06 | 19.31 | 81.55 | - |
| YUV | 122.74 | 191.92 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 95 | 236 | 0.43 | 0.60 | 0 | 0.07 | 256.6 | 0.79 | 0.65 |
| Hex | 86 | 5F | EC | 2B | 3C | 0 | 7 | 101 | 4F | 41 |
| Octal | 206 | 137 | 354 | 53 | 74 | 0 | 7 | 401 | 117 | 101 |
| Binary | 10000110 | 1011111 | 11101100 | 101011 | 111100 | 0 | 111 | 100000001 | 1001111 | 1000001 |
Color Harmonies of #865FEC
Complementary color
Monochromatic Colors of #865FEC
Black with #865FEC
Text Example
Text Example
White with #865FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865FEC; }
p { color: rgb(134,95,236); }
H1.HeaderClassName
{
color: #865FEC;
}
.AnyTagClassName
{
color: #865FEC;
}
</style>
background-color css
<style>
a { background-color: #865FEC; }
a { background-color: rgb(134,95,236); }
div.DivClassName
{
background-color: #865FEC;
}
.BgClassName
{
background-color: #865FEC;
}
</style>
border-color css
<style>
span { border-color: #865FEC; }
span { border-color: rgb(134,95,236); }
td.TdClassName
{
border-color: #865FEC;
}
.TagClassName
{
border-color: #865FEC;
}
</style>