Shades of Medium Slate Blue #8C4FFB
Tints of Medium Slate Blue #8C4FFB
RGB
CMYK
RGB Variations
Color information
#8C4FFB (or 0x8C4FFB) is known color: Medium Slate Blue. HEX triplet: 8C, 4F and FB. RGB value is (140,79,251). Sum of RGB (Red+Green+Blue) = 140+79+251=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 79 (31.25% from 255 or 16.81% 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 #8C4FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C4FFB is #73B004. Grayscale: #747474. Windows color (decimal): -7581701 or 16469900. OLE color: 16469900.
HSL color Cylindrical-coordinate representation of color #8C4FFB: hue angle of 261.28º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C4FFB is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 79 | 251 | - |
| CMYK | 0.44 | 0.69 | 0 | 0.02 |
| HSL | 261.28º | 0.96% | 0.65% | - |
| HSV(B) | 261.28º | 0.69% | 0.98% | - |
| XYZ | 31.02 | 18.13 | 93.13 | - |
| YUV | 116.85 | 203.71 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 79 | 251 | 0.44 | 0.69 | 0 | 0.02 | 261.28 | 0.96 | 0.65 |
| Hex | 8C | 4F | FB | 2C | 45 | 0 | 2 | 105 | 60 | 41 |
| Octal | 214 | 117 | 373 | 54 | 105 | 0 | 2 | 405 | 140 | 101 |
| Binary | 10001100 | 1001111 | 11111011 | 101100 | 1000101 | 0 | 10 | 100000101 | 1100000 | 1000001 |
Color Harmonies of #8C4FFB
Complementary color
Monochromatic Colors of #8C4FFB
Black with #8C4FFB
Text Example
Text Example
White with #8C4FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4FFB; }
p { color: rgb(140,79,251); }
H1.HeaderClassName
{
color: #8C4FFB;
}
.AnyTagClassName
{
color: #8C4FFB;
}
</style>
background-color css
<style>
a { background-color: #8C4FFB; }
a { background-color: rgb(140,79,251); }
div.DivClassName
{
background-color: #8C4FFB;
}
.BgClassName
{
background-color: #8C4FFB;
}
</style>
border-color css
<style>
span { border-color: #8C4FFB; }
span { border-color: rgb(140,79,251); }
td.TdClassName
{
border-color: #8C4FFB;
}
.TagClassName
{
border-color: #8C4FFB;
}
</style>