Shades of Medium Slate Blue #865BF3
Tints of Medium Slate Blue #865BF3
RGB
CMYK
RGB Variations
Color information
#865BF3 (or 0x865BF3) is known color: Medium Slate Blue. HEX triplet: 86, 5B and F3. RGB value is (134,91,243). Sum of RGB (Red+Green+Blue) = 134+91+243=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 91 (35.94% from 255 or 19.44% from 468); Blue value is 243 (95.31% from 255 or 51.92% from 468); Max value from RGB is 243 - color contains mainly: blue. Hex color #865BF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865BF3 is #79A40C. Grayscale: #787878. Windows color (decimal): -7971853 or 15948678. OLE color: 15948678.
HSL color Cylindrical-coordinate representation of color #865BF3: hue angle of 256.97º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #865BF3 is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 91 | 243 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.05 |
| HSL | 256.97º | 0.86% | 0.65% | - |
| HSV(B) | 256.97º | 0.63% | 0.95% | - |
| XYZ | 29.75 | 19.02 | 86.9 | - |
| YUV | 121.19 | 196.75 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 243 | 0.45 | 0.63 | 0 | 0.05 | 256.97 | 0.86 | 0.65 |
| Hex | 86 | 5B | F3 | 2D | 3F | 0 | 5 | 101 | 56 | 41 |
| Octal | 206 | 133 | 363 | 55 | 77 | 0 | 5 | 401 | 126 | 101 |
| Binary | 10000110 | 1011011 | 11110011 | 101101 | 111111 | 0 | 101 | 100000001 | 1010110 | 1000001 |
Color Harmonies of #865BF3
Complementary color
Monochromatic Colors of #865BF3
Black with #865BF3
Text Example
Text Example
White with #865BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865BF3; }
p { color: rgb(134,91,243); }
H1.HeaderClassName
{
color: #865BF3;
}
.AnyTagClassName
{
color: #865BF3;
}
</style>
background-color css
<style>
a { background-color: #865BF3; }
a { background-color: rgb(134,91,243); }
div.DivClassName
{
background-color: #865BF3;
}
.BgClassName
{
background-color: #865BF3;
}
</style>
border-color css
<style>
span { border-color: #865BF3; }
span { border-color: rgb(134,91,243); }
td.TdClassName
{
border-color: #865BF3;
}
.TagClassName
{
border-color: #865BF3;
}
</style>