Shades of Medium Slate Blue #865CEC
Tints of Medium Slate Blue #865CEC
RGB
CMYK
RGB Variations
Color information
#865CEC (or 0x865CEC) is known color: Medium Slate Blue. HEX triplet: 86, 5C and EC. RGB value is (134,92,236). Sum of RGB (Red+Green+Blue) = 134+92+236=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #865CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865CEC is #79A313. Grayscale: #787878. Windows color (decimal): -7971604 or 15490182. OLE color: 15490182.
HSL color Cylindrical-coordinate representation of color #865CEC: hue angle of 257.5º 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 #865CEC is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 92 | 236 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.07 |
| HSL | 257.5º | 0.79% | 0.64% | - |
| HSV(B) | 257.5º | 0.61% | 0.93% | - |
| XYZ | 28.8 | 18.78 | 81.46 | - |
| YUV | 120.97 | 192.91 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 236 | 0.43 | 0.61 | 0 | 0.07 | 257.5 | 0.79 | 0.64 |
| Hex | 86 | 5C | EC | 2B | 3D | 0 | 7 | 102 | 4F | 40 |
| Octal | 206 | 134 | 354 | 53 | 75 | 0 | 7 | 402 | 117 | 100 |
| Binary | 10000110 | 1011100 | 11101100 | 101011 | 111101 | 0 | 111 | 100000010 | 1001111 | 1000000 |
Color Harmonies of #865CEC
Complementary color
Monochromatic Colors of #865CEC
Black with #865CEC
Text Example
Text Example
White with #865CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865CEC; }
p { color: rgb(134,92,236); }
H1.HeaderClassName
{
color: #865CEC;
}
.AnyTagClassName
{
color: #865CEC;
}
</style>
background-color css
<style>
a { background-color: #865CEC; }
a { background-color: rgb(134,92,236); }
div.DivClassName
{
background-color: #865CEC;
}
.BgClassName
{
background-color: #865CEC;
}
</style>
border-color css
<style>
span { border-color: #865CEC; }
span { border-color: rgb(134,92,236); }
td.TdClassName
{
border-color: #865CEC;
}
.TagClassName
{
border-color: #865CEC;
}
</style>