Shades of Medium Slate Blue #8563EA
Tints of Medium Slate Blue #8563EA
RGB
CMYK
RGB Variations
Color information
#8563EA (or 0x8563EA) is known color: Medium Slate Blue. HEX triplet: 85, 63 and EA. RGB value is (133,99,234). Sum of RGB (Red+Green+Blue) = 133+99+234=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #8563EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8563EA is #7A9C15. Grayscale: #7C7C7C. Windows color (decimal): -8035350 or 15360901. OLE color: 15360901.
HSL color Cylindrical-coordinate representation of color #8563EA: hue angle of 255.11º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8563EA is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 99 | 234 | - |
| CMYK | 0.43 | 0.58 | 0 | 0.08 |
| HSL | 255.11º | 0.76% | 0.65% | - |
| HSV(B) | 255.11º | 0.58% | 0.92% | - |
| XYZ | 28.99 | 19.85 | 80.15 | - |
| YUV | 124.56 | 189.76 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 99 | 234 | 0.43 | 0.58 | 0 | 0.08 | 255.11 | 0.76 | 0.65 |
| Hex | 85 | 63 | EA | 2B | 3A | 0 | 8 | FF | 4C | 41 |
| Octal | 205 | 143 | 352 | 53 | 72 | 0 | 10 | 377 | 114 | 101 |
| Binary | 10000101 | 1100011 | 11101010 | 101011 | 111010 | 0 | 1000 | 11111111 | 1001100 | 1000001 |
Color Harmonies of #8563EA
Complementary color
Monochromatic Colors of #8563EA
Black with #8563EA
Text Example
Text Example
White with #8563EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8563EA; }
p { color: rgb(133,99,234); }
H1.HeaderClassName
{
color: #8563EA;
}
.AnyTagClassName
{
color: #8563EA;
}
</style>
background-color css
<style>
a { background-color: #8563EA; }
a { background-color: rgb(133,99,234); }
div.DivClassName
{
background-color: #8563EA;
}
.BgClassName
{
background-color: #8563EA;
}
</style>
border-color css
<style>
span { border-color: #8563EA; }
span { border-color: rgb(133,99,234); }
td.TdClassName
{
border-color: #8563EA;
}
.TagClassName
{
border-color: #8563EA;
}
</style>