Shades of Medium Slate Blue #9050F8
Tints of Medium Slate Blue #9050F8
RGB
CMYK
RGB Variations
Color information
#9050F8 (or 0x9050F8) is known color: Medium Slate Blue. HEX triplet: 90, 50 and F8. RGB value is (144,80,248). Sum of RGB (Red+Green+Blue) = 144+80+248=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 248 (97.27% from 255 or 52.54% from 472); Max value from RGB is 248 - color contains mainly: blue. Hex color #9050F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9050F8 is #6FAF07. Grayscale: #757575. Windows color (decimal): -7319304 or 16273552. OLE color: 16273552.
HSL color Cylindrical-coordinate representation of color #9050F8: hue angle of 262.86º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9050F8 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 80 | 248 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.03 |
| HSL | 262.86º | 0.92% | 0.64% | - |
| HSV(B) | 262.86º | 0.68% | 0.97% | - |
| XYZ | 31.31 | 18.44 | 90.72 | - |
| YUV | 118.29 | 201.2 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 80 | 248 | 0.42 | 0.68 | 0 | 0.03 | 262.86 | 0.92 | 0.64 |
| Hex | 90 | 50 | F8 | 2A | 44 | 0 | 3 | 107 | 5C | 40 |
| Octal | 220 | 120 | 370 | 52 | 104 | 0 | 3 | 407 | 134 | 100 |
| Binary | 10010000 | 1010000 | 11111000 | 101010 | 1000100 | 0 | 11 | 100000111 | 1011100 | 1000000 |
Color Harmonies of #9050F8
Complementary color
Monochromatic Colors of #9050F8
Black with #9050F8
Text Example
Text Example
White with #9050F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9050F8; }
p { color: rgb(144,80,248); }
H1.HeaderClassName
{
color: #9050F8;
}
.AnyTagClassName
{
color: #9050F8;
}
</style>
background-color css
<style>
a { background-color: #9050F8; }
a { background-color: rgb(144,80,248); }
div.DivClassName
{
background-color: #9050F8;
}
.BgClassName
{
background-color: #9050F8;
}
</style>
border-color css
<style>
span { border-color: #9050F8; }
span { border-color: rgb(144,80,248); }
td.TdClassName
{
border-color: #9050F8;
}
.TagClassName
{
border-color: #9050F8;
}
</style>