Shades of Medium Slate Blue #8D65F1
Tints of Medium Slate Blue #8D65F1
RGB
CMYK
RGB Variations
Color information
#8D65F1 (or 0x8D65F1) is known color: Medium Slate Blue. HEX triplet: 8D, 65 and F1. RGB value is (141,101,241). Sum of RGB (Red+Green+Blue) = 141+101+241=483 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.19% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #8D65F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D65F1 is #729A0E. Grayscale: #808080. Windows color (decimal): -7510543 or 15820173. OLE color: 15820173.
HSL color Cylindrical-coordinate representation of color #8D65F1: hue angle of 257.14º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D65F1 is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 101 | 241 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.05 |
| HSL | 257.14º | 0.83% | 0.67% | - |
| HSV(B) | 257.14º | 0.58% | 0.95% | - |
| XYZ | 31.52 | 21.32 | 85.67 | - |
| YUV | 128.92 | 191.25 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 101 | 241 | 0.41 | 0.58 | 0 | 0.05 | 257.14 | 0.83 | 0.67 |
| Hex | 8D | 65 | F1 | 29 | 3A | 0 | 5 | 101 | 53 | 43 |
| Octal | 215 | 145 | 361 | 51 | 72 | 0 | 5 | 401 | 123 | 103 |
| Binary | 10001101 | 1100101 | 11110001 | 101001 | 111010 | 0 | 101 | 100000001 | 1010011 | 1000011 |
Color Harmonies of #8D65F1
Complementary color
Monochromatic Colors of #8D65F1
Black with #8D65F1
Text Example
Text Example
White with #8D65F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D65F1; }
p { color: rgb(141,101,241); }
H1.HeaderClassName
{
color: #8D65F1;
}
.AnyTagClassName
{
color: #8D65F1;
}
</style>
background-color css
<style>
a { background-color: #8D65F1; }
a { background-color: rgb(141,101,241); }
div.DivClassName
{
background-color: #8D65F1;
}
.BgClassName
{
background-color: #8D65F1;
}
</style>
border-color css
<style>
span { border-color: #8D65F1; }
span { border-color: rgb(141,101,241); }
td.TdClassName
{
border-color: #8D65F1;
}
.TagClassName
{
border-color: #8D65F1;
}
</style>