Shades of Medium Slate Blue #8A64EF
Tints of Medium Slate Blue #8A64EF
RGB
CMYK
RGB Variations
Color information
#8A64EF (or 0x8A64EF) is known color: Medium Slate Blue. HEX triplet: 8A, 64 and EF. RGB value is (138,100,239). Sum of RGB (Red+Green+Blue) = 138+100+239=477 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.93% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #8A64EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A64EF is #759B10. Grayscale: #7E7E7E. Windows color (decimal): -7707409 or 15688842. OLE color: 15688842.
HSL color Cylindrical-coordinate representation of color #8A64EF: hue angle of 256.4º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A64EF is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 100 | 239 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.06 |
| HSL | 256.4º | 0.81% | 0.66% | - |
| HSV(B) | 256.4º | 0.58% | 0.94% | - |
| XYZ | 30.62 | 20.75 | 84.05 | - |
| YUV | 127.21 | 191.09 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 100 | 239 | 0.42 | 0.58 | 0 | 0.06 | 256.4 | 0.81 | 0.66 |
| Hex | 8A | 64 | EF | 2A | 3A | 0 | 6 | 100 | 51 | 42 |
| Octal | 212 | 144 | 357 | 52 | 72 | 0 | 6 | 400 | 121 | 102 |
| Binary | 10001010 | 1100100 | 11101111 | 101010 | 111010 | 0 | 110 | 100000000 | 1010001 | 1000010 |
Color Harmonies of #8A64EF
Complementary color
Monochromatic Colors of #8A64EF
Black with #8A64EF
Text Example
Text Example
White with #8A64EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A64EF; }
p { color: rgb(138,100,239); }
H1.HeaderClassName
{
color: #8A64EF;
}
.AnyTagClassName
{
color: #8A64EF;
}
</style>
background-color css
<style>
a { background-color: #8A64EF; }
a { background-color: rgb(138,100,239); }
div.DivClassName
{
background-color: #8A64EF;
}
.BgClassName
{
background-color: #8A64EF;
}
</style>
border-color css
<style>
span { border-color: #8A64EF; }
span { border-color: rgb(138,100,239); }
td.TdClassName
{
border-color: #8A64EF;
}
.TagClassName
{
border-color: #8A64EF;
}
</style>