Shades of Medium Slate Blue #8963EA
Tints of Medium Slate Blue #8963EA
RGB
CMYK
RGB Variations
Color information
#8963EA (or 0x8963EA) is known color: Medium Slate Blue. HEX triplet: 89, 63 and EA. RGB value is (137,99,234). Sum of RGB (Red+Green+Blue) = 137+99+234=470 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.15% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #8963EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8963EA is #769C15. Grayscale: #7D7D7D. Windows color (decimal): -7773206 or 15360905. OLE color: 15360905.
HSL color Cylindrical-coordinate representation of color #8963EA: hue angle of 256.89º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8963EA is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 99 | 234 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.08 |
| HSL | 256.89º | 0.76% | 0.65% | - |
| HSV(B) | 256.89º | 0.58% | 0.92% | - |
| XYZ | 29.63 | 20.18 | 80.18 | - |
| YUV | 125.75 | 189.09 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 99 | 234 | 0.41 | 0.58 | 0 | 0.08 | 256.89 | 0.76 | 0.65 |
| Hex | 89 | 63 | EA | 29 | 3A | 0 | 8 | 101 | 4C | 41 |
| Octal | 211 | 143 | 352 | 51 | 72 | 0 | 10 | 401 | 114 | 101 |
| Binary | 10001001 | 1100011 | 11101010 | 101001 | 111010 | 0 | 1000 | 100000001 | 1001100 | 1000001 |
Color Harmonies of #8963EA
Complementary color
Monochromatic Colors of #8963EA
Black with #8963EA
Text Example
Text Example
White with #8963EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8963EA; }
p { color: rgb(137,99,234); }
H1.HeaderClassName
{
color: #8963EA;
}
.AnyTagClassName
{
color: #8963EA;
}
</style>
background-color css
<style>
a { background-color: #8963EA; }
a { background-color: rgb(137,99,234); }
div.DivClassName
{
background-color: #8963EA;
}
.BgClassName
{
background-color: #8963EA;
}
</style>
border-color css
<style>
span { border-color: #8963EA; }
span { border-color: rgb(137,99,234); }
td.TdClassName
{
border-color: #8963EA;
}
.TagClassName
{
border-color: #8963EA;
}
</style>