Shades of Medium Slate Blue #864EEE
Tints of Medium Slate Blue #864EEE
RGB
CMYK
RGB Variations
Color information
#864EEE (or 0x864EEE) is known color: Medium Slate Blue. HEX triplet: 86, 4E and EE. RGB value is (134,78,238). Sum of RGB (Red+Green+Blue) = 134+78+238=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 78 (30.86% from 255 or 17.33% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #864EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #864EEE is #79B111. Grayscale: #707070. Windows color (decimal): -7975186 or 15617670. OLE color: 15617670.
HSL color Cylindrical-coordinate representation of color #864EEE: hue angle of 261º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #864EEE is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 78 | 238 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.07 |
| HSL | 261º | 0.82% | 0.62% | - |
| HSV(B) | 261º | 0.67% | 0.93% | - |
| XYZ | 27.99 | 16.69 | 82.64 | - |
| YUV | 112.98 | 198.55 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 78 | 238 | 0.44 | 0.67 | 0 | 0.07 | 261 | 0.82 | 0.62 |
| Hex | 86 | 4E | EE | 2C | 43 | 0 | 7 | 105 | 52 | 3E |
| Octal | 206 | 116 | 356 | 54 | 103 | 0 | 7 | 405 | 122 | 76 |
| Binary | 10000110 | 1001110 | 11101110 | 101100 | 1000011 | 0 | 111 | 100000101 | 1010010 | 111110 |
Color Harmonies of #864EEE
Complementary color
Monochromatic Colors of #864EEE
Black with #864EEE
Text Example
Text Example
White with #864EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864EEE; }
p { color: rgb(134,78,238); }
H1.HeaderClassName
{
color: #864EEE;
}
.AnyTagClassName
{
color: #864EEE;
}
</style>
background-color css
<style>
a { background-color: #864EEE; }
a { background-color: rgb(134,78,238); }
div.DivClassName
{
background-color: #864EEE;
}
.BgClassName
{
background-color: #864EEE;
}
</style>
border-color css
<style>
span { border-color: #864EEE; }
span { border-color: rgb(134,78,238); }
td.TdClassName
{
border-color: #864EEE;
}
.TagClassName
{
border-color: #864EEE;
}
</style>