Shades of Medium Slate Blue #9056F6
Tints of Medium Slate Blue #9056F6
RGB
CMYK
RGB Variations
Color information
#9056F6 (or 0x9056F6) is known color: Medium Slate Blue. HEX triplet: 90, 56 and F6. RGB value is (144,86,246). Sum of RGB (Red+Green+Blue) = 144+86+246=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 246 (96.48% from 255 or 51.68% from 476); Max value from RGB is 246 - color contains mainly: blue. Hex color #9056F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9056F6 is #6FA909. Grayscale: #797979. Windows color (decimal): -7317770 or 16144016. OLE color: 16144016.
HSL color Cylindrical-coordinate representation of color #9056F6: hue angle of 261.75º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9056F6 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 144 | 86 | 246 | - |
| CMYK | 0.41 | 0.65 | 0 | 0.04 |
| HSL | 261.75º | 0.9% | 0.65% | - |
| HSV(B) | 261.75º | 0.65% | 0.96% | - |
| XYZ | 31.46 | 19.24 | 89.24 | - |
| YUV | 121.58 | 198.22 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 86 | 246 | 0.41 | 0.65 | 0 | 0.04 | 261.75 | 0.9 | 0.65 |
| Hex | 90 | 56 | F6 | 29 | 41 | 0 | 4 | 106 | 5A | 41 |
| Octal | 220 | 126 | 366 | 51 | 101 | 0 | 4 | 406 | 132 | 101 |
| Binary | 10010000 | 1010110 | 11110110 | 101001 | 1000001 | 0 | 100 | 100000110 | 1011010 | 1000001 |
Color Harmonies of #9056F6
Complementary color
Monochromatic Colors of #9056F6
Black with #9056F6
Text Example
Text Example
White with #9056F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9056F6; }
p { color: rgb(144,86,246); }
H1.HeaderClassName
{
color: #9056F6;
}
.AnyTagClassName
{
color: #9056F6;
}
</style>
background-color css
<style>
a { background-color: #9056F6; }
a { background-color: rgb(144,86,246); }
div.DivClassName
{
background-color: #9056F6;
}
.BgClassName
{
background-color: #9056F6;
}
</style>
border-color css
<style>
span { border-color: #9056F6; }
span { border-color: rgb(144,86,246); }
td.TdClassName
{
border-color: #9056F6;
}
.TagClassName
{
border-color: #9056F6;
}
</style>