Shades of Medium Slate Blue #865BF7
Tints of Medium Slate Blue #865BF7
RGB
CMYK
RGB Variations
Color information
#865BF7 (or 0x865BF7) is known color: Medium Slate Blue. HEX triplet: 86, 5B and F7. RGB value is (134,91,247). Sum of RGB (Red+Green+Blue) = 134+91+247=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 91 (35.94% from 255 or 19.28% from 472); Blue value is 247 (96.88% from 255 or 52.33% from 472); Max value from RGB is 247 - color contains mainly: blue. Hex color #865BF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865BF7 is #79A408. Grayscale: #797979. Windows color (decimal): -7971849 or 16210822. OLE color: 16210822.
HSL color Cylindrical-coordinate representation of color #865BF7: hue angle of 256.54º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #865BF7 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 134 | 91 | 247 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.03 |
| HSL | 256.54º | 0.91% | 0.66% | - |
| HSV(B) | 256.54º | 0.63% | 0.97% | - |
| XYZ | 30.36 | 19.27 | 90.11 | - |
| YUV | 121.64 | 198.75 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 247 | 0.46 | 0.63 | 0 | 0.03 | 256.54 | 0.91 | 0.66 |
| Hex | 86 | 5B | F7 | 2E | 3F | 0 | 3 | 101 | 5B | 42 |
| Octal | 206 | 133 | 367 | 56 | 77 | 0 | 3 | 401 | 133 | 102 |
| Binary | 10000110 | 1011011 | 11110111 | 101110 | 111111 | 0 | 11 | 100000001 | 1011011 | 1000010 |
Color Harmonies of #865BF7
Complementary color
Monochromatic Colors of #865BF7
Black with #865BF7
Text Example
Text Example
White with #865BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865BF7; }
p { color: rgb(134,91,247); }
H1.HeaderClassName
{
color: #865BF7;
}
.AnyTagClassName
{
color: #865BF7;
}
</style>
background-color css
<style>
a { background-color: #865BF7; }
a { background-color: rgb(134,91,247); }
div.DivClassName
{
background-color: #865BF7;
}
.BgClassName
{
background-color: #865BF7;
}
</style>
border-color css
<style>
span { border-color: #865BF7; }
span { border-color: rgb(134,91,247); }
td.TdClassName
{
border-color: #865BF7;
}
.TagClassName
{
border-color: #865BF7;
}
</style>