Shades of Medium Slate Blue #9050F1
Tints of Medium Slate Blue #9050F1
RGB
CMYK
RGB Variations
Color information
#9050F1 (or 0x9050F1) is known color: Medium Slate Blue. HEX triplet: 90, 50 and F1. RGB value is (144,80,241). Sum of RGB (Red+Green+Blue) = 144+80+241=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 241 (94.53% from 255 or 51.83% from 465); Max value from RGB is 241 - color contains mainly: blue. Hex color #9050F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9050F1 is #6FAF0E. Grayscale: #747474. Windows color (decimal): -7319311 or 15814800. OLE color: 15814800.
HSL color Cylindrical-coordinate representation of color #9050F1: hue angle of 263.85º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9050F1 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 80 | 241 | - |
| CMYK | 0.40 | 0.67 | 0 | 0.05 |
| HSL | 263.85º | 0.85% | 0.63% | - |
| HSV(B) | 263.85º | 0.67% | 0.95% | - |
| XYZ | 30.25 | 18.02 | 85.1 | - |
| YUV | 117.49 | 197.7 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 80 | 241 | 0.40 | 0.67 | 0 | 0.05 | 263.85 | 0.85 | 0.63 |
| Hex | 90 | 50 | F1 | 28 | 43 | 0 | 5 | 108 | 55 | 3F |
| Octal | 220 | 120 | 361 | 50 | 103 | 0 | 5 | 410 | 125 | 77 |
| Binary | 10010000 | 1010000 | 11110001 | 101000 | 1000011 | 0 | 101 | 100001000 | 1010101 | 111111 |
Color Harmonies of #9050F1
Complementary color
Monochromatic Colors of #9050F1
Black with #9050F1
Text Example
Text Example
White with #9050F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9050F1; }
p { color: rgb(144,80,241); }
H1.HeaderClassName
{
color: #9050F1;
}
.AnyTagClassName
{
color: #9050F1;
}
</style>
background-color css
<style>
a { background-color: #9050F1; }
a { background-color: rgb(144,80,241); }
div.DivClassName
{
background-color: #9050F1;
}
.BgClassName
{
background-color: #9050F1;
}
</style>
border-color css
<style>
span { border-color: #9050F1; }
span { border-color: rgb(144,80,241); }
td.TdClassName
{
border-color: #9050F1;
}
.TagClassName
{
border-color: #9050F1;
}
</style>