Shades of Medium Slate Blue #8963F0
Tints of Medium Slate Blue #8963F0
RGB
CMYK
RGB Variations
Color information
#8963F0 (or 0x8963F0) is known color: Medium Slate Blue. HEX triplet: 89, 63 and F0. RGB value is (137,99,240). Sum of RGB (Red+Green+Blue) = 137+99+240=476 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.78% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 240 (94.14% from 255 or 50.42% from 476); Max value from RGB is 240 - color contains mainly: blue. Hex color #8963F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8963F0 is #769C0F. Grayscale: #7D7D7D. Windows color (decimal): -7773200 or 15754121. OLE color: 15754121.
HSL color Cylindrical-coordinate representation of color #8963F0: hue angle of 256.17º 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 #8963F0 is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 99 | 240 | - |
| CMYK | 0.43 | 0.59 | 0 | 0.06 |
| HSL | 256.17º | 0.82% | 0.66% | - |
| HSV(B) | 256.17º | 0.59% | 0.94% | - |
| XYZ | 30.51 | 20.53 | 84.79 | - |
| YUV | 126.44 | 192.09 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 99 | 240 | 0.43 | 0.59 | 0 | 0.06 | 256.17 | 0.82 | 0.66 |
| Hex | 89 | 63 | F0 | 2B | 3B | 0 | 6 | 100 | 52 | 42 |
| Octal | 211 | 143 | 360 | 53 | 73 | 0 | 6 | 400 | 122 | 102 |
| Binary | 10001001 | 1100011 | 11110000 | 101011 | 111011 | 0 | 110 | 100000000 | 1010010 | 1000010 |
Color Harmonies of #8963F0
Complementary color
Monochromatic Colors of #8963F0
Black with #8963F0
Text Example
Text Example
White with #8963F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8963F0; }
p { color: rgb(137,99,240); }
H1.HeaderClassName
{
color: #8963F0;
}
.AnyTagClassName
{
color: #8963F0;
}
</style>
background-color css
<style>
a { background-color: #8963F0; }
a { background-color: rgb(137,99,240); }
div.DivClassName
{
background-color: #8963F0;
}
.BgClassName
{
background-color: #8963F0;
}
</style>
border-color css
<style>
span { border-color: #8963F0; }
span { border-color: rgb(137,99,240); }
td.TdClassName
{
border-color: #8963F0;
}
.TagClassName
{
border-color: #8963F0;
}
</style>