Shades of Medium Slate Blue #8663EC
Tints of Medium Slate Blue #8663EC
RGB
CMYK
RGB Variations
Color information
#8663EC (or 0x8663EC) is known color: Medium Slate Blue. HEX triplet: 86, 63 and EC. RGB value is (134,99,236). Sum of RGB (Red+Green+Blue) = 134+99+236=469 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.57% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #8663EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8663EC is #799C13. Grayscale: #7C7C7C. Windows color (decimal): -7969812 or 15491974. OLE color: 15491974.
HSL color Cylindrical-coordinate representation of color #8663EC: hue angle of 255.33º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8663EC is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 99 | 236 | - |
| CMYK | 0.43 | 0.58 | 0 | 0.07 |
| HSL | 255.33º | 0.78% | 0.66% | - |
| HSV(B) | 255.33º | 0.58% | 0.93% | - |
| XYZ | 29.43 | 20.05 | 81.68 | - |
| YUV | 125.08 | 190.6 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 99 | 236 | 0.43 | 0.58 | 0 | 0.07 | 255.33 | 0.78 | 0.66 |
| Hex | 86 | 63 | EC | 2B | 3A | 0 | 7 | FF | 4E | 42 |
| Octal | 206 | 143 | 354 | 53 | 72 | 0 | 7 | 377 | 116 | 102 |
| Binary | 10000110 | 1100011 | 11101100 | 101011 | 111010 | 0 | 111 | 11111111 | 1001110 | 1000010 |
Color Harmonies of #8663EC
Complementary color
Monochromatic Colors of #8663EC
Black with #8663EC
Text Example
Text Example
White with #8663EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8663EC; }
p { color: rgb(134,99,236); }
H1.HeaderClassName
{
color: #8663EC;
}
.AnyTagClassName
{
color: #8663EC;
}
</style>
background-color css
<style>
a { background-color: #8663EC; }
a { background-color: rgb(134,99,236); }
div.DivClassName
{
background-color: #8663EC;
}
.BgClassName
{
background-color: #8663EC;
}
</style>
border-color css
<style>
span { border-color: #8663EC; }
span { border-color: rgb(134,99,236); }
td.TdClassName
{
border-color: #8663EC;
}
.TagClassName
{
border-color: #8663EC;
}
</style>