Shades of Medium Slate Blue #865CEF
Tints of Medium Slate Blue #865CEF
RGB
CMYK
RGB Variations
Color information
#865CEF (or 0x865CEF) is known color: Medium Slate Blue. HEX triplet: 86, 5C and EF. RGB value is (134,92,239). Sum of RGB (Red+Green+Blue) = 134+92+239=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #865CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865CEF is #79A310. Grayscale: #787878. Windows color (decimal): -7971601 or 15686790. OLE color: 15686790.
HSL color Cylindrical-coordinate representation of color #865CEF: hue angle of 257.14º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #865CEF is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 92 | 239 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.06 |
| HSL | 257.14º | 0.82% | 0.65% | - |
| HSV(B) | 257.14º | 0.62% | 0.94% | - |
| XYZ | 29.24 | 18.95 | 83.78 | - |
| YUV | 121.32 | 194.41 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 239 | 0.44 | 0.62 | 0 | 0.06 | 257.14 | 0.82 | 0.65 |
| Hex | 86 | 5C | EF | 2C | 3E | 0 | 6 | 101 | 52 | 41 |
| Octal | 206 | 134 | 357 | 54 | 76 | 0 | 6 | 401 | 122 | 101 |
| Binary | 10000110 | 1011100 | 11101111 | 101100 | 111110 | 0 | 110 | 100000001 | 1010010 | 1000001 |
Color Harmonies of #865CEF
Complementary color
Monochromatic Colors of #865CEF
Black with #865CEF
Text Example
Text Example
White with #865CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865CEF; }
p { color: rgb(134,92,239); }
H1.HeaderClassName
{
color: #865CEF;
}
.AnyTagClassName
{
color: #865CEF;
}
</style>
background-color css
<style>
a { background-color: #865CEF; }
a { background-color: rgb(134,92,239); }
div.DivClassName
{
background-color: #865CEF;
}
.BgClassName
{
background-color: #865CEF;
}
</style>
border-color css
<style>
span { border-color: #865CEF; }
span { border-color: rgb(134,92,239); }
td.TdClassName
{
border-color: #865CEF;
}
.TagClassName
{
border-color: #865CEF;
}
</style>