Shades of Medium Slate Blue #8F4BFD
Tints of Medium Slate Blue #8F4BFD
RGB
CMYK
RGB Variations
Color information
#8F4BFD (or 0x8F4BFD) is known color: Medium Slate Blue. HEX triplet: 8F, 4B and FD. RGB value is (143,75,253). Sum of RGB (Red+Green+Blue) = 143+75+253=471 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.36% from 471); Green value is 75 (29.69% from 255 or 15.92% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #8F4BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F4BFD is #70B402. Grayscale: #727272. Windows color (decimal): -7386115 or 16599951. OLE color: 16599951.
HSL color Cylindrical-coordinate representation of color #8F4BFD: hue angle of 262.92º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F4BFD is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 75 | 253 | - |
| CMYK | 0.43 | 0.70 | 0 | 0.01 |
| HSL | 262.92º | 0.98% | 0.64% | - |
| HSV(B) | 262.92º | 0.7% | 0.99% | - |
| XYZ | 31.57 | 17.96 | 94.73 | - |
| YUV | 115.62 | 205.53 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 75 | 253 | 0.43 | 0.70 | 0 | 0.01 | 262.92 | 0.98 | 0.64 |
| Hex | 8F | 4B | FD | 2B | 46 | 0 | 1 | 107 | 62 | 40 |
| Octal | 217 | 113 | 375 | 53 | 106 | 0 | 1 | 407 | 142 | 100 |
| Binary | 10001111 | 1001011 | 11111101 | 101011 | 1000110 | 0 | 1 | 100000111 | 1100010 | 1000000 |
Color Harmonies of #8F4BFD
Complementary color
Monochromatic Colors of #8F4BFD
Black with #8F4BFD
Text Example
Text Example
White with #8F4BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4BFD; }
p { color: rgb(143,75,253); }
H1.HeaderClassName
{
color: #8F4BFD;
}
.AnyTagClassName
{
color: #8F4BFD;
}
</style>
background-color css
<style>
a { background-color: #8F4BFD; }
a { background-color: rgb(143,75,253); }
div.DivClassName
{
background-color: #8F4BFD;
}
.BgClassName
{
background-color: #8F4BFD;
}
</style>
border-color css
<style>
span { border-color: #8F4BFD; }
span { border-color: rgb(143,75,253); }
td.TdClassName
{
border-color: #8F4BFD;
}
.TagClassName
{
border-color: #8F4BFD;
}
</style>