Shades of Medium Slate Blue #8659EF
Tints of Medium Slate Blue #8659EF
RGB
CMYK
RGB Variations
Color information
#8659EF (or 0x8659EF) is known color: Medium Slate Blue. HEX triplet: 86, 59 and EF. RGB value is (134,89,239). Sum of RGB (Red+Green+Blue) = 134+89+239=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #8659EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8659EF is #79A610. Grayscale: #777777. Windows color (decimal): -7972369 or 15686022. OLE color: 15686022.
HSL color Cylindrical-coordinate representation of color #8659EF: hue angle of 258º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8659EF is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 89 | 239 | - |
| CMYK | 0.44 | 0.63 | 0 | 0.06 |
| HSL | 258º | 0.82% | 0.64% | - |
| HSV(B) | 258º | 0.63% | 0.94% | - |
| XYZ | 28.98 | 18.45 | 83.69 | - |
| YUV | 119.56 | 195.41 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 89 | 239 | 0.44 | 0.63 | 0 | 0.06 | 258 | 0.82 | 0.64 |
| Hex | 86 | 59 | EF | 2C | 3F | 0 | 6 | 102 | 52 | 40 |
| Octal | 206 | 131 | 357 | 54 | 77 | 0 | 6 | 402 | 122 | 100 |
| Binary | 10000110 | 1011001 | 11101111 | 101100 | 111111 | 0 | 110 | 100000010 | 1010010 | 1000000 |
Color Harmonies of #8659EF
Complementary color
Monochromatic Colors of #8659EF
Black with #8659EF
Text Example
Text Example
White with #8659EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8659EF; }
p { color: rgb(134,89,239); }
H1.HeaderClassName
{
color: #8659EF;
}
.AnyTagClassName
{
color: #8659EF;
}
</style>
background-color css
<style>
a { background-color: #8659EF; }
a { background-color: rgb(134,89,239); }
div.DivClassName
{
background-color: #8659EF;
}
.BgClassName
{
background-color: #8659EF;
}
</style>
border-color css
<style>
span { border-color: #8659EF; }
span { border-color: rgb(134,89,239); }
td.TdClassName
{
border-color: #8659EF;
}
.TagClassName
{
border-color: #8659EF;
}
</style>