Shades of Medium Slate Blue #8963ED
Tints of Medium Slate Blue #8963ED
RGB
CMYK
RGB Variations
Color information
#8963ED (or 0x8963ED) is known color: Medium Slate Blue. HEX triplet: 89, 63 and ED. RGB value is (137,99,237). Sum of RGB (Red+Green+Blue) = 137+99+237=473 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.96% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #8963ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8963ED is #769C12. Grayscale: #7D7D7D. Windows color (decimal): -7773203 or 15557513. OLE color: 15557513.
HSL color Cylindrical-coordinate representation of color #8963ED: hue angle of 256.52º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8963ED is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 99 | 237 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.07 |
| HSL | 256.52º | 0.79% | 0.66% | - |
| HSV(B) | 256.52º | 0.58% | 0.93% | - |
| XYZ | 30.06 | 20.36 | 82.47 | - |
| YUV | 126.09 | 190.59 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 99 | 237 | 0.42 | 0.58 | 0 | 0.07 | 256.52 | 0.79 | 0.66 |
| Hex | 89 | 63 | ED | 2A | 3A | 0 | 7 | 101 | 4F | 42 |
| Octal | 211 | 143 | 355 | 52 | 72 | 0 | 7 | 401 | 117 | 102 |
| Binary | 10001001 | 1100011 | 11101101 | 101010 | 111010 | 0 | 111 | 100000001 | 1001111 | 1000010 |
Color Harmonies of #8963ED
Complementary color
Monochromatic Colors of #8963ED
Black with #8963ED
Text Example
Text Example
White with #8963ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8963ED; }
p { color: rgb(137,99,237); }
H1.HeaderClassName
{
color: #8963ED;
}
.AnyTagClassName
{
color: #8963ED;
}
</style>
background-color css
<style>
a { background-color: #8963ED; }
a { background-color: rgb(137,99,237); }
div.DivClassName
{
background-color: #8963ED;
}
.BgClassName
{
background-color: #8963ED;
}
</style>
border-color css
<style>
span { border-color: #8963ED; }
span { border-color: rgb(137,99,237); }
td.TdClassName
{
border-color: #8963ED;
}
.TagClassName
{
border-color: #8963ED;
}
</style>