Shades of Medium Slate Blue #8574EE
Tints of Medium Slate Blue #8574EE
RGB
CMYK
RGB Variations
Color information
#8574EE (or 0x8574EE) is known color: Medium Slate Blue. HEX triplet: 85, 74 and EE. RGB value is (133,116,238). Sum of RGB (Red+Green+Blue) = 133+116+238=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 116 (45.70% from 255 or 23.82% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #8574EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8574EE is #7A8B11. Grayscale: #868686. Windows color (decimal): -8030994 or 15627397. OLE color: 15627397.
HSL color Cylindrical-coordinate representation of color #8574EE: hue angle of 248.36º degrees, saturation: 0.78, 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 #8574EE is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 116 | 238 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.07 |
| HSL | 248.36º | 0.78% | 0.69% | - |
| HSV(B) | 248.36º | 0.51% | 0.93% | - |
| XYZ | 31.35 | 23.65 | 83.8 | - |
| YUV | 134.99 | 186.13 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 116 | 238 | 0.44 | 0.51 | 0 | 0.07 | 248.36 | 0.78 | 0.69 |
| Hex | 85 | 74 | EE | 2C | 33 | 0 | 7 | F8 | 4E | 45 |
| Octal | 205 | 164 | 356 | 54 | 63 | 0 | 7 | 370 | 116 | 105 |
| Binary | 10000101 | 1110100 | 11101110 | 101100 | 110011 | 0 | 111 | 11111000 | 1001110 | 1000101 |
Color Harmonies of #8574EE
Complementary color
Monochromatic Colors of #8574EE
Black with #8574EE
Text Example
Text Example
White with #8574EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8574EE; }
p { color: rgb(133,116,238); }
H1.HeaderClassName
{
color: #8574EE;
}
.AnyTagClassName
{
color: #8574EE;
}
</style>
background-color css
<style>
a { background-color: #8574EE; }
a { background-color: rgb(133,116,238); }
div.DivClassName
{
background-color: #8574EE;
}
.BgClassName
{
background-color: #8574EE;
}
</style>
border-color css
<style>
span { border-color: #8574EE; }
span { border-color: rgb(133,116,238); }
td.TdClassName
{
border-color: #8574EE;
}
.TagClassName
{
border-color: #8574EE;
}
</style>