Shades of Medium Slate Blue #865FEE
Tints of Medium Slate Blue #865FEE
RGB
CMYK
RGB Variations
Color information
#865FEE (or 0x865FEE) is known color: Medium Slate Blue. HEX triplet: 86, 5F and EE. RGB value is (134,95,238). Sum of RGB (Red+Green+Blue) = 134+95+238=467 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.69% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #865FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865FEE is #79A011. Grayscale: #7A7A7A. Windows color (decimal): -7970834 or 15622022. OLE color: 15622022.
HSL color Cylindrical-coordinate representation of color #865FEE: hue angle of 256.36º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #865FEE is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 95 | 238 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.07 |
| HSL | 256.36º | 0.81% | 0.65% | - |
| HSV(B) | 256.36º | 0.6% | 0.93% | - |
| XYZ | 29.36 | 19.43 | 83.09 | - |
| YUV | 122.96 | 192.92 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 95 | 238 | 0.44 | 0.60 | 0 | 0.07 | 256.36 | 0.81 | 0.65 |
| Hex | 86 | 5F | EE | 2C | 3C | 0 | 7 | 100 | 51 | 41 |
| Octal | 206 | 137 | 356 | 54 | 74 | 0 | 7 | 400 | 121 | 101 |
| Binary | 10000110 | 1011111 | 11101110 | 101100 | 111100 | 0 | 111 | 100000000 | 1010001 | 1000001 |
Color Harmonies of #865FEE
Complementary color
Monochromatic Colors of #865FEE
Black with #865FEE
Text Example
Text Example
White with #865FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865FEE; }
p { color: rgb(134,95,238); }
H1.HeaderClassName
{
color: #865FEE;
}
.AnyTagClassName
{
color: #865FEE;
}
</style>
background-color css
<style>
a { background-color: #865FEE; }
a { background-color: rgb(134,95,238); }
div.DivClassName
{
background-color: #865FEE;
}
.BgClassName
{
background-color: #865FEE;
}
</style>
border-color css
<style>
span { border-color: #865FEE; }
span { border-color: rgb(134,95,238); }
td.TdClassName
{
border-color: #865FEE;
}
.TagClassName
{
border-color: #865FEE;
}
</style>