Shades of Medium Slate Blue #8C6DEF
Tints of Medium Slate Blue #8C6DEF
RGB
CMYK
RGB Variations
Color information
#8C6DEF (or 0x8C6DEF) is known color: Medium Slate Blue. HEX triplet: 8C, 6D and EF. RGB value is (140,109,239). Sum of RGB (Red+Green+Blue) = 140+109+239=488 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.69% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C6DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6DEF is #739210. Grayscale: #848484. Windows color (decimal): -7574033 or 15691148. OLE color: 15691148.
HSL color Cylindrical-coordinate representation of color #8C6DEF: hue angle of 254.31º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C6DEF is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 109 | 239 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.06 |
| HSL | 254.31º | 0.8% | 0.68% | - |
| HSV(B) | 254.31º | 0.54% | 0.94% | - |
| XYZ | 31.86 | 22.74 | 84.37 | - |
| YUV | 133.09 | 187.77 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 109 | 239 | 0.41 | 0.54 | 0 | 0.06 | 254.31 | 0.8 | 0.68 |
| Hex | 8C | 6D | EF | 29 | 36 | 0 | 6 | FE | 50 | 44 |
| Octal | 214 | 155 | 357 | 51 | 66 | 0 | 6 | 376 | 120 | 104 |
| Binary | 10001100 | 1101101 | 11101111 | 101001 | 110110 | 0 | 110 | 11111110 | 1010000 | 1000100 |
Color Harmonies of #8C6DEF
Complementary color
Monochromatic Colors of #8C6DEF
Black with #8C6DEF
Text Example
Text Example
White with #8C6DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6DEF; }
p { color: rgb(140,109,239); }
H1.HeaderClassName
{
color: #8C6DEF;
}
.AnyTagClassName
{
color: #8C6DEF;
}
</style>
background-color css
<style>
a { background-color: #8C6DEF; }
a { background-color: rgb(140,109,239); }
div.DivClassName
{
background-color: #8C6DEF;
}
.BgClassName
{
background-color: #8C6DEF;
}
</style>
border-color css
<style>
span { border-color: #8C6DEF; }
span { border-color: rgb(140,109,239); }
td.TdClassName
{
border-color: #8C6DEF;
}
.TagClassName
{
border-color: #8C6DEF;
}
</style>