Shades of Medium Slate Blue #8656EF
Tints of Medium Slate Blue #8656EF
RGB
CMYK
RGB Variations
Color information
#8656EF (or 0x8656EF) is known color: Medium Slate Blue. HEX triplet: 86, 56 and EF. RGB value is (134,86,239). Sum of RGB (Red+Green+Blue) = 134+86+239=459 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.19% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #8656EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8656EF is #79A910. Grayscale: #757575. Windows color (decimal): -7973137 or 15685254. OLE color: 15685254.
HSL color Cylindrical-coordinate representation of color #8656EF: hue angle of 258.82º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8656EF is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 86 | 239 | - |
| CMYK | 0.44 | 0.64 | 0 | 0.06 |
| HSL | 258.82º | 0.83% | 0.64% | - |
| HSV(B) | 258.82º | 0.64% | 0.94% | - |
| XYZ | 28.74 | 17.96 | 83.61 | - |
| YUV | 117.79 | 196.4 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 86 | 239 | 0.44 | 0.64 | 0 | 0.06 | 258.82 | 0.83 | 0.64 |
| Hex | 86 | 56 | EF | 2C | 40 | 0 | 6 | 103 | 53 | 40 |
| Octal | 206 | 126 | 357 | 54 | 100 | 0 | 6 | 403 | 123 | 100 |
| Binary | 10000110 | 1010110 | 11101111 | 101100 | 1000000 | 0 | 110 | 100000011 | 1010011 | 1000000 |
Color Harmonies of #8656EF
Complementary color
Monochromatic Colors of #8656EF
Black with #8656EF
Text Example
Text Example
White with #8656EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8656EF; }
p { color: rgb(134,86,239); }
H1.HeaderClassName
{
color: #8656EF;
}
.AnyTagClassName
{
color: #8656EF;
}
</style>
background-color css
<style>
a { background-color: #8656EF; }
a { background-color: rgb(134,86,239); }
div.DivClassName
{
background-color: #8656EF;
}
.BgClassName
{
background-color: #8656EF;
}
</style>
border-color css
<style>
span { border-color: #8656EF; }
span { border-color: rgb(134,86,239); }
td.TdClassName
{
border-color: #8656EF;
}
.TagClassName
{
border-color: #8656EF;
}
</style>