Shades of Medium Slate Blue #8C4CF9
Tints of Medium Slate Blue #8C4CF9
RGB
CMYK
RGB Variations
Color information
#8C4CF9 (or 0x8C4CF9) is known color: Medium Slate Blue. HEX triplet: 8C, 4C and F9. RGB value is (140,76,249). Sum of RGB (Red+Green+Blue) = 140+76+249=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 249 (97.66% from 255 or 53.55% from 465); Max value from RGB is 249 - color contains mainly: blue. Hex color #8C4CF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C4CF9 is #73B306. Grayscale: #727272. Windows color (decimal): -7582471 or 16338060. OLE color: 16338060.
HSL color Cylindrical-coordinate representation of color #8C4CF9: hue angle of 262.2º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C4CF9 is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 76 | 249 | - |
| CMYK | 0.44 | 0.69 | 0 | 0.02 |
| HSL | 262.2º | 0.94% | 0.64% | - |
| HSV(B) | 262.2º | 0.69% | 0.98% | - |
| XYZ | 30.5 | 17.58 | 91.41 | - |
| YUV | 114.86 | 203.7 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 76 | 249 | 0.44 | 0.69 | 0 | 0.02 | 262.2 | 0.94 | 0.64 |
| Hex | 8C | 4C | F9 | 2C | 45 | 0 | 2 | 106 | 5E | 40 |
| Octal | 214 | 114 | 371 | 54 | 105 | 0 | 2 | 406 | 136 | 100 |
| Binary | 10001100 | 1001100 | 11111001 | 101100 | 1000101 | 0 | 10 | 100000110 | 1011110 | 1000000 |
Color Harmonies of #8C4CF9
Complementary color
Monochromatic Colors of #8C4CF9
Black with #8C4CF9
Text Example
Text Example
White with #8C4CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4CF9; }
p { color: rgb(140,76,249); }
H1.HeaderClassName
{
color: #8C4CF9;
}
.AnyTagClassName
{
color: #8C4CF9;
}
</style>
background-color css
<style>
a { background-color: #8C4CF9; }
a { background-color: rgb(140,76,249); }
div.DivClassName
{
background-color: #8C4CF9;
}
.BgClassName
{
background-color: #8C4CF9;
}
</style>
border-color css
<style>
span { border-color: #8C4CF9; }
span { border-color: rgb(140,76,249); }
td.TdClassName
{
border-color: #8C4CF9;
}
.TagClassName
{
border-color: #8C4CF9;
}
</style>