Shades of Medium Slate Blue #8F5EF2
Tints of Medium Slate Blue #8F5EF2
RGB
CMYK
RGB Variations
Color information
#8F5EF2 (or 0x8F5EF2) is known color: Medium Slate Blue. HEX triplet: 8F, 5E and F2. RGB value is (143,94,242). Sum of RGB (Red+Green+Blue) = 143+94+242=479 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.85% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 242 (94.92% from 255 or 50.52% from 479); Max value from RGB is 242 - color contains mainly: blue. Hex color #8F5EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F5EF2 is #70A10D. Grayscale: #7C7C7C. Windows color (decimal): -7381262 or 15883919. OLE color: 15883919.
HSL color Cylindrical-coordinate representation of color #8F5EF2: hue angle of 259.86º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F5EF2 is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 94 | 242 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.05 |
| HSL | 259.86º | 0.85% | 0.66% | - |
| HSV(B) | 259.86º | 0.61% | 0.95% | - |
| XYZ | 31.36 | 20.26 | 86.26 | - |
| YUV | 125.52 | 193.73 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 94 | 242 | 0.41 | 0.61 | 0 | 0.05 | 259.86 | 0.85 | 0.66 |
| Hex | 8F | 5E | F2 | 29 | 3D | 0 | 5 | 104 | 55 | 42 |
| Octal | 217 | 136 | 362 | 51 | 75 | 0 | 5 | 404 | 125 | 102 |
| Binary | 10001111 | 1011110 | 11110010 | 101001 | 111101 | 0 | 101 | 100000100 | 1010101 | 1000010 |
Color Harmonies of #8F5EF2
Complementary color
Monochromatic Colors of #8F5EF2
Black with #8F5EF2
Text Example
Text Example
White with #8F5EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5EF2; }
p { color: rgb(143,94,242); }
H1.HeaderClassName
{
color: #8F5EF2;
}
.AnyTagClassName
{
color: #8F5EF2;
}
</style>
background-color css
<style>
a { background-color: #8F5EF2; }
a { background-color: rgb(143,94,242); }
div.DivClassName
{
background-color: #8F5EF2;
}
.BgClassName
{
background-color: #8F5EF2;
}
</style>
border-color css
<style>
span { border-color: #8F5EF2; }
span { border-color: rgb(143,94,242); }
td.TdClassName
{
border-color: #8F5EF2;
}
.TagClassName
{
border-color: #8F5EF2;
}
</style>