Shades of Medium Slate Blue #8F4FF2
Tints of Medium Slate Blue #8F4FF2
RGB
CMYK
RGB Variations
Color information
#8F4FF2 (or 0x8F4FF2) is known color: Medium Slate Blue. HEX triplet: 8F, 4F and F2. RGB value is (143,79,242). Sum of RGB (Red+Green+Blue) = 143+79+242=464 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.82% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 242 (94.92% from 255 or 52.16% from 464); Max value from RGB is 242 - color contains mainly: blue. Hex color #8F4FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F4FF2 is #70B00D. Grayscale: #747474. Windows color (decimal): -7385102 or 15880079. OLE color: 15880079.
HSL color Cylindrical-coordinate representation of color #8F4FF2: hue angle of 263.56º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F4FF2 is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 79 | 242 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.05 |
| HSL | 263.56º | 0.86% | 0.63% | - |
| HSV(B) | 263.56º | 0.67% | 0.95% | - |
| XYZ | 30.15 | 17.84 | 85.86 | - |
| YUV | 116.72 | 198.7 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 79 | 242 | 0.41 | 0.67 | 0 | 0.05 | 263.56 | 0.86 | 0.63 |
| Hex | 8F | 4F | F2 | 29 | 43 | 0 | 5 | 108 | 56 | 3F |
| Octal | 217 | 117 | 362 | 51 | 103 | 0 | 5 | 410 | 126 | 77 |
| Binary | 10001111 | 1001111 | 11110010 | 101001 | 1000011 | 0 | 101 | 100001000 | 1010110 | 111111 |
Color Harmonies of #8F4FF2
Complementary color
Monochromatic Colors of #8F4FF2
Black with #8F4FF2
Text Example
Text Example
White with #8F4FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4FF2; }
p { color: rgb(143,79,242); }
H1.HeaderClassName
{
color: #8F4FF2;
}
.AnyTagClassName
{
color: #8F4FF2;
}
</style>
background-color css
<style>
a { background-color: #8F4FF2; }
a { background-color: rgb(143,79,242); }
div.DivClassName
{
background-color: #8F4FF2;
}
.BgClassName
{
background-color: #8F4FF2;
}
</style>
border-color css
<style>
span { border-color: #8F4FF2; }
span { border-color: rgb(143,79,242); }
td.TdClassName
{
border-color: #8F4FF2;
}
.TagClassName
{
border-color: #8F4FF2;
}
</style>