Shades of Medium Slate Blue #8679EC
Tints of Medium Slate Blue #8679EC
RGB
CMYK
RGB Variations
Color information
#8679EC (or 0x8679EC) is known color: Medium Slate Blue. HEX triplet: 86, 79 and EC. RGB value is (134,121,236). Sum of RGB (Red+Green+Blue) = 134+121+236=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #8679EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8679EC is #798613. Grayscale: #898989. Windows color (decimal): -7964180 or 15497606. OLE color: 15497606.
HSL color Cylindrical-coordinate representation of color #8679EC: hue angle of 246.78º 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 #8679EC is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 121 | 236 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.07 |
| HSL | 246.78º | 0.75% | 0.7% | - |
| HSV(B) | 246.78º | 0.49% | 0.93% | - |
| XYZ | 31.81 | 24.8 | 82.47 | - |
| YUV | 138 | 183.31 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 121 | 236 | 0.43 | 0.49 | 0 | 0.07 | 246.78 | 0.75 | 0.7 |
| Hex | 86 | 79 | EC | 2B | 31 | 0 | 7 | F7 | 4B | 46 |
| Octal | 206 | 171 | 354 | 53 | 61 | 0 | 7 | 367 | 113 | 106 |
| Binary | 10000110 | 1111001 | 11101100 | 101011 | 110001 | 0 | 111 | 11110111 | 1001011 | 1000110 |
Color Harmonies of #8679EC
Complementary color
Monochromatic Colors of #8679EC
Black with #8679EC
Text Example
Text Example
White with #8679EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8679EC; }
p { color: rgb(134,121,236); }
H1.HeaderClassName
{
color: #8679EC;
}
.AnyTagClassName
{
color: #8679EC;
}
</style>
background-color css
<style>
a { background-color: #8679EC; }
a { background-color: rgb(134,121,236); }
div.DivClassName
{
background-color: #8679EC;
}
.BgClassName
{
background-color: #8679EC;
}
</style>
border-color css
<style>
span { border-color: #8679EC; }
span { border-color: rgb(134,121,236); }
td.TdClassName
{
border-color: #8679EC;
}
.TagClassName
{
border-color: #8679EC;
}
</style>