Shades of Medium Slate Blue #865DF2
Tints of Medium Slate Blue #865DF2
RGB
CMYK
RGB Variations
Color information
#865DF2 (or 0x865DF2) is known color: Medium Slate Blue. HEX triplet: 86, 5D and F2. RGB value is (134,93,242). Sum of RGB (Red+Green+Blue) = 134+93+242=469 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.57% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 242 (94.92% from 255 or 51.60% from 469); Max value from RGB is 242 - color contains mainly: blue. Hex color #865DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865DF2 is #79A20D. Grayscale: #797979. Windows color (decimal): -7971342 or 15883654. OLE color: 15883654.
HSL color Cylindrical-coordinate representation of color #865DF2: hue angle of 256.51º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #865DF2 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 93 | 242 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.05 |
| HSL | 256.51º | 0.85% | 0.66% | - |
| HSV(B) | 256.51º | 0.62% | 0.95% | - |
| XYZ | 29.77 | 19.31 | 86.16 | - |
| YUV | 122.25 | 195.58 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 242 | 0.45 | 0.62 | 0 | 0.05 | 256.51 | 0.85 | 0.66 |
| Hex | 86 | 5D | F2 | 2D | 3E | 0 | 5 | 101 | 55 | 42 |
| Octal | 206 | 135 | 362 | 55 | 76 | 0 | 5 | 401 | 125 | 102 |
| Binary | 10000110 | 1011101 | 11110010 | 101101 | 111110 | 0 | 101 | 100000001 | 1010101 | 1000010 |
Color Harmonies of #865DF2
Complementary color
Monochromatic Colors of #865DF2
Black with #865DF2
Text Example
Text Example
White with #865DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865DF2; }
p { color: rgb(134,93,242); }
H1.HeaderClassName
{
color: #865DF2;
}
.AnyTagClassName
{
color: #865DF2;
}
</style>
background-color css
<style>
a { background-color: #865DF2; }
a { background-color: rgb(134,93,242); }
div.DivClassName
{
background-color: #865DF2;
}
.BgClassName
{
background-color: #865DF2;
}
</style>
border-color css
<style>
span { border-color: #865DF2; }
span { border-color: rgb(134,93,242); }
td.TdClassName
{
border-color: #865DF2;
}
.TagClassName
{
border-color: #865DF2;
}
</style>