Shades of Medium Slate Blue #8567E5
Tints of Medium Slate Blue #8567E5
RGB
CMYK
RGB Variations
Color information
#8567E5 (or 0x8567E5) is known color: Medium Slate Blue. HEX triplet: 85, 67 and E5. RGB value is (133,103,229). Sum of RGB (Red+Green+Blue) = 133+103+229=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 103 (40.62% from 255 or 22.15% from 465); Blue value is 229 (89.84% from 255 or 49.25% from 465); Max value from RGB is 229 - color contains mainly: blue. Hex color #8567E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8567E5 is #7A981A. Grayscale: #7D7D7D. Windows color (decimal): -8034331 or 15034245. OLE color: 15034245.
HSL color Cylindrical-coordinate representation of color #8567E5: hue angle of 254.29º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8567E5 is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 103 | 229 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.10 |
| HSL | 254.29º | 0.71% | 0.65% | - |
| HSV(B) | 254.29º | 0.55% | 0.9% | - |
| XYZ | 28.67 | 20.34 | 76.54 | - |
| YUV | 126.33 | 185.94 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 103 | 229 | 0.42 | 0.55 | 0 | 0.10 | 254.29 | 0.71 | 0.65 |
| Hex | 85 | 67 | E5 | 2A | 37 | 0 | A | FE | 47 | 41 |
| Octal | 205 | 147 | 345 | 52 | 67 | 0 | 12 | 376 | 107 | 101 |
| Binary | 10000101 | 1100111 | 11100101 | 101010 | 110111 | 0 | 1010 | 11111110 | 1000111 | 1000001 |
Color Harmonies of #8567E5
Complementary color
Monochromatic Colors of #8567E5
Black with #8567E5
Text Example
Text Example
White with #8567E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8567E5; }
p { color: rgb(133,103,229); }
H1.HeaderClassName
{
color: #8567E5;
}
.AnyTagClassName
{
color: #8567E5;
}
</style>
background-color css
<style>
a { background-color: #8567E5; }
a { background-color: rgb(133,103,229); }
div.DivClassName
{
background-color: #8567E5;
}
.BgClassName
{
background-color: #8567E5;
}
</style>
border-color css
<style>
span { border-color: #8567E5; }
span { border-color: rgb(133,103,229); }
td.TdClassName
{
border-color: #8567E5;
}
.TagClassName
{
border-color: #8567E5;
}
</style>