Shades of Medium Slate Blue #867DE5
Tints of Medium Slate Blue #867DE5
RGB
CMYK
RGB Variations
Color information
#867DE5 (or 0x867DE5) is known color: Medium Slate Blue. HEX triplet: 86, 7D and E5. RGB value is (134,125,229). Sum of RGB (Red+Green+Blue) = 134+125+229=488 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.46% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 229 - color contains mainly: blue. Hex color #867DE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867DE5 is #79821A. Grayscale: #8B8B8B. Windows color (decimal): -7963163 or 15039878. OLE color: 15039878.
HSL color Cylindrical-coordinate representation of color #867DE5: hue angle of 245.19º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #867DE5 is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 125 | 229 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.10 |
| HSL | 245.19º | 0.67% | 0.69% | - |
| HSV(B) | 245.19º | 0.45% | 0.9% | - |
| XYZ | 31.31 | 25.39 | 77.38 | - |
| YUV | 139.55 | 178.48 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 125 | 229 | 0.41 | 0.45 | 0 | 0.10 | 245.19 | 0.67 | 0.69 |
| Hex | 86 | 7D | E5 | 29 | 2D | 0 | A | F5 | 43 | 45 |
| Octal | 206 | 175 | 345 | 51 | 55 | 0 | 12 | 365 | 103 | 105 |
| Binary | 10000110 | 1111101 | 11100101 | 101001 | 101101 | 0 | 1010 | 11110101 | 1000011 | 1000101 |
Color Harmonies of #867DE5
Complementary color
Monochromatic Colors of #867DE5
Black with #867DE5
Text Example
Text Example
White with #867DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867DE5; }
p { color: rgb(134,125,229); }
H1.HeaderClassName
{
color: #867DE5;
}
.AnyTagClassName
{
color: #867DE5;
}
</style>
background-color css
<style>
a { background-color: #867DE5; }
a { background-color: rgb(134,125,229); }
div.DivClassName
{
background-color: #867DE5;
}
.BgClassName
{
background-color: #867DE5;
}
</style>
border-color css
<style>
span { border-color: #867DE5; }
span { border-color: rgb(134,125,229); }
td.TdClassName
{
border-color: #867DE5;
}
.TagClassName
{
border-color: #867DE5;
}
</style>