Shades of Medium Slate Blue #915AF3
Tints of Medium Slate Blue #915AF3
RGB
CMYK
RGB Variations
Color information
#915AF3 (or 0x915AF3) is known color: Medium Slate Blue. HEX triplet: 91, 5A and F3. RGB value is (145,90,243). Sum of RGB (Red+Green+Blue) = 145+90+243=478 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.33% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 243 (95.31% from 255 or 50.84% from 478); Max value from RGB is 243 - color contains mainly: blue. Hex color #915AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915AF3 is #6EA50C. Grayscale: #7B7B7B. Windows color (decimal): -7251213 or 15948433. OLE color: 15948433.
HSL color Cylindrical-coordinate representation of color #915AF3: hue angle of 261.57º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #915AF3 is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 90 | 243 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.05 |
| HSL | 261.57º | 0.86% | 0.65% | - |
| HSV(B) | 261.57º | 0.63% | 0.95% | - |
| XYZ | 31.51 | 19.8 | 86.96 | - |
| YUV | 123.89 | 195.22 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 243 | 0.40 | 0.63 | 0 | 0.05 | 261.57 | 0.86 | 0.65 |
| Hex | 91 | 5A | F3 | 28 | 3F | 0 | 5 | 106 | 56 | 41 |
| Octal | 221 | 132 | 363 | 50 | 77 | 0 | 5 | 406 | 126 | 101 |
| Binary | 10010001 | 1011010 | 11110011 | 101000 | 111111 | 0 | 101 | 100000110 | 1010110 | 1000001 |
Color Harmonies of #915AF3
Complementary color
Monochromatic Colors of #915AF3
Black with #915AF3
Text Example
Text Example
White with #915AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915AF3; }
p { color: rgb(145,90,243); }
H1.HeaderClassName
{
color: #915AF3;
}
.AnyTagClassName
{
color: #915AF3;
}
</style>
background-color css
<style>
a { background-color: #915AF3; }
a { background-color: rgb(145,90,243); }
div.DivClassName
{
background-color: #915AF3;
}
.BgClassName
{
background-color: #915AF3;
}
</style>
border-color css
<style>
span { border-color: #915AF3; }
span { border-color: rgb(145,90,243); }
td.TdClassName
{
border-color: #915AF3;
}
.TagClassName
{
border-color: #915AF3;
}
</style>