Shades of Medium Slate Blue #8F5BF0
Tints of Medium Slate Blue #8F5BF0
RGB
CMYK
RGB Variations
Color information
#8F5BF0 (or 0x8F5BF0) is known color: Medium Slate Blue. HEX triplet: 8F, 5B and F0. RGB value is (143,91,240). Sum of RGB (Red+Green+Blue) = 143+91+240=474 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.17% from 474); Green value is 91 (35.94% from 255 or 19.20% from 474); Blue value is 240 (94.14% from 255 or 50.63% from 474); Max value from RGB is 240 - color contains mainly: blue. Hex color #8F5BF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F5BF0 is #70A40F. Grayscale: #7A7A7A. Windows color (decimal): -7382032 or 15752079. OLE color: 15752079.
HSL color Cylindrical-coordinate representation of color #8F5BF0: hue angle of 260.94º degrees, saturation: 0.83, 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 #8F5BF0 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 91 | 240 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.06 |
| HSL | 260.94º | 0.83% | 0.65% | - |
| HSV(B) | 260.94º | 0.62% | 0.94% | - |
| XYZ | 30.8 | 19.61 | 84.6 | - |
| YUV | 123.53 | 193.73 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 91 | 240 | 0.40 | 0.62 | 0 | 0.06 | 260.94 | 0.83 | 0.65 |
| Hex | 8F | 5B | F0 | 28 | 3E | 0 | 6 | 105 | 53 | 41 |
| Octal | 217 | 133 | 360 | 50 | 76 | 0 | 6 | 405 | 123 | 101 |
| Binary | 10001111 | 1011011 | 11110000 | 101000 | 111110 | 0 | 110 | 100000101 | 1010011 | 1000001 |
Color Harmonies of #8F5BF0
Complementary color
Monochromatic Colors of #8F5BF0
Black with #8F5BF0
Text Example
Text Example
White with #8F5BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5BF0; }
p { color: rgb(143,91,240); }
H1.HeaderClassName
{
color: #8F5BF0;
}
.AnyTagClassName
{
color: #8F5BF0;
}
</style>
background-color css
<style>
a { background-color: #8F5BF0; }
a { background-color: rgb(143,91,240); }
div.DivClassName
{
background-color: #8F5BF0;
}
.BgClassName
{
background-color: #8F5BF0;
}
</style>
border-color css
<style>
span { border-color: #8F5BF0; }
span { border-color: rgb(143,91,240); }
td.TdClassName
{
border-color: #8F5BF0;
}
.TagClassName
{
border-color: #8F5BF0;
}
</style>