Shades of Medium Slate Blue #8575EC
Tints of Medium Slate Blue #8575EC
RGB
CMYK
RGB Variations
Color information
#8575EC (or 0x8575EC) is known color: Medium Slate Blue. HEX triplet: 85, 75 and EC. RGB value is (133,117,236). Sum of RGB (Red+Green+Blue) = 133+117+236=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #8575EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8575EC is #7A8A13. Grayscale: #868686. Windows color (decimal): -8030740 or 15496581. OLE color: 15496581.
HSL color Cylindrical-coordinate representation of color #8575EC: hue angle of 248.07º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8575EC is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 117 | 236 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.07 |
| HSL | 248.07º | 0.76% | 0.69% | - |
| HSV(B) | 248.07º | 0.5% | 0.93% | - |
| XYZ | 31.17 | 23.77 | 82.3 | - |
| YUV | 135.35 | 184.8 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 117 | 236 | 0.44 | 0.50 | 0 | 0.07 | 248.07 | 0.76 | 0.69 |
| Hex | 85 | 75 | EC | 2C | 32 | 0 | 7 | F8 | 4C | 45 |
| Octal | 205 | 165 | 354 | 54 | 62 | 0 | 7 | 370 | 114 | 105 |
| Binary | 10000101 | 1110101 | 11101100 | 101100 | 110010 | 0 | 111 | 11111000 | 1001100 | 1000101 |
Color Harmonies of #8575EC
Complementary color
Monochromatic Colors of #8575EC
Black with #8575EC
Text Example
Text Example
White with #8575EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8575EC; }
p { color: rgb(133,117,236); }
H1.HeaderClassName
{
color: #8575EC;
}
.AnyTagClassName
{
color: #8575EC;
}
</style>
background-color css
<style>
a { background-color: #8575EC; }
a { background-color: rgb(133,117,236); }
div.DivClassName
{
background-color: #8575EC;
}
.BgClassName
{
background-color: #8575EC;
}
</style>
border-color css
<style>
span { border-color: #8575EC; }
span { border-color: rgb(133,117,236); }
td.TdClassName
{
border-color: #8575EC;
}
.TagClassName
{
border-color: #8575EC;
}
</style>