Shades of Medium Slate Blue #865BE9
Tints of Medium Slate Blue #865BE9
RGB
CMYK
RGB Variations
Color information
#865BE9 (or 0x865BE9) is known color: Medium Slate Blue. HEX triplet: 86, 5B and E9. RGB value is (134,91,233). Sum of RGB (Red+Green+Blue) = 134+91+233=458 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.26% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 233 (91.41% from 255 or 50.87% from 458); Max value from RGB is 233 - color contains mainly: blue. Hex color #865BE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865BE9 is #79A416. Grayscale: #777777. Windows color (decimal): -7971863 or 15293318. OLE color: 15293318.
HSL color Cylindrical-coordinate representation of color #865BE9: hue angle of 258.17º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #865BE9 is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 91 | 233 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.09 |
| HSL | 258.17º | 0.76% | 0.64% | - |
| HSV(B) | 258.17º | 0.61% | 0.91% | - |
| XYZ | 28.28 | 18.43 | 79.16 | - |
| YUV | 120.05 | 191.75 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 233 | 0.42 | 0.61 | 0 | 0.09 | 258.17 | 0.76 | 0.64 |
| Hex | 86 | 5B | E9 | 2A | 3D | 0 | 9 | 102 | 4C | 40 |
| Octal | 206 | 133 | 351 | 52 | 75 | 0 | 11 | 402 | 114 | 100 |
| Binary | 10000110 | 1011011 | 11101001 | 101010 | 111101 | 0 | 1001 | 100000010 | 1001100 | 1000000 |
Color Harmonies of #865BE9
Complementary color
Monochromatic Colors of #865BE9
Black with #865BE9
Text Example
Text Example
White with #865BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865BE9; }
p { color: rgb(134,91,233); }
H1.HeaderClassName
{
color: #865BE9;
}
.AnyTagClassName
{
color: #865BE9;
}
</style>
background-color css
<style>
a { background-color: #865BE9; }
a { background-color: rgb(134,91,233); }
div.DivClassName
{
background-color: #865BE9;
}
.BgClassName
{
background-color: #865BE9;
}
</style>
border-color css
<style>
span { border-color: #865BE9; }
span { border-color: rgb(134,91,233); }
td.TdClassName
{
border-color: #865BE9;
}
.TagClassName
{
border-color: #865BE9;
}
</style>