Shades of Medium Slate Blue #915CF4
Tints of Medium Slate Blue #915CF4
RGB
CMYK
RGB Variations
Color information
#915CF4 (or 0x915CF4) is known color: Medium Slate Blue. HEX triplet: 91, 5C and F4. RGB value is (145,92,244). Sum of RGB (Red+Green+Blue) = 145+92+244=481 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.15% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 244 (95.70% from 255 or 50.73% from 481); Max value from RGB is 244 - color contains mainly: blue. Hex color #915CF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915CF4 is #6EA30B. Grayscale: #7C7C7C. Windows color (decimal): -7250700 or 16014481. OLE color: 16014481.
HSL color Cylindrical-coordinate representation of color #915CF4: hue angle of 260.92º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #915CF4 is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 145 | 92 | 244 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.04 |
| HSL | 260.92º | 0.87% | 0.66% | - |
| HSV(B) | 260.92º | 0.62% | 0.96% | - |
| XYZ | 31.83 | 20.21 | 87.81 | - |
| YUV | 125.18 | 195.06 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 92 | 244 | 0.41 | 0.62 | 0 | 0.04 | 260.92 | 0.87 | 0.66 |
| Hex | 91 | 5C | F4 | 29 | 3E | 0 | 4 | 105 | 57 | 42 |
| Octal | 221 | 134 | 364 | 51 | 76 | 0 | 4 | 405 | 127 | 102 |
| Binary | 10010001 | 1011100 | 11110100 | 101001 | 111110 | 0 | 100 | 100000101 | 1010111 | 1000010 |
Color Harmonies of #915CF4
Complementary color
Monochromatic Colors of #915CF4
Black with #915CF4
Text Example
Text Example
White with #915CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915CF4; }
p { color: rgb(145,92,244); }
H1.HeaderClassName
{
color: #915CF4;
}
.AnyTagClassName
{
color: #915CF4;
}
</style>
background-color css
<style>
a { background-color: #915CF4; }
a { background-color: rgb(145,92,244); }
div.DivClassName
{
background-color: #915CF4;
}
.BgClassName
{
background-color: #915CF4;
}
</style>
border-color css
<style>
span { border-color: #915CF4; }
span { border-color: rgb(145,92,244); }
td.TdClassName
{
border-color: #915CF4;
}
.TagClassName
{
border-color: #915CF4;
}
</style>