Shades of Medium Slate Blue #8659F2
Tints of Medium Slate Blue #8659F2
RGB
CMYK
RGB Variations
Color information
#8659F2 (or 0x8659F2) is known color: Medium Slate Blue. HEX triplet: 86, 59 and F2. RGB value is (134,89,242). Sum of RGB (Red+Green+Blue) = 134+89+242=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 242 (94.92% from 255 or 52.04% from 465); Max value from RGB is 242 - color contains mainly: blue. Hex color #8659F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8659F2 is #79A60D. Grayscale: #777777. Windows color (decimal): -7972366 or 15882630. OLE color: 15882630.
HSL color Cylindrical-coordinate representation of color #8659F2: hue angle of 257.65º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8659F2 is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 89 | 242 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.05 |
| HSL | 257.65º | 0.85% | 0.65% | - |
| HSV(B) | 257.65º | 0.63% | 0.95% | - |
| XYZ | 29.43 | 18.62 | 86.05 | - |
| YUV | 119.9 | 196.91 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 89 | 242 | 0.45 | 0.63 | 0 | 0.05 | 257.65 | 0.85 | 0.65 |
| Hex | 86 | 59 | F2 | 2D | 3F | 0 | 5 | 102 | 55 | 41 |
| Octal | 206 | 131 | 362 | 55 | 77 | 0 | 5 | 402 | 125 | 101 |
| Binary | 10000110 | 1011001 | 11110010 | 101101 | 111111 | 0 | 101 | 100000010 | 1010101 | 1000001 |
Color Harmonies of #8659F2
Complementary color
Monochromatic Colors of #8659F2
Black with #8659F2
Text Example
Text Example
White with #8659F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8659F2; }
p { color: rgb(134,89,242); }
H1.HeaderClassName
{
color: #8659F2;
}
.AnyTagClassName
{
color: #8659F2;
}
</style>
background-color css
<style>
a { background-color: #8659F2; }
a { background-color: rgb(134,89,242); }
div.DivClassName
{
background-color: #8659F2;
}
.BgClassName
{
background-color: #8659F2;
}
</style>
border-color css
<style>
span { border-color: #8659F2; }
span { border-color: rgb(134,89,242); }
td.TdClassName
{
border-color: #8659F2;
}
.TagClassName
{
border-color: #8659F2;
}
</style>