Shades of Medium Slate Blue #9059F2
Tints of Medium Slate Blue #9059F2
RGB
CMYK
RGB Variations
Color information
#9059F2 (or 0x9059F2) is known color: Medium Slate Blue. HEX triplet: 90, 59 and F2. RGB value is (144,89,242). Sum of RGB (Red+Green+Blue) = 144+89+242=475 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.32% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 242 (94.92% from 255 or 50.95% from 475); Max value from RGB is 242 - color contains mainly: blue. Hex color #9059F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9059F2 is #6FA60D. Grayscale: #7A7A7A. Windows color (decimal): -7317006 or 15882640. OLE color: 15882640.
HSL color Cylindrical-coordinate representation of color #9059F2: hue angle of 261.57º degrees, saturation: 0.85, 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 #9059F2 is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 89 | 242 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.05 |
| HSL | 261.57º | 0.85% | 0.65% | - |
| HSV(B) | 261.57º | 0.63% | 0.95% | - |
| XYZ | 31.1 | 19.48 | 86.13 | - |
| YUV | 122.89 | 195.22 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 89 | 242 | 0.40 | 0.63 | 0 | 0.05 | 261.57 | 0.85 | 0.65 |
| Hex | 90 | 59 | F2 | 28 | 3F | 0 | 5 | 106 | 55 | 41 |
| Octal | 220 | 131 | 362 | 50 | 77 | 0 | 5 | 406 | 125 | 101 |
| Binary | 10010000 | 1011001 | 11110010 | 101000 | 111111 | 0 | 101 | 100000110 | 1010101 | 1000001 |
Color Harmonies of #9059F2
Complementary color
Monochromatic Colors of #9059F2
Black with #9059F2
Text Example
Text Example
White with #9059F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9059F2; }
p { color: rgb(144,89,242); }
H1.HeaderClassName
{
color: #9059F2;
}
.AnyTagClassName
{
color: #9059F2;
}
</style>
background-color css
<style>
a { background-color: #9059F2; }
a { background-color: rgb(144,89,242); }
div.DivClassName
{
background-color: #9059F2;
}
.BgClassName
{
background-color: #9059F2;
}
</style>
border-color css
<style>
span { border-color: #9059F2; }
span { border-color: rgb(144,89,242); }
td.TdClassName
{
border-color: #9059F2;
}
.TagClassName
{
border-color: #9059F2;
}
</style>