Shades of Medium Slate Blue #8C54FB
Tints of Medium Slate Blue #8C54FB
RGB
CMYK
RGB Variations
Color information
#8C54FB (or 0x8C54FB) is known color: Medium Slate Blue. HEX triplet: 8C, 54 and FB. RGB value is (140,84,251). Sum of RGB (Red+Green+Blue) = 140+84+251=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #8C54FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C54FB is #73AB04. Grayscale: #777777. Windows color (decimal): -7580421 or 16471180. OLE color: 16471180.
HSL color Cylindrical-coordinate representation of color #8C54FB: hue angle of 260.12º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C54FB is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 84 | 251 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.02 |
| HSL | 260.12º | 0.95% | 0.66% | - |
| HSV(B) | 260.12º | 0.67% | 0.98% | - |
| XYZ | 31.4 | 18.88 | 93.26 | - |
| YUV | 119.78 | 202.05 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 84 | 251 | 0.44 | 0.67 | 0 | 0.02 | 260.12 | 0.95 | 0.66 |
| Hex | 8C | 54 | FB | 2C | 43 | 0 | 2 | 104 | 5F | 42 |
| Octal | 214 | 124 | 373 | 54 | 103 | 0 | 2 | 404 | 137 | 102 |
| Binary | 10001100 | 1010100 | 11111011 | 101100 | 1000011 | 0 | 10 | 100000100 | 1011111 | 1000010 |
Color Harmonies of #8C54FB
Complementary color
Monochromatic Colors of #8C54FB
Black with #8C54FB
Text Example
Text Example
White with #8C54FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C54FB; }
p { color: rgb(140,84,251); }
H1.HeaderClassName
{
color: #8C54FB;
}
.AnyTagClassName
{
color: #8C54FB;
}
</style>
background-color css
<style>
a { background-color: #8C54FB; }
a { background-color: rgb(140,84,251); }
div.DivClassName
{
background-color: #8C54FB;
}
.BgClassName
{
background-color: #8C54FB;
}
</style>
border-color css
<style>
span { border-color: #8C54FB; }
span { border-color: rgb(140,84,251); }
td.TdClassName
{
border-color: #8C54FB;
}
.TagClassName
{
border-color: #8C54FB;
}
</style>