Shades of Medium Slate Blue #8656F3
Tints of Medium Slate Blue #8656F3
RGB
CMYK
RGB Variations
Color information
#8656F3 (or 0x8656F3) is known color: Medium Slate Blue. HEX triplet: 86, 56 and F3. RGB value is (134,86,243). Sum of RGB (Red+Green+Blue) = 134+86+243=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 243 (95.31% from 255 or 52.48% from 463); Max value from RGB is 243 - color contains mainly: blue. Hex color #8656F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8656F3 is #79A90C. Grayscale: #757575. Windows color (decimal): -7973133 or 15947398. OLE color: 15947398.
HSL color Cylindrical-coordinate representation of color #8656F3: hue angle of 258.34º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8656F3 is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 86 | 243 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.05 |
| HSL | 258.34º | 0.87% | 0.65% | - |
| HSV(B) | 258.34º | 0.65% | 0.95% | - |
| XYZ | 29.34 | 18.19 | 86.76 | - |
| YUV | 118.25 | 198.4 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 86 | 243 | 0.45 | 0.65 | 0 | 0.05 | 258.34 | 0.87 | 0.65 |
| Hex | 86 | 56 | F3 | 2D | 41 | 0 | 5 | 102 | 57 | 41 |
| Octal | 206 | 126 | 363 | 55 | 101 | 0 | 5 | 402 | 127 | 101 |
| Binary | 10000110 | 1010110 | 11110011 | 101101 | 1000001 | 0 | 101 | 100000010 | 1010111 | 1000001 |
Color Harmonies of #8656F3
Complementary color
Monochromatic Colors of #8656F3
Black with #8656F3
Text Example
Text Example
White with #8656F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8656F3; }
p { color: rgb(134,86,243); }
H1.HeaderClassName
{
color: #8656F3;
}
.AnyTagClassName
{
color: #8656F3;
}
</style>
background-color css
<style>
a { background-color: #8656F3; }
a { background-color: rgb(134,86,243); }
div.DivClassName
{
background-color: #8656F3;
}
.BgClassName
{
background-color: #8656F3;
}
</style>
border-color css
<style>
span { border-color: #8656F3; }
span { border-color: rgb(134,86,243); }
td.TdClassName
{
border-color: #8656F3;
}
.TagClassName
{
border-color: #8656F3;
}
</style>