Shades of Medium Slate Blue #8963F5
Tints of Medium Slate Blue #8963F5
RGB
CMYK
RGB Variations
Color information
#8963F5 (or 0x8963F5) is known color: Medium Slate Blue. HEX triplet: 89, 63 and F5. RGB value is (137,99,245). Sum of RGB (Red+Green+Blue) = 137+99+245=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 245 (96.09% from 255 or 50.94% from 481); Max value from RGB is 245 - color contains mainly: blue. Hex color #8963F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8963F5 is #769C0A. Grayscale: #7E7E7E. Windows color (decimal): -7773195 or 16081801. OLE color: 16081801.
HSL color Cylindrical-coordinate representation of color #8963F5: hue angle of 255.62º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8963F5 is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 137 | 99 | 245 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.04 |
| HSL | 255.62º | 0.88% | 0.67% | - |
| HSV(B) | 255.62º | 0.6% | 0.96% | - |
| XYZ | 31.26 | 20.83 | 88.76 | - |
| YUV | 127.01 | 194.59 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 99 | 245 | 0.44 | 0.60 | 0 | 0.04 | 255.62 | 0.88 | 0.67 |
| Hex | 89 | 63 | F5 | 2C | 3C | 0 | 4 | 100 | 58 | 43 |
| Octal | 211 | 143 | 365 | 54 | 74 | 0 | 4 | 400 | 130 | 103 |
| Binary | 10001001 | 1100011 | 11110101 | 101100 | 111100 | 0 | 100 | 100000000 | 1011000 | 1000011 |
Color Harmonies of #8963F5
Complementary color
Monochromatic Colors of #8963F5
Black with #8963F5
Text Example
Text Example
White with #8963F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8963F5; }
p { color: rgb(137,99,245); }
H1.HeaderClassName
{
color: #8963F5;
}
.AnyTagClassName
{
color: #8963F5;
}
</style>
background-color css
<style>
a { background-color: #8963F5; }
a { background-color: rgb(137,99,245); }
div.DivClassName
{
background-color: #8963F5;
}
.BgClassName
{
background-color: #8963F5;
}
</style>
border-color css
<style>
span { border-color: #8963F5; }
span { border-color: rgb(137,99,245); }
td.TdClassName
{
border-color: #8963F5;
}
.TagClassName
{
border-color: #8963F5;
}
</style>