Shades of Medium Slate Blue #8650E8
Tints of Medium Slate Blue #8650E8
RGB
CMYK
RGB Variations
Color information
#8650E8 (or 0x8650E8) is known color: Medium Slate Blue. HEX triplet: 86, 50 and E8. RGB value is (134,80,232). Sum of RGB (Red+Green+Blue) = 134+80+232=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 232 (91.02% from 255 or 52.02% from 446); Max value from RGB is 232 - color contains mainly: blue. Hex color #8650E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8650E8 is #79AF17. Grayscale: #707070. Windows color (decimal): -7974680 or 15224966. OLE color: 15224966.
HSL color Cylindrical-coordinate representation of color #8650E8: hue angle of 261.32º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8650E8 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 80 | 232 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.09 |
| HSL | 261.32º | 0.77% | 0.61% | - |
| HSV(B) | 261.32º | 0.66% | 0.91% | - |
| XYZ | 27.27 | 16.63 | 78.12 | - |
| YUV | 113.47 | 194.89 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 80 | 232 | 0.42 | 0.66 | 0 | 0.09 | 261.32 | 0.77 | 0.61 |
| Hex | 86 | 50 | E8 | 2A | 42 | 0 | 9 | 105 | 4D | 3D |
| Octal | 206 | 120 | 350 | 52 | 102 | 0 | 11 | 405 | 115 | 75 |
| Binary | 10000110 | 1010000 | 11101000 | 101010 | 1000010 | 0 | 1001 | 100000101 | 1001101 | 111101 |
Color Harmonies of #8650E8
Complementary color
Monochromatic Colors of #8650E8
Black with #8650E8
Text Example
Text Example
White with #8650E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8650E8; }
p { color: rgb(134,80,232); }
H1.HeaderClassName
{
color: #8650E8;
}
.AnyTagClassName
{
color: #8650E8;
}
</style>
background-color css
<style>
a { background-color: #8650E8; }
a { background-color: rgb(134,80,232); }
div.DivClassName
{
background-color: #8650E8;
}
.BgClassName
{
background-color: #8650E8;
}
</style>
border-color css
<style>
span { border-color: #8650E8; }
span { border-color: rgb(134,80,232); }
td.TdClassName
{
border-color: #8650E8;
}
.TagClassName
{
border-color: #8650E8;
}
</style>