Shades of Medium Slate Blue #8C6BEF
Tints of Medium Slate Blue #8C6BEF
RGB
CMYK
RGB Variations
Color information
#8C6BEF (or 0x8C6BEF) is known color: Medium Slate Blue. HEX triplet: 8C, 6B and EF. RGB value is (140,107,239). Sum of RGB (Red+Green+Blue) = 140+107+239=486 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.81% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C6BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6BEF is #739410. Grayscale: #838383. Windows color (decimal): -7574545 or 15690636. OLE color: 15690636.
HSL color Cylindrical-coordinate representation of color #8C6BEF: hue angle of 255º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C6BEF is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 107 | 239 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.06 |
| HSL | 255º | 0.8% | 0.68% | - |
| HSV(B) | 255º | 0.55% | 0.94% | - |
| XYZ | 31.65 | 22.32 | 84.3 | - |
| YUV | 131.92 | 188.43 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 107 | 239 | 0.41 | 0.55 | 0 | 0.06 | 255 | 0.8 | 0.68 |
| Hex | 8C | 6B | EF | 29 | 37 | 0 | 6 | FF | 50 | 44 |
| Octal | 214 | 153 | 357 | 51 | 67 | 0 | 6 | 377 | 120 | 104 |
| Binary | 10001100 | 1101011 | 11101111 | 101001 | 110111 | 0 | 110 | 11111111 | 1010000 | 1000100 |
Color Harmonies of #8C6BEF
Complementary color
Monochromatic Colors of #8C6BEF
Black with #8C6BEF
Text Example
Text Example
White with #8C6BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6BEF; }
p { color: rgb(140,107,239); }
H1.HeaderClassName
{
color: #8C6BEF;
}
.AnyTagClassName
{
color: #8C6BEF;
}
</style>
background-color css
<style>
a { background-color: #8C6BEF; }
a { background-color: rgb(140,107,239); }
div.DivClassName
{
background-color: #8C6BEF;
}
.BgClassName
{
background-color: #8C6BEF;
}
</style>
border-color css
<style>
span { border-color: #8C6BEF; }
span { border-color: rgb(140,107,239); }
td.TdClassName
{
border-color: #8C6BEF;
}
.TagClassName
{
border-color: #8C6BEF;
}
</style>