Shades of Medium Slate Blue #865DF8
Tints of Medium Slate Blue #865DF8
RGB
CMYK
RGB Variations
Color information
#865DF8 (or 0x865DF8) is known color: Medium Slate Blue. HEX triplet: 86, 5D and F8. RGB value is (134,93,248). Sum of RGB (Red+Green+Blue) = 134+93+248=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 248 (97.27% from 255 or 52.21% from 475); Max value from RGB is 248 - color contains mainly: blue. Hex color #865DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865DF8 is #79A207. Grayscale: #7A7A7A. Windows color (decimal): -7971336 or 16276870. OLE color: 16276870.
HSL color Cylindrical-coordinate representation of color #865DF8: hue angle of 255.87º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #865DF8 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 134 | 93 | 248 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.03 |
| HSL | 255.87º | 0.92% | 0.67% | - |
| HSV(B) | 255.87º | 0.63% | 0.97% | - |
| XYZ | 30.69 | 19.67 | 90.99 | - |
| YUV | 122.93 | 198.58 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 248 | 0.46 | 0.62 | 0 | 0.03 | 255.87 | 0.92 | 0.67 |
| Hex | 86 | 5D | F8 | 2E | 3E | 0 | 3 | 100 | 5C | 43 |
| Octal | 206 | 135 | 370 | 56 | 76 | 0 | 3 | 400 | 134 | 103 |
| Binary | 10000110 | 1011101 | 11111000 | 101110 | 111110 | 0 | 11 | 100000000 | 1011100 | 1000011 |
Color Harmonies of #865DF8
Complementary color
Monochromatic Colors of #865DF8
Black with #865DF8
Text Example
Text Example
White with #865DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865DF8; }
p { color: rgb(134,93,248); }
H1.HeaderClassName
{
color: #865DF8;
}
.AnyTagClassName
{
color: #865DF8;
}
</style>
background-color css
<style>
a { background-color: #865DF8; }
a { background-color: rgb(134,93,248); }
div.DivClassName
{
background-color: #865DF8;
}
.BgClassName
{
background-color: #865DF8;
}
</style>
border-color css
<style>
span { border-color: #865DF8; }
span { border-color: rgb(134,93,248); }
td.TdClassName
{
border-color: #865DF8;
}
.TagClassName
{
border-color: #865DF8;
}
</style>