Shades of Medium Slate Blue #865CF3
Tints of Medium Slate Blue #865CF3
RGB
CMYK
RGB Variations
Color information
#865CF3 (or 0x865CF3) is known color: Medium Slate Blue. HEX triplet: 86, 5C and F3. RGB value is (134,92,243). Sum of RGB (Red+Green+Blue) = 134+92+243=469 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.57% from 469); Green value is 92 (36.33% from 255 or 19.62% from 469); Blue value is 243 (95.31% from 255 or 51.81% from 469); Max value from RGB is 243 - color contains mainly: blue. Hex color #865CF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865CF3 is #79A30C. Grayscale: #797979. Windows color (decimal): -7971597 or 15948934. OLE color: 15948934.
HSL color Cylindrical-coordinate representation of color #865CF3: hue angle of 256.69º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #865CF3 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 92 | 243 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.05 |
| HSL | 256.69º | 0.86% | 0.66% | - |
| HSV(B) | 256.69º | 0.62% | 0.95% | - |
| XYZ | 29.84 | 19.19 | 86.93 | - |
| YUV | 121.77 | 196.41 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 243 | 0.45 | 0.62 | 0 | 0.05 | 256.69 | 0.86 | 0.66 |
| Hex | 86 | 5C | F3 | 2D | 3E | 0 | 5 | 101 | 56 | 42 |
| Octal | 206 | 134 | 363 | 55 | 76 | 0 | 5 | 401 | 126 | 102 |
| Binary | 10000110 | 1011100 | 11110011 | 101101 | 111110 | 0 | 101 | 100000001 | 1010110 | 1000010 |
Color Harmonies of #865CF3
Complementary color
Monochromatic Colors of #865CF3
Black with #865CF3
Text Example
Text Example
White with #865CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865CF3; }
p { color: rgb(134,92,243); }
H1.HeaderClassName
{
color: #865CF3;
}
.AnyTagClassName
{
color: #865CF3;
}
</style>
background-color css
<style>
a { background-color: #865CF3; }
a { background-color: rgb(134,92,243); }
div.DivClassName
{
background-color: #865CF3;
}
.BgClassName
{
background-color: #865CF3;
}
</style>
border-color css
<style>
span { border-color: #865CF3; }
span { border-color: rgb(134,92,243); }
td.TdClassName
{
border-color: #865CF3;
}
.TagClassName
{
border-color: #865CF3;
}
</style>