Shades of Medium Slate Blue #8574EC
Tints of Medium Slate Blue #8574EC
RGB
CMYK
RGB Variations
Color information
#8574EC (or 0x8574EC) is known color: Medium Slate Blue. HEX triplet: 85, 74 and EC. RGB value is (133,116,236). Sum of RGB (Red+Green+Blue) = 133+116+236=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #8574EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8574EC is #7A8B13. Grayscale: #868686. Windows color (decimal): -8030996 or 15496325. OLE color: 15496325.
HSL color Cylindrical-coordinate representation of color #8574EC: hue angle of 248.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8574EC is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 116 | 236 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.07 |
| HSL | 248.5º | 0.76% | 0.69% | - |
| HSV(B) | 248.5º | 0.51% | 0.93% | - |
| XYZ | 31.06 | 23.53 | 82.26 | - |
| YUV | 134.76 | 185.13 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 116 | 236 | 0.44 | 0.51 | 0 | 0.07 | 248.5 | 0.76 | 0.69 |
| Hex | 85 | 74 | EC | 2C | 33 | 0 | 7 | F9 | 4C | 45 |
| Octal | 205 | 164 | 354 | 54 | 63 | 0 | 7 | 371 | 114 | 105 |
| Binary | 10000101 | 1110100 | 11101100 | 101100 | 110011 | 0 | 111 | 11111001 | 1001100 | 1000101 |
Color Harmonies of #8574EC
Complementary color
Monochromatic Colors of #8574EC
Black with #8574EC
Text Example
Text Example
White with #8574EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8574EC; }
p { color: rgb(133,116,236); }
H1.HeaderClassName
{
color: #8574EC;
}
.AnyTagClassName
{
color: #8574EC;
}
</style>
background-color css
<style>
a { background-color: #8574EC; }
a { background-color: rgb(133,116,236); }
div.DivClassName
{
background-color: #8574EC;
}
.BgClassName
{
background-color: #8574EC;
}
</style>
border-color css
<style>
span { border-color: #8574EC; }
span { border-color: rgb(133,116,236); }
td.TdClassName
{
border-color: #8574EC;
}
.TagClassName
{
border-color: #8574EC;
}
</style>