Shades of Medium Slate Blue #8574E7
Tints of Medium Slate Blue #8574E7
RGB
CMYK
RGB Variations
Color information
#8574E7 (or 0x8574E7) is known color: Medium Slate Blue. HEX triplet: 85, 74 and E7. RGB value is (133,116,231). Sum of RGB (Red+Green+Blue) = 133+116+231=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 231 (90.62% from 255 or 48.12% from 480); Max value from RGB is 231 - color contains mainly: blue. Hex color #8574E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8574E7 is #7A8B18. Grayscale: #858585. Windows color (decimal): -8031001 or 15168645. OLE color: 15168645.
HSL color Cylindrical-coordinate representation of color #8574E7: hue angle of 248.87º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8574E7 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 116 | 231 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.09 |
| HSL | 248.87º | 0.71% | 0.68% | - |
| HSV(B) | 248.87º | 0.5% | 0.91% | - |
| XYZ | 30.34 | 23.25 | 78.49 | - |
| YUV | 134.19 | 182.63 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 116 | 231 | 0.42 | 0.50 | 0 | 0.09 | 248.87 | 0.71 | 0.68 |
| Hex | 85 | 74 | E7 | 2A | 32 | 0 | 9 | F9 | 47 | 44 |
| Octal | 205 | 164 | 347 | 52 | 62 | 0 | 11 | 371 | 107 | 104 |
| Binary | 10000101 | 1110100 | 11100111 | 101010 | 110010 | 0 | 1001 | 11111001 | 1000111 | 1000100 |
Color Harmonies of #8574E7
Complementary color
Monochromatic Colors of #8574E7
Black with #8574E7
Text Example
Text Example
White with #8574E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8574E7; }
p { color: rgb(133,116,231); }
H1.HeaderClassName
{
color: #8574E7;
}
.AnyTagClassName
{
color: #8574E7;
}
</style>
background-color css
<style>
a { background-color: #8574E7; }
a { background-color: rgb(133,116,231); }
div.DivClassName
{
background-color: #8574E7;
}
.BgClassName
{
background-color: #8574E7;
}
</style>
border-color css
<style>
span { border-color: #8574E7; }
span { border-color: rgb(133,116,231); }
td.TdClassName
{
border-color: #8574E7;
}
.TagClassName
{
border-color: #8574E7;
}
</style>