Shades of Medium Slate Blue #8968EC
Tints of Medium Slate Blue #8968EC
RGB
CMYK
RGB Variations
Color information
#8968EC (or 0x8968EC) is known color: Medium Slate Blue. HEX triplet: 89, 68 and EC. RGB value is (137,104,236). Sum of RGB (Red+Green+Blue) = 137+104+236=477 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.72% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #8968EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8968EC is #769713. Grayscale: #808080. Windows color (decimal): -7771924 or 15493257. OLE color: 15493257.
HSL color Cylindrical-coordinate representation of color #8968EC: hue angle of 255º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8968EC is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 104 | 236 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.07 |
| HSL | 255º | 0.78% | 0.67% | - |
| HSV(B) | 255º | 0.56% | 0.93% | - |
| XYZ | 30.41 | 21.28 | 81.86 | - |
| YUV | 128.92 | 188.43 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 104 | 236 | 0.42 | 0.56 | 0 | 0.07 | 255 | 0.78 | 0.67 |
| Hex | 89 | 68 | EC | 2A | 38 | 0 | 7 | FF | 4E | 43 |
| Octal | 211 | 150 | 354 | 52 | 70 | 0 | 7 | 377 | 116 | 103 |
| Binary | 10001001 | 1101000 | 11101100 | 101010 | 111000 | 0 | 111 | 11111111 | 1001110 | 1000011 |
Color Harmonies of #8968EC
Complementary color
Monochromatic Colors of #8968EC
Black with #8968EC
Text Example
Text Example
White with #8968EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8968EC; }
p { color: rgb(137,104,236); }
H1.HeaderClassName
{
color: #8968EC;
}
.AnyTagClassName
{
color: #8968EC;
}
</style>
background-color css
<style>
a { background-color: #8968EC; }
a { background-color: rgb(137,104,236); }
div.DivClassName
{
background-color: #8968EC;
}
.BgClassName
{
background-color: #8968EC;
}
</style>
border-color css
<style>
span { border-color: #8968EC; }
span { border-color: rgb(137,104,236); }
td.TdClassName
{
border-color: #8968EC;
}
.TagClassName
{
border-color: #8968EC;
}
</style>