Shades of Medium Slate Blue #8D5BF7
Tints of Medium Slate Blue #8D5BF7
RGB
CMYK
RGB Variations
Color information
#8D5BF7 (or 0x8D5BF7) is known color: Medium Slate Blue. HEX triplet: 8D, 5B and F7. RGB value is (141,91,247). Sum of RGB (Red+Green+Blue) = 141+91+247=479 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.44% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 247 (96.88% from 255 or 51.57% from 479); Max value from RGB is 247 - color contains mainly: blue. Hex color #8D5BF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D5BF7 is #72A408. Grayscale: #7B7B7B. Windows color (decimal): -7513097 or 16210829. OLE color: 16210829.
HSL color Cylindrical-coordinate representation of color #8D5BF7: hue angle of 259.23º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D5BF7 is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 91 | 247 | - |
| CMYK | 0.43 | 0.63 | 0 | 0.03 |
| HSL | 259.23º | 0.91% | 0.66% | - |
| HSV(B) | 259.23º | 0.63% | 0.97% | - |
| XYZ | 31.51 | 19.86 | 90.17 | - |
| YUV | 123.73 | 197.57 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 91 | 247 | 0.43 | 0.63 | 0 | 0.03 | 259.23 | 0.91 | 0.66 |
| Hex | 8D | 5B | F7 | 2B | 3F | 0 | 3 | 103 | 5B | 42 |
| Octal | 215 | 133 | 367 | 53 | 77 | 0 | 3 | 403 | 133 | 102 |
| Binary | 10001101 | 1011011 | 11110111 | 101011 | 111111 | 0 | 11 | 100000011 | 1011011 | 1000010 |
Color Harmonies of #8D5BF7
Complementary color
Monochromatic Colors of #8D5BF7
Black with #8D5BF7
Text Example
Text Example
White with #8D5BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5BF7; }
p { color: rgb(141,91,247); }
H1.HeaderClassName
{
color: #8D5BF7;
}
.AnyTagClassName
{
color: #8D5BF7;
}
</style>
background-color css
<style>
a { background-color: #8D5BF7; }
a { background-color: rgb(141,91,247); }
div.DivClassName
{
background-color: #8D5BF7;
}
.BgClassName
{
background-color: #8D5BF7;
}
</style>
border-color css
<style>
span { border-color: #8D5BF7; }
span { border-color: rgb(141,91,247); }
td.TdClassName
{
border-color: #8D5BF7;
}
.TagClassName
{
border-color: #8D5BF7;
}
</style>