Shades of Medium Slate Blue #865BF2
Tints of Medium Slate Blue #865BF2
RGB
CMYK
RGB Variations
Color information
#865BF2 (or 0x865BF2) is known color: Medium Slate Blue. HEX triplet: 86, 5B and F2. RGB value is (134,91,242). Sum of RGB (Red+Green+Blue) = 134+91+242=467 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.69% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 242 (94.92% from 255 or 51.82% from 467); Max value from RGB is 242 - color contains mainly: blue. Hex color #865BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865BF2 is #79A40D. Grayscale: #787878. Windows color (decimal): -7971854 or 15883142. OLE color: 15883142.
HSL color Cylindrical-coordinate representation of color #865BF2: hue angle of 257.09º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #865BF2 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 91 | 242 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.05 |
| HSL | 257.09º | 0.85% | 0.65% | - |
| HSV(B) | 257.09º | 0.62% | 0.95% | - |
| XYZ | 29.6 | 18.96 | 86.1 | - |
| YUV | 121.07 | 196.25 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 242 | 0.45 | 0.62 | 0 | 0.05 | 257.09 | 0.85 | 0.65 |
| Hex | 86 | 5B | F2 | 2D | 3E | 0 | 5 | 101 | 55 | 41 |
| Octal | 206 | 133 | 362 | 55 | 76 | 0 | 5 | 401 | 125 | 101 |
| Binary | 10000110 | 1011011 | 11110010 | 101101 | 111110 | 0 | 101 | 100000001 | 1010101 | 1000001 |
Color Harmonies of #865BF2
Complementary color
Monochromatic Colors of #865BF2
Black with #865BF2
Text Example
Text Example
White with #865BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865BF2; }
p { color: rgb(134,91,242); }
H1.HeaderClassName
{
color: #865BF2;
}
.AnyTagClassName
{
color: #865BF2;
}
</style>
background-color css
<style>
a { background-color: #865BF2; }
a { background-color: rgb(134,91,242); }
div.DivClassName
{
background-color: #865BF2;
}
.BgClassName
{
background-color: #865BF2;
}
</style>
border-color css
<style>
span { border-color: #865BF2; }
span { border-color: rgb(134,91,242); }
td.TdClassName
{
border-color: #865BF2;
}
.TagClassName
{
border-color: #865BF2;
}
</style>