Shades of Medium Slate Blue #8577EC
Tints of Medium Slate Blue #8577EC
RGB
CMYK
RGB Variations
Color information
#8577EC (or 0x8577EC) is known color: Medium Slate Blue. HEX triplet: 85, 77 and EC. RGB value is (133,119,236). Sum of RGB (Red+Green+Blue) = 133+119+236=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #8577EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8577EC is #7A8813. Grayscale: #888888. Windows color (decimal): -8030228 or 15497093. OLE color: 15497093.
HSL color Cylindrical-coordinate representation of color #8577EC: hue angle of 247.18º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8577EC is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 119 | 236 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.07 |
| HSL | 247.18º | 0.75% | 0.7% | - |
| HSV(B) | 247.18º | 0.5% | 0.93% | - |
| XYZ | 31.41 | 24.24 | 82.38 | - |
| YUV | 136.52 | 184.14 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 119 | 236 | 0.44 | 0.50 | 0 | 0.07 | 247.18 | 0.75 | 0.7 |
| Hex | 85 | 77 | EC | 2C | 32 | 0 | 7 | F7 | 4B | 46 |
| Octal | 205 | 167 | 354 | 54 | 62 | 0 | 7 | 367 | 113 | 106 |
| Binary | 10000101 | 1110111 | 11101100 | 101100 | 110010 | 0 | 111 | 11110111 | 1001011 | 1000110 |
Color Harmonies of #8577EC
Complementary color
Monochromatic Colors of #8577EC
Black with #8577EC
Text Example
Text Example
White with #8577EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8577EC; }
p { color: rgb(133,119,236); }
H1.HeaderClassName
{
color: #8577EC;
}
.AnyTagClassName
{
color: #8577EC;
}
</style>
background-color css
<style>
a { background-color: #8577EC; }
a { background-color: rgb(133,119,236); }
div.DivClassName
{
background-color: #8577EC;
}
.BgClassName
{
background-color: #8577EC;
}
</style>
border-color css
<style>
span { border-color: #8577EC; }
span { border-color: rgb(133,119,236); }
td.TdClassName
{
border-color: #8577EC;
}
.TagClassName
{
border-color: #8577EC;
}
</style>