Shades of Medium Slate Blue #915DF3
Tints of Medium Slate Blue #915DF3
RGB
CMYK
RGB Variations
Color information
#915DF3 (or 0x915DF3) is known color: Medium Slate Blue. HEX triplet: 91, 5D and F3. RGB value is (145,93,243). Sum of RGB (Red+Green+Blue) = 145+93+243=481 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.15% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 243 (95.31% from 255 or 50.52% from 481); Max value from RGB is 243 - color contains mainly: blue. Hex color #915DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915DF3 is #6EA20C. Grayscale: #7D7D7D. Windows color (decimal): -7250445 or 15949201. OLE color: 15949201.
HSL color Cylindrical-coordinate representation of color #915DF3: hue angle of 260.8º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #915DF3 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 93 | 243 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.05 |
| HSL | 260.8º | 0.86% | 0.66% | - |
| HSV(B) | 260.8º | 0.62% | 0.95% | - |
| XYZ | 31.77 | 20.32 | 87.04 | - |
| YUV | 125.65 | 194.23 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 93 | 243 | 0.40 | 0.62 | 0 | 0.05 | 260.8 | 0.86 | 0.66 |
| Hex | 91 | 5D | F3 | 28 | 3E | 0 | 5 | 105 | 56 | 42 |
| Octal | 221 | 135 | 363 | 50 | 76 | 0 | 5 | 405 | 126 | 102 |
| Binary | 10010001 | 1011101 | 11110011 | 101000 | 111110 | 0 | 101 | 100000101 | 1010110 | 1000010 |
Color Harmonies of #915DF3
Complementary color
Monochromatic Colors of #915DF3
Black with #915DF3
Text Example
Text Example
White with #915DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915DF3; }
p { color: rgb(145,93,243); }
H1.HeaderClassName
{
color: #915DF3;
}
.AnyTagClassName
{
color: #915DF3;
}
</style>
background-color css
<style>
a { background-color: #915DF3; }
a { background-color: rgb(145,93,243); }
div.DivClassName
{
background-color: #915DF3;
}
.BgClassName
{
background-color: #915DF3;
}
</style>
border-color css
<style>
span { border-color: #915DF3; }
span { border-color: rgb(145,93,243); }
td.TdClassName
{
border-color: #915DF3;
}
.TagClassName
{
border-color: #915DF3;
}
</style>