Shades of Medium Slate Blue #8B4EEF
Tints of Medium Slate Blue #8B4EEF
RGB
CMYK
RGB Variations
Color information
#8B4EEF (or 0x8B4EEF) is known color: Medium Slate Blue. HEX triplet: 8B, 4E and EF. RGB value is (139,78,239). Sum of RGB (Red+Green+Blue) = 139+78+239=456 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.48% from 456); Green value is 78 (30.86% from 255 or 17.11% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #8B4EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B4EEF is #74B110. Grayscale: #727272. Windows color (decimal): -7647505 or 15683211. OLE color: 15683211.
HSL color Cylindrical-coordinate representation of color #8B4EEF: hue angle of 262.73º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B4EEF is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 78 | 239 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.06 |
| HSL | 262.73º | 0.83% | 0.62% | - |
| HSV(B) | 262.73º | 0.67% | 0.94% | - |
| XYZ | 28.95 | 17.17 | 83.45 | - |
| YUV | 114.59 | 198.21 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 78 | 239 | 0.42 | 0.67 | 0 | 0.06 | 262.73 | 0.83 | 0.62 |
| Hex | 8B | 4E | EF | 2A | 43 | 0 | 6 | 107 | 53 | 3E |
| Octal | 213 | 116 | 357 | 52 | 103 | 0 | 6 | 407 | 123 | 76 |
| Binary | 10001011 | 1001110 | 11101111 | 101010 | 1000011 | 0 | 110 | 100000111 | 1010011 | 111110 |
Color Harmonies of #8B4EEF
Complementary color
Monochromatic Colors of #8B4EEF
Black with #8B4EEF
Text Example
Text Example
White with #8B4EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4EEF; }
p { color: rgb(139,78,239); }
H1.HeaderClassName
{
color: #8B4EEF;
}
.AnyTagClassName
{
color: #8B4EEF;
}
</style>
background-color css
<style>
a { background-color: #8B4EEF; }
a { background-color: rgb(139,78,239); }
div.DivClassName
{
background-color: #8B4EEF;
}
.BgClassName
{
background-color: #8B4EEF;
}
</style>
border-color css
<style>
span { border-color: #8B4EEF; }
span { border-color: rgb(139,78,239); }
td.TdClassName
{
border-color: #8B4EEF;
}
.TagClassName
{
border-color: #8B4EEF;
}
</style>