Shades of Medium Slate Blue #865BEF
Tints of Medium Slate Blue #865BEF
RGB
CMYK
RGB Variations
Color information
#865BEF (or 0x865BEF) is known color: Medium Slate Blue. HEX triplet: 86, 5B and EF. RGB value is (134,91,239). Sum of RGB (Red+Green+Blue) = 134+91+239=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #865BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865BEF is #79A410. Grayscale: #787878. Windows color (decimal): -7971857 or 15686534. OLE color: 15686534.
HSL color Cylindrical-coordinate representation of color #865BEF: hue angle of 257.43º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #865BEF is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 91 | 239 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.06 |
| HSL | 257.43º | 0.82% | 0.65% | - |
| HSV(B) | 257.43º | 0.62% | 0.94% | - |
| XYZ | 29.15 | 18.78 | 83.75 | - |
| YUV | 120.73 | 194.75 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 239 | 0.44 | 0.62 | 0 | 0.06 | 257.43 | 0.82 | 0.65 |
| Hex | 86 | 5B | EF | 2C | 3E | 0 | 6 | 101 | 52 | 41 |
| Octal | 206 | 133 | 357 | 54 | 76 | 0 | 6 | 401 | 122 | 101 |
| Binary | 10000110 | 1011011 | 11101111 | 101100 | 111110 | 0 | 110 | 100000001 | 1010010 | 1000001 |
Color Harmonies of #865BEF
Complementary color
Monochromatic Colors of #865BEF
Black with #865BEF
Text Example
Text Example
White with #865BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865BEF; }
p { color: rgb(134,91,239); }
H1.HeaderClassName
{
color: #865BEF;
}
.AnyTagClassName
{
color: #865BEF;
}
</style>
background-color css
<style>
a { background-color: #865BEF; }
a { background-color: rgb(134,91,239); }
div.DivClassName
{
background-color: #865BEF;
}
.BgClassName
{
background-color: #865BEF;
}
</style>
border-color css
<style>
span { border-color: #865BEF; }
span { border-color: rgb(134,91,239); }
td.TdClassName
{
border-color: #865BEF;
}
.TagClassName
{
border-color: #865BEF;
}
</style>