Shades of Medium Slate Blue #8663F0
Tints of Medium Slate Blue #8663F0
RGB
CMYK
RGB Variations
Color information
#8663F0 (or 0x8663F0) is known color: Medium Slate Blue. HEX triplet: 86, 63 and F0. RGB value is (134,99,240). Sum of RGB (Red+Green+Blue) = 134+99+240=473 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.33% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #8663F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8663F0 is #799C0F. Grayscale: #7D7D7D. Windows color (decimal): -7969808 or 15754118. OLE color: 15754118.
HSL color Cylindrical-coordinate representation of color #8663F0: hue angle of 254.89º degrees, saturation: 0.82, 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 #8663F0 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 99 | 240 | - |
| CMYK | 0.44 | 0.59 | 0 | 0.06 |
| HSL | 254.89º | 0.82% | 0.66% | - |
| HSV(B) | 254.89º | 0.59% | 0.94% | - |
| XYZ | 30.02 | 20.28 | 84.77 | - |
| YUV | 125.54 | 192.6 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 99 | 240 | 0.44 | 0.59 | 0 | 0.06 | 254.89 | 0.82 | 0.66 |
| Hex | 86 | 63 | F0 | 2C | 3B | 0 | 6 | FF | 52 | 42 |
| Octal | 206 | 143 | 360 | 54 | 73 | 0 | 6 | 377 | 122 | 102 |
| Binary | 10000110 | 1100011 | 11110000 | 101100 | 111011 | 0 | 110 | 11111111 | 1010010 | 1000010 |
Color Harmonies of #8663F0
Complementary color
Monochromatic Colors of #8663F0
Black with #8663F0
Text Example
Text Example
White with #8663F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8663F0; }
p { color: rgb(134,99,240); }
H1.HeaderClassName
{
color: #8663F0;
}
.AnyTagClassName
{
color: #8663F0;
}
</style>
background-color css
<style>
a { background-color: #8663F0; }
a { background-color: rgb(134,99,240); }
div.DivClassName
{
background-color: #8663F0;
}
.BgClassName
{
background-color: #8663F0;
}
</style>
border-color css
<style>
span { border-color: #8663F0; }
span { border-color: rgb(134,99,240); }
td.TdClassName
{
border-color: #8663F0;
}
.TagClassName
{
border-color: #8663F0;
}
</style>