Shades of Medium Slate Blue #865BE5
Tints of Medium Slate Blue #865BE5
RGB
CMYK
RGB Variations
Color information
#865BE5 (or 0x865BE5) is known color: Medium Slate Blue. HEX triplet: 86, 5B and E5. RGB value is (134,91,229). Sum of RGB (Red+Green+Blue) = 134+91+229=454 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.52% from 454); Green value is 91 (35.94% from 255 or 20.04% from 454); Blue value is 229 (89.84% from 255 or 50.44% from 454); Max value from RGB is 229 - color contains mainly: blue. Hex color #865BE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865BE5 is #79A41A. Grayscale: #777777. Windows color (decimal): -7971867 or 15031174. OLE color: 15031174.
HSL color Cylindrical-coordinate representation of color #865BE5: hue angle of 258.7º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #865BE5 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 91 | 229 | - |
| CMYK | 0.41 | 0.60 | 0 | 0.10 |
| HSL | 258.7º | 0.73% | 0.63% | - |
| HSV(B) | 258.7º | 0.6% | 0.9% | - |
| XYZ | 27.72 | 18.21 | 76.18 | - |
| YUV | 119.59 | 189.75 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 229 | 0.41 | 0.60 | 0 | 0.10 | 258.7 | 0.73 | 0.63 |
| Hex | 86 | 5B | E5 | 29 | 3C | 0 | A | 103 | 49 | 3F |
| Octal | 206 | 133 | 345 | 51 | 74 | 0 | 12 | 403 | 111 | 77 |
| Binary | 10000110 | 1011011 | 11100101 | 101001 | 111100 | 0 | 1010 | 100000011 | 1001001 | 111111 |
Color Harmonies of #865BE5
Complementary color
Monochromatic Colors of #865BE5
Black with #865BE5
Text Example
Text Example
White with #865BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865BE5; }
p { color: rgb(134,91,229); }
H1.HeaderClassName
{
color: #865BE5;
}
.AnyTagClassName
{
color: #865BE5;
}
</style>
background-color css
<style>
a { background-color: #865BE5; }
a { background-color: rgb(134,91,229); }
div.DivClassName
{
background-color: #865BE5;
}
.BgClassName
{
background-color: #865BE5;
}
</style>
border-color css
<style>
span { border-color: #865BE5; }
span { border-color: rgb(134,91,229); }
td.TdClassName
{
border-color: #865BE5;
}
.TagClassName
{
border-color: #865BE5;
}
</style>