Shades of Medium Slate Blue #8969EC
Tints of Medium Slate Blue #8969EC
RGB
CMYK
RGB Variations
Color information
#8969EC (or 0x8969EC) is known color: Medium Slate Blue. HEX triplet: 89, 69 and EC. RGB value is (137,105,236). Sum of RGB (Red+Green+Blue) = 137+105+236=478 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.66% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #8969EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8969EC is #769613. Grayscale: #818181. Windows color (decimal): -7771668 or 15493513. OLE color: 15493513.
HSL color Cylindrical-coordinate representation of color #8969EC: hue angle of 254.66º 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 #8969EC is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 105 | 236 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.07 |
| HSL | 254.66º | 0.78% | 0.67% | - |
| HSV(B) | 254.66º | 0.56% | 0.93% | - |
| XYZ | 30.51 | 21.48 | 81.89 | - |
| YUV | 129.5 | 188.1 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 105 | 236 | 0.42 | 0.56 | 0 | 0.07 | 254.66 | 0.78 | 0.67 |
| Hex | 89 | 69 | EC | 2A | 38 | 0 | 7 | FF | 4E | 43 |
| Octal | 211 | 151 | 354 | 52 | 70 | 0 | 7 | 377 | 116 | 103 |
| Binary | 10001001 | 1101001 | 11101100 | 101010 | 111000 | 0 | 111 | 11111111 | 1001110 | 1000011 |
Color Harmonies of #8969EC
Complementary color
Monochromatic Colors of #8969EC
Black with #8969EC
Text Example
Text Example
White with #8969EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8969EC; }
p { color: rgb(137,105,236); }
H1.HeaderClassName
{
color: #8969EC;
}
.AnyTagClassName
{
color: #8969EC;
}
</style>
background-color css
<style>
a { background-color: #8969EC; }
a { background-color: rgb(137,105,236); }
div.DivClassName
{
background-color: #8969EC;
}
.BgClassName
{
background-color: #8969EC;
}
</style>
border-color css
<style>
span { border-color: #8969EC; }
span { border-color: rgb(137,105,236); }
td.TdClassName
{
border-color: #8969EC;
}
.TagClassName
{
border-color: #8969EC;
}
</style>