Shades of Medium Slate Blue #8656E7
Tints of Medium Slate Blue #8656E7
RGB
CMYK
RGB Variations
Color information
#8656E7 (or 0x8656E7) is known color: Medium Slate Blue. HEX triplet: 86, 56 and E7. RGB value is (134,86,231). Sum of RGB (Red+Green+Blue) = 134+86+231=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 231 (90.62% from 255 or 51.22% from 451); Max value from RGB is 231 - color contains mainly: blue. Hex color #8656E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8656E7 is #79A918. Grayscale: #747474. Windows color (decimal): -7973145 or 15160966. OLE color: 15160966.
HSL color Cylindrical-coordinate representation of color #8656E7: hue angle of 259.86º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8656E7 is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 86 | 231 | - |
| CMYK | 0.42 | 0.63 | 0 | 0.09 |
| HSL | 259.86º | 0.75% | 0.62% | - |
| HSV(B) | 259.86º | 0.63% | 0.91% | - |
| XYZ | 27.58 | 17.49 | 77.52 | - |
| YUV | 116.88 | 192.4 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 86 | 231 | 0.42 | 0.63 | 0 | 0.09 | 259.86 | 0.75 | 0.62 |
| Hex | 86 | 56 | E7 | 2A | 3F | 0 | 9 | 104 | 4B | 3E |
| Octal | 206 | 126 | 347 | 52 | 77 | 0 | 11 | 404 | 113 | 76 |
| Binary | 10000110 | 1010110 | 11100111 | 101010 | 111111 | 0 | 1001 | 100000100 | 1001011 | 111110 |
Color Harmonies of #8656E7
Complementary color
Monochromatic Colors of #8656E7
Black with #8656E7
Text Example
Text Example
White with #8656E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8656E7; }
p { color: rgb(134,86,231); }
H1.HeaderClassName
{
color: #8656E7;
}
.AnyTagClassName
{
color: #8656E7;
}
</style>
background-color css
<style>
a { background-color: #8656E7; }
a { background-color: rgb(134,86,231); }
div.DivClassName
{
background-color: #8656E7;
}
.BgClassName
{
background-color: #8656E7;
}
</style>
border-color css
<style>
span { border-color: #8656E7; }
span { border-color: rgb(134,86,231); }
td.TdClassName
{
border-color: #8656E7;
}
.TagClassName
{
border-color: #8656E7;
}
</style>