Shades of Medium Slate Blue #8C53F7
Tints of Medium Slate Blue #8C53F7
RGB
CMYK
RGB Variations
Color information
#8C53F7 (or 0x8C53F7) is known color: Medium Slate Blue. HEX triplet: 8C, 53 and F7. RGB value is (140,83,247). Sum of RGB (Red+Green+Blue) = 140+83+247=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 83 (32.81% from 255 or 17.66% from 470); Blue value is 247 (96.88% from 255 or 52.55% from 470); Max value from RGB is 247 - color contains mainly: blue. Hex color #8C53F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C53F7 is #73AC08. Grayscale: #767676. Windows color (decimal): -7580681 or 16208780. OLE color: 16208780.
HSL color Cylindrical-coordinate representation of color #8C53F7: hue angle of 260.85º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C53F7 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 140 | 83 | 247 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.03 |
| HSL | 260.85º | 0.91% | 0.65% | - |
| HSV(B) | 260.85º | 0.66% | 0.97% | - |
| XYZ | 30.7 | 18.48 | 89.94 | - |
| YUV | 118.74 | 200.38 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 247 | 0.43 | 0.66 | 0 | 0.03 | 260.85 | 0.91 | 0.65 |
| Hex | 8C | 53 | F7 | 2B | 42 | 0 | 3 | 105 | 5B | 41 |
| Octal | 214 | 123 | 367 | 53 | 102 | 0 | 3 | 405 | 133 | 101 |
| Binary | 10001100 | 1010011 | 11110111 | 101011 | 1000010 | 0 | 11 | 100000101 | 1011011 | 1000001 |
Color Harmonies of #8C53F7
Complementary color
Monochromatic Colors of #8C53F7
Black with #8C53F7
Text Example
Text Example
White with #8C53F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C53F7; }
p { color: rgb(140,83,247); }
H1.HeaderClassName
{
color: #8C53F7;
}
.AnyTagClassName
{
color: #8C53F7;
}
</style>
background-color css
<style>
a { background-color: #8C53F7; }
a { background-color: rgb(140,83,247); }
div.DivClassName
{
background-color: #8C53F7;
}
.BgClassName
{
background-color: #8C53F7;
}
</style>
border-color css
<style>
span { border-color: #8C53F7; }
span { border-color: rgb(140,83,247); }
td.TdClassName
{
border-color: #8C53F7;
}
.TagClassName
{
border-color: #8C53F7;
}
</style>