Shades of Medium Slate Blue #8C52FB
Tints of Medium Slate Blue #8C52FB
RGB
CMYK
RGB Variations
Color information
#8C52FB (or 0x8C52FB) is known color: Medium Slate Blue. HEX triplet: 8C, 52 and FB. RGB value is (140,82,251). Sum of RGB (Red+Green+Blue) = 140+82+251=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #8C52FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C52FB is #73AD04. Grayscale: #757575. Windows color (decimal): -7580933 or 16470668. OLE color: 16470668.
HSL color Cylindrical-coordinate representation of color #8C52FB: hue angle of 260.59º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C52FB is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 82 | 251 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.02 |
| HSL | 260.59º | 0.95% | 0.65% | - |
| HSV(B) | 260.59º | 0.67% | 0.98% | - |
| XYZ | 31.25 | 18.58 | 93.21 | - |
| YUV | 118.61 | 202.72 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 82 | 251 | 0.44 | 0.67 | 0 | 0.02 | 260.59 | 0.95 | 0.65 |
| Hex | 8C | 52 | FB | 2C | 43 | 0 | 2 | 105 | 5F | 41 |
| Octal | 214 | 122 | 373 | 54 | 103 | 0 | 2 | 405 | 137 | 101 |
| Binary | 10001100 | 1010010 | 11111011 | 101100 | 1000011 | 0 | 10 | 100000101 | 1011111 | 1000001 |
Color Harmonies of #8C52FB
Complementary color
Monochromatic Colors of #8C52FB
Black with #8C52FB
Text Example
Text Example
White with #8C52FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C52FB; }
p { color: rgb(140,82,251); }
H1.HeaderClassName
{
color: #8C52FB;
}
.AnyTagClassName
{
color: #8C52FB;
}
</style>
background-color css
<style>
a { background-color: #8C52FB; }
a { background-color: rgb(140,82,251); }
div.DivClassName
{
background-color: #8C52FB;
}
.BgClassName
{
background-color: #8C52FB;
}
</style>
border-color css
<style>
span { border-color: #8C52FB; }
span { border-color: rgb(140,82,251); }
td.TdClassName
{
border-color: #8C52FB;
}
.TagClassName
{
border-color: #8C52FB;
}
</style>