Shades of Medium Slate Blue #8F4CFB
Tints of Medium Slate Blue #8F4CFB
RGB
CMYK
RGB Variations
Color information
#8F4CFB (or 0x8F4CFB) is known color: Medium Slate Blue. HEX triplet: 8F, 4C and FB. RGB value is (143,76,251). Sum of RGB (Red+Green+Blue) = 143+76+251=470 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.43% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F4CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F4CFB is #70B304. Grayscale: #737373. Windows color (decimal): -7385861 or 16469135. OLE color: 16469135.
HSL color Cylindrical-coordinate representation of color #8F4CFB: hue angle of 262.97º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F4CFB is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 76 | 251 | - |
| CMYK | 0.43 | 0.70 | 0 | 0.02 |
| HSL | 262.97º | 0.96% | 0.64% | - |
| HSV(B) | 262.97º | 0.7% | 0.98% | - |
| XYZ | 31.32 | 17.97 | 93.09 | - |
| YUV | 115.98 | 204.2 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 76 | 251 | 0.43 | 0.70 | 0 | 0.02 | 262.97 | 0.96 | 0.64 |
| Hex | 8F | 4C | FB | 2B | 46 | 0 | 2 | 107 | 60 | 40 |
| Octal | 217 | 114 | 373 | 53 | 106 | 0 | 2 | 407 | 140 | 100 |
| Binary | 10001111 | 1001100 | 11111011 | 101011 | 1000110 | 0 | 10 | 100000111 | 1100000 | 1000000 |
Color Harmonies of #8F4CFB
Complementary color
Monochromatic Colors of #8F4CFB
Black with #8F4CFB
Text Example
Text Example
White with #8F4CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4CFB; }
p { color: rgb(143,76,251); }
H1.HeaderClassName
{
color: #8F4CFB;
}
.AnyTagClassName
{
color: #8F4CFB;
}
</style>
background-color css
<style>
a { background-color: #8F4CFB; }
a { background-color: rgb(143,76,251); }
div.DivClassName
{
background-color: #8F4CFB;
}
.BgClassName
{
background-color: #8F4CFB;
}
</style>
border-color css
<style>
span { border-color: #8F4CFB; }
span { border-color: rgb(143,76,251); }
td.TdClassName
{
border-color: #8F4CFB;
}
.TagClassName
{
border-color: #8F4CFB;
}
</style>