Shades of Medium Slate Blue #8C50FA
Tints of Medium Slate Blue #8C50FA
RGB
CMYK
RGB Variations
Color information
#8C50FA (or 0x8C50FA) is known color: Medium Slate Blue. HEX triplet: 8C, 50 and FA. RGB value is (140,80,250). Sum of RGB (Red+Green+Blue) = 140+80+250=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #8C50FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C50FA is #73AF05. Grayscale: #747474. Windows color (decimal): -7581446 or 16404620. OLE color: 16404620.
HSL color Cylindrical-coordinate representation of color #8C50FA: hue angle of 261.18º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C50FA is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 80 | 250 | - |
| CMYK | 0.44 | 0.68 | 0 | 0.02 |
| HSL | 261.18º | 0.94% | 0.65% | - |
| HSV(B) | 261.18º | 0.68% | 0.98% | - |
| XYZ | 30.94 | 18.21 | 92.33 | - |
| YUV | 117.32 | 202.88 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 80 | 250 | 0.44 | 0.68 | 0 | 0.02 | 261.18 | 0.94 | 0.65 |
| Hex | 8C | 50 | FA | 2C | 44 | 0 | 2 | 105 | 5E | 41 |
| Octal | 214 | 120 | 372 | 54 | 104 | 0 | 2 | 405 | 136 | 101 |
| Binary | 10001100 | 1010000 | 11111010 | 101100 | 1000100 | 0 | 10 | 100000101 | 1011110 | 1000001 |
Color Harmonies of #8C50FA
Complementary color
Monochromatic Colors of #8C50FA
Black with #8C50FA
Text Example
Text Example
White with #8C50FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C50FA; }
p { color: rgb(140,80,250); }
H1.HeaderClassName
{
color: #8C50FA;
}
.AnyTagClassName
{
color: #8C50FA;
}
</style>
background-color css
<style>
a { background-color: #8C50FA; }
a { background-color: rgb(140,80,250); }
div.DivClassName
{
background-color: #8C50FA;
}
.BgClassName
{
background-color: #8C50FA;
}
</style>
border-color css
<style>
span { border-color: #8C50FA; }
span { border-color: rgb(140,80,250); }
td.TdClassName
{
border-color: #8C50FA;
}
.TagClassName
{
border-color: #8C50FA;
}
</style>