Shades of Medium Slate Blue #865FEB
Tints of Medium Slate Blue #865FEB
RGB
CMYK
RGB Variations
Color information
#865FEB (or 0x865FEB) is known color: Medium Slate Blue. HEX triplet: 86, 5F and EB. RGB value is (134,95,235). Sum of RGB (Red+Green+Blue) = 134+95+235=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #865FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865FEB is #79A014. Grayscale: #7A7A7A. Windows color (decimal): -7970837 or 15425414. OLE color: 15425414.
HSL color Cylindrical-coordinate representation of color #865FEB: hue angle of 256.71º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #865FEB is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 134 | 95 | 235 | - |
| CMYK | 0.43 | 0.60 | 0 | 0.08 |
| HSL | 256.71º | 0.78% | 0.65% | - |
| HSV(B) | 256.71º | 0.6% | 0.92% | - |
| XYZ | 28.92 | 19.25 | 80.79 | - |
| YUV | 122.62 | 191.42 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 95 | 235 | 0.43 | 0.60 | 0 | 0.08 | 256.71 | 0.78 | 0.65 |
| Hex | 86 | 5F | EB | 2B | 3C | 0 | 8 | 101 | 4E | 41 |
| Octal | 206 | 137 | 353 | 53 | 74 | 0 | 10 | 401 | 116 | 101 |
| Binary | 10000110 | 1011111 | 11101011 | 101011 | 111100 | 0 | 1000 | 100000001 | 1001110 | 1000001 |
Color Harmonies of #865FEB
Complementary color
Monochromatic Colors of #865FEB
Black with #865FEB
Text Example
Text Example
White with #865FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865FEB; }
p { color: rgb(134,95,235); }
H1.HeaderClassName
{
color: #865FEB;
}
.AnyTagClassName
{
color: #865FEB;
}
</style>
background-color css
<style>
a { background-color: #865FEB; }
a { background-color: rgb(134,95,235); }
div.DivClassName
{
background-color: #865FEB;
}
.BgClassName
{
background-color: #865FEB;
}
</style>
border-color css
<style>
span { border-color: #865FEB; }
span { border-color: rgb(134,95,235); }
td.TdClassName
{
border-color: #865FEB;
}
.TagClassName
{
border-color: #865FEB;
}
</style>