Shades of Medium Slate Blue #8A56EF
Tints of Medium Slate Blue #8A56EF
RGB
CMYK
RGB Variations
Color information
#8A56EF (or 0x8A56EF) is known color: Medium Slate Blue. HEX triplet: 8A, 56 and EF. RGB value is (138,86,239). Sum of RGB (Red+Green+Blue) = 138+86+239=463 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.81% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #8A56EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A56EF is #75A910. Grayscale: #767676. Windows color (decimal): -7710993 or 15685258. OLE color: 15685258.
HSL color Cylindrical-coordinate representation of color #8A56EF: hue angle of 260.39º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A56EF is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 86 | 239 | - |
| CMYK | 0.42 | 0.64 | 0 | 0.06 |
| HSL | 260.39º | 0.83% | 0.64% | - |
| HSV(B) | 260.39º | 0.64% | 0.94% | - |
| XYZ | 29.39 | 18.29 | 83.64 | - |
| YUV | 118.99 | 195.73 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 86 | 239 | 0.42 | 0.64 | 0 | 0.06 | 260.39 | 0.83 | 0.64 |
| Hex | 8A | 56 | EF | 2A | 40 | 0 | 6 | 104 | 53 | 40 |
| Octal | 212 | 126 | 357 | 52 | 100 | 0 | 6 | 404 | 123 | 100 |
| Binary | 10001010 | 1010110 | 11101111 | 101010 | 1000000 | 0 | 110 | 100000100 | 1010011 | 1000000 |
Color Harmonies of #8A56EF
Complementary color
Monochromatic Colors of #8A56EF
Black with #8A56EF
Text Example
Text Example
White with #8A56EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A56EF; }
p { color: rgb(138,86,239); }
H1.HeaderClassName
{
color: #8A56EF;
}
.AnyTagClassName
{
color: #8A56EF;
}
</style>
background-color css
<style>
a { background-color: #8A56EF; }
a { background-color: rgb(138,86,239); }
div.DivClassName
{
background-color: #8A56EF;
}
.BgClassName
{
background-color: #8A56EF;
}
</style>
border-color css
<style>
span { border-color: #8A56EF; }
span { border-color: rgb(138,86,239); }
td.TdClassName
{
border-color: #8A56EF;
}
.TagClassName
{
border-color: #8A56EF;
}
</style>