Shades of Medium Slate Blue #8C4CFB
Tints of Medium Slate Blue #8C4CFB
RGB
CMYK
RGB Variations
Color information
#8C4CFB (or 0x8C4CFB) is known color: Medium Slate Blue. HEX triplet: 8C, 4C and FB. RGB value is (140,76,251). Sum of RGB (Red+Green+Blue) = 140+76+251=467 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.98% from 467); Green value is 76 (30.08% from 255 or 16.27% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #8C4CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C4CFB is #73B304. Grayscale: #727272. Windows color (decimal): -7582469 or 16469132. OLE color: 16469132.
HSL color Cylindrical-coordinate representation of color #8C4CFB: hue angle of 261.94º 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 #8C4CFB is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 76 | 251 | - |
| CMYK | 0.44 | 0.70 | 0 | 0.02 |
| HSL | 261.94º | 0.96% | 0.64% | - |
| HSV(B) | 261.94º | 0.7% | 0.98% | - |
| XYZ | 30.81 | 17.71 | 93.06 | - |
| YUV | 115.09 | 204.7 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 76 | 251 | 0.44 | 0.70 | 0 | 0.02 | 261.94 | 0.96 | 0.64 |
| Hex | 8C | 4C | FB | 2C | 46 | 0 | 2 | 106 | 60 | 40 |
| Octal | 214 | 114 | 373 | 54 | 106 | 0 | 2 | 406 | 140 | 100 |
| Binary | 10001100 | 1001100 | 11111011 | 101100 | 1000110 | 0 | 10 | 100000110 | 1100000 | 1000000 |
Color Harmonies of #8C4CFB
Complementary color
Monochromatic Colors of #8C4CFB
Black with #8C4CFB
Text Example
Text Example
White with #8C4CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4CFB; }
p { color: rgb(140,76,251); }
H1.HeaderClassName
{
color: #8C4CFB;
}
.AnyTagClassName
{
color: #8C4CFB;
}
</style>
background-color css
<style>
a { background-color: #8C4CFB; }
a { background-color: rgb(140,76,251); }
div.DivClassName
{
background-color: #8C4CFB;
}
.BgClassName
{
background-color: #8C4CFB;
}
</style>
border-color css
<style>
span { border-color: #8C4CFB; }
span { border-color: rgb(140,76,251); }
td.TdClassName
{
border-color: #8C4CFB;
}
.TagClassName
{
border-color: #8C4CFB;
}
</style>