Shades of Medium Slate Blue #867BE5
Tints of Medium Slate Blue #867BE5
RGB
CMYK
RGB Variations
Color information
#867BE5 (or 0x867BE5) is known color: Medium Slate Blue. HEX triplet: 86, 7B and E5. RGB value is (134,123,229). Sum of RGB (Red+Green+Blue) = 134+123+229=486 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.57% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #867BE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867BE5 is #79841A. Grayscale: #898989. Windows color (decimal): -7963675 or 15039366. OLE color: 15039366.
HSL color Cylindrical-coordinate representation of color #867BE5: hue angle of 246.23º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #867BE5 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 123 | 229 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.10 |
| HSL | 246.23º | 0.67% | 0.69% | - |
| HSV(B) | 246.23º | 0.46% | 0.9% | - |
| XYZ | 31.06 | 24.89 | 77.3 | - |
| YUV | 138.37 | 179.14 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 123 | 229 | 0.41 | 0.46 | 0 | 0.10 | 246.23 | 0.67 | 0.69 |
| Hex | 86 | 7B | E5 | 29 | 2E | 0 | A | F6 | 43 | 45 |
| Octal | 206 | 173 | 345 | 51 | 56 | 0 | 12 | 366 | 103 | 105 |
| Binary | 10000110 | 1111011 | 11100101 | 101001 | 101110 | 0 | 1010 | 11110110 | 1000011 | 1000101 |
Color Harmonies of #867BE5
Complementary color
Monochromatic Colors of #867BE5
Black with #867BE5
Text Example
Text Example
White with #867BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867BE5; }
p { color: rgb(134,123,229); }
H1.HeaderClassName
{
color: #867BE5;
}
.AnyTagClassName
{
color: #867BE5;
}
</style>
background-color css
<style>
a { background-color: #867BE5; }
a { background-color: rgb(134,123,229); }
div.DivClassName
{
background-color: #867BE5;
}
.BgClassName
{
background-color: #867BE5;
}
</style>
border-color css
<style>
span { border-color: #867BE5; }
span { border-color: rgb(134,123,229); }
td.TdClassName
{
border-color: #867BE5;
}
.TagClassName
{
border-color: #867BE5;
}
</style>