Shades of Medium Slate Blue #8C49FF
Tints of Medium Slate Blue #8C49FF
RGB
CMYK
RGB Variations
Color information
#8C49FF (or 0x8C49FF) is known color: Medium Slate Blue. HEX triplet: 8C, 49 and FF. RGB value is (140,73,255). Sum of RGB (Red+Green+Blue) = 140+73+255=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C49FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C49FF is #73B600. Grayscale: #717171. Windows color (decimal): -7583233 or 16730508. OLE color: 16730508.
HSL color Cylindrical-coordinate representation of color #8C49FF: hue angle of 262.09º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C49FF is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 73 | 255 | - |
| CMYK | 0.45 | 0.71 | 0 | 0 |
| HSL | 262.09º | 1% | 0.64% | - |
| HSV(B) | 262.09º | 0.71% | 1% | - |
| XYZ | 31.25 | 17.56 | 96.35 | - |
| YUV | 113.78 | 207.7 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 73 | 255 | 0.45 | 0.71 | 0 | 0 | 262.09 | 1 | 0.64 |
| Hex | 8C | 49 | FF | 2D | 47 | 0 | 0 | 106 | 64 | 40 |
| Octal | 214 | 111 | 377 | 55 | 107 | 0 | 0 | 406 | 144 | 100 |
| Binary | 10001100 | 1001001 | 11111111 | 101101 | 1000111 | 0 | 0 | 100000110 | 1100100 | 1000000 |
Color Harmonies of #8C49FF
Complementary color
Monochromatic Colors of #8C49FF
Black with #8C49FF
Text Example
Text Example
White with #8C49FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C49FF; }
p { color: rgb(140,73,255); }
H1.HeaderClassName
{
color: #8C49FF;
}
.AnyTagClassName
{
color: #8C49FF;
}
</style>
background-color css
<style>
a { background-color: #8C49FF; }
a { background-color: rgb(140,73,255); }
div.DivClassName
{
background-color: #8C49FF;
}
.BgClassName
{
background-color: #8C49FF;
}
</style>
border-color css
<style>
span { border-color: #8C49FF; }
span { border-color: rgb(140,73,255); }
td.TdClassName
{
border-color: #8C49FF;
}
.TagClassName
{
border-color: #8C49FF;
}
</style>