Shades of Medium Slate Blue #8963F4
Tints of Medium Slate Blue #8963F4
RGB
CMYK
RGB Variations
Color information
#8963F4 (or 0x8963F4) is known color: Medium Slate Blue. HEX triplet: 89, 63 and F4. RGB value is (137,99,244). Sum of RGB (Red+Green+Blue) = 137+99+244=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 244 (95.70% from 255 or 50.83% from 480); Max value from RGB is 244 - color contains mainly: blue. Hex color #8963F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8963F4 is #769C0B. Grayscale: #7E7E7E. Windows color (decimal): -7773196 or 16016265. OLE color: 16016265.
HSL color Cylindrical-coordinate representation of color #8963F4: hue angle of 255.72º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8963F4 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 137 | 99 | 244 | - |
| CMYK | 0.44 | 0.59 | 0 | 0.04 |
| HSL | 255.72º | 0.87% | 0.67% | - |
| HSV(B) | 255.72º | 0.59% | 0.96% | - |
| XYZ | 31.11 | 20.77 | 87.96 | - |
| YUV | 126.89 | 194.09 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 99 | 244 | 0.44 | 0.59 | 0 | 0.04 | 255.72 | 0.87 | 0.67 |
| Hex | 89 | 63 | F4 | 2C | 3B | 0 | 4 | 100 | 57 | 43 |
| Octal | 211 | 143 | 364 | 54 | 73 | 0 | 4 | 400 | 127 | 103 |
| Binary | 10001001 | 1100011 | 11110100 | 101100 | 111011 | 0 | 100 | 100000000 | 1010111 | 1000011 |
Color Harmonies of #8963F4
Complementary color
Monochromatic Colors of #8963F4
Black with #8963F4
Text Example
Text Example
White with #8963F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8963F4; }
p { color: rgb(137,99,244); }
H1.HeaderClassName
{
color: #8963F4;
}
.AnyTagClassName
{
color: #8963F4;
}
</style>
background-color css
<style>
a { background-color: #8963F4; }
a { background-color: rgb(137,99,244); }
div.DivClassName
{
background-color: #8963F4;
}
.BgClassName
{
background-color: #8963F4;
}
</style>
border-color css
<style>
span { border-color: #8963F4; }
span { border-color: rgb(137,99,244); }
td.TdClassName
{
border-color: #8963F4;
}
.TagClassName
{
border-color: #8963F4;
}
</style>