Shades of Medium Slate Blue #867EE7
Tints of Medium Slate Blue #867EE7
RGB
CMYK
RGB Variations
Color information
#867EE7 (or 0x867EE7) is known color: Medium Slate Blue. HEX triplet: 86, 7E and E7. RGB value is (134,126,231). Sum of RGB (Red+Green+Blue) = 134+126+231=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 231 (90.62% from 255 or 47.05% from 491); Max value from RGB is 231 - color contains mainly: blue. Hex color #867EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867EE7 is #798118. Grayscale: #8B8B8B. Windows color (decimal): -7962905 or 15171206. OLE color: 15171206.
HSL color Cylindrical-coordinate representation of color #867EE7: hue angle of 244.57º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #867EE7 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 126 | 231 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.09 |
| HSL | 244.57º | 0.69% | 0.7% | - |
| HSV(B) | 244.57º | 0.45% | 0.91% | - |
| XYZ | 31.72 | 25.76 | 78.9 | - |
| YUV | 140.36 | 179.15 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 126 | 231 | 0.42 | 0.45 | 0 | 0.09 | 244.57 | 0.69 | 0.7 |
| Hex | 86 | 7E | E7 | 2A | 2D | 0 | 9 | F5 | 45 | 46 |
| Octal | 206 | 176 | 347 | 52 | 55 | 0 | 11 | 365 | 105 | 106 |
| Binary | 10000110 | 1111110 | 11100111 | 101010 | 101101 | 0 | 1001 | 11110101 | 1000101 | 1000110 |
Color Harmonies of #867EE7
Complementary color
Monochromatic Colors of #867EE7
Black with #867EE7
Text Example
Text Example
White with #867EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867EE7; }
p { color: rgb(134,126,231); }
H1.HeaderClassName
{
color: #867EE7;
}
.AnyTagClassName
{
color: #867EE7;
}
</style>
background-color css
<style>
a { background-color: #867EE7; }
a { background-color: rgb(134,126,231); }
div.DivClassName
{
background-color: #867EE7;
}
.BgClassName
{
background-color: #867EE7;
}
</style>
border-color css
<style>
span { border-color: #867EE7; }
span { border-color: rgb(134,126,231); }
td.TdClassName
{
border-color: #867EE7;
}
.TagClassName
{
border-color: #867EE7;
}
</style>