Shades of Medium Slate Blue #865BEE
Tints of Medium Slate Blue #865BEE
RGB
CMYK
RGB Variations
Color information
#865BEE (or 0x865BEE) is known color: Medium Slate Blue. HEX triplet: 86, 5B and EE. RGB value is (134,91,238). Sum of RGB (Red+Green+Blue) = 134+91+238=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #865BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865BEE is #79A411. Grayscale: #787878. Windows color (decimal): -7971858 or 15620998. OLE color: 15620998.
HSL color Cylindrical-coordinate representation of color #865BEE: hue angle of 257.55º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #865BEE is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 91 | 238 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.07 |
| HSL | 257.55º | 0.81% | 0.65% | - |
| HSV(B) | 257.55º | 0.62% | 0.93% | - |
| XYZ | 29.01 | 18.72 | 82.97 | - |
| YUV | 120.62 | 194.25 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 238 | 0.44 | 0.62 | 0 | 0.07 | 257.55 | 0.81 | 0.65 |
| Hex | 86 | 5B | EE | 2C | 3E | 0 | 7 | 102 | 51 | 41 |
| Octal | 206 | 133 | 356 | 54 | 76 | 0 | 7 | 402 | 121 | 101 |
| Binary | 10000110 | 1011011 | 11101110 | 101100 | 111110 | 0 | 111 | 100000010 | 1010001 | 1000001 |
Color Harmonies of #865BEE
Complementary color
Monochromatic Colors of #865BEE
Black with #865BEE
Text Example
Text Example
White with #865BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865BEE; }
p { color: rgb(134,91,238); }
H1.HeaderClassName
{
color: #865BEE;
}
.AnyTagClassName
{
color: #865BEE;
}
</style>
background-color css
<style>
a { background-color: #865BEE; }
a { background-color: rgb(134,91,238); }
div.DivClassName
{
background-color: #865BEE;
}
.BgClassName
{
background-color: #865BEE;
}
</style>
border-color css
<style>
span { border-color: #865BEE; }
span { border-color: rgb(134,91,238); }
td.TdClassName
{
border-color: #865BEE;
}
.TagClassName
{
border-color: #865BEE;
}
</style>