Shades of Medium Slate Blue #8678EC
Tints of Medium Slate Blue #8678EC
RGB
CMYK
RGB Variations
Color information
#8678EC (or 0x8678EC) is known color: Medium Slate Blue. HEX triplet: 86, 78 and EC. RGB value is (134,120,236). Sum of RGB (Red+Green+Blue) = 134+120+236=490 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.35% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #8678EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8678EC is #798713. Grayscale: #888888. Windows color (decimal): -7964436 or 15497350. OLE color: 15497350.
HSL color Cylindrical-coordinate representation of color #8678EC: hue angle of 247.24º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8678EC is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 120 | 236 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.07 |
| HSL | 247.24º | 0.75% | 0.7% | - |
| HSV(B) | 247.24º | 0.49% | 0.93% | - |
| XYZ | 31.69 | 24.56 | 82.43 | - |
| YUV | 137.41 | 183.64 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 120 | 236 | 0.43 | 0.49 | 0 | 0.07 | 247.24 | 0.75 | 0.7 |
| Hex | 86 | 78 | EC | 2B | 31 | 0 | 7 | F7 | 4B | 46 |
| Octal | 206 | 170 | 354 | 53 | 61 | 0 | 7 | 367 | 113 | 106 |
| Binary | 10000110 | 1111000 | 11101100 | 101011 | 110001 | 0 | 111 | 11110111 | 1001011 | 1000110 |
Color Harmonies of #8678EC
Complementary color
Monochromatic Colors of #8678EC
Black with #8678EC
Text Example
Text Example
White with #8678EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8678EC; }
p { color: rgb(134,120,236); }
H1.HeaderClassName
{
color: #8678EC;
}
.AnyTagClassName
{
color: #8678EC;
}
</style>
background-color css
<style>
a { background-color: #8678EC; }
a { background-color: rgb(134,120,236); }
div.DivClassName
{
background-color: #8678EC;
}
.BgClassName
{
background-color: #8678EC;
}
</style>
border-color css
<style>
span { border-color: #8678EC; }
span { border-color: rgb(134,120,236); }
td.TdClassName
{
border-color: #8678EC;
}
.TagClassName
{
border-color: #8678EC;
}
</style>