Shades of Medium Slate Blue #8663EF
Tints of Medium Slate Blue #8663EF
RGB
CMYK
RGB Variations
Color information
#8663EF (or 0x8663EF) is known color: Medium Slate Blue. HEX triplet: 86, 63 and EF. RGB value is (134,99,239). Sum of RGB (Red+Green+Blue) = 134+99+239=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #8663EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8663EF is #799C10. Grayscale: #7C7C7C. Windows color (decimal): -7969809 or 15688582. OLE color: 15688582.
HSL color Cylindrical-coordinate representation of color #8663EF: hue angle of 255º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8663EF is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 99 | 239 | - |
| CMYK | 0.44 | 0.59 | 0 | 0.06 |
| HSL | 255º | 0.81% | 0.66% | - |
| HSV(B) | 255º | 0.59% | 0.94% | - |
| XYZ | 29.87 | 20.22 | 83.99 | - |
| YUV | 125.43 | 192.1 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 99 | 239 | 0.44 | 0.59 | 0 | 0.06 | 255 | 0.81 | 0.66 |
| Hex | 86 | 63 | EF | 2C | 3B | 0 | 6 | FF | 51 | 42 |
| Octal | 206 | 143 | 357 | 54 | 73 | 0 | 6 | 377 | 121 | 102 |
| Binary | 10000110 | 1100011 | 11101111 | 101100 | 111011 | 0 | 110 | 11111111 | 1010001 | 1000010 |
Color Harmonies of #8663EF
Complementary color
Monochromatic Colors of #8663EF
Black with #8663EF
Text Example
Text Example
White with #8663EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8663EF; }
p { color: rgb(134,99,239); }
H1.HeaderClassName
{
color: #8663EF;
}
.AnyTagClassName
{
color: #8663EF;
}
</style>
background-color css
<style>
a { background-color: #8663EF; }
a { background-color: rgb(134,99,239); }
div.DivClassName
{
background-color: #8663EF;
}
.BgClassName
{
background-color: #8663EF;
}
</style>
border-color css
<style>
span { border-color: #8663EF; }
span { border-color: rgb(134,99,239); }
td.TdClassName
{
border-color: #8663EF;
}
.TagClassName
{
border-color: #8663EF;
}
</style>