Shades of Medium Slate Blue #904FF5
Tints of Medium Slate Blue #904FF5
RGB
CMYK
RGB Variations
Color information
#904FF5 (or 0x904FF5) is known color: Medium Slate Blue. HEX triplet: 90, 4F and F5. RGB value is (144,79,245). Sum of RGB (Red+Green+Blue) = 144+79+245=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 79 (31.25% from 255 or 16.88% from 468); Blue value is 245 (96.09% from 255 or 52.35% from 468); Max value from RGB is 245 - color contains mainly: blue. Hex color #904FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #904FF5 is #6FB00A. Grayscale: #747474. Windows color (decimal): -7319563 or 16076688. OLE color: 16076688.
HSL color Cylindrical-coordinate representation of color #904FF5: hue angle of 263.49º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #904FF5 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 144 | 79 | 245 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.04 |
| HSL | 263.49º | 0.89% | 0.64% | - |
| HSV(B) | 263.49º | 0.68% | 0.96% | - |
| XYZ | 30.78 | 18.11 | 88.26 | - |
| YUV | 117.36 | 200.03 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 79 | 245 | 0.41 | 0.68 | 0 | 0.04 | 263.49 | 0.89 | 0.64 |
| Hex | 90 | 4F | F5 | 29 | 44 | 0 | 4 | 107 | 59 | 40 |
| Octal | 220 | 117 | 365 | 51 | 104 | 0 | 4 | 407 | 131 | 100 |
| Binary | 10010000 | 1001111 | 11110101 | 101001 | 1000100 | 0 | 100 | 100000111 | 1011001 | 1000000 |
Color Harmonies of #904FF5
Complementary color
Monochromatic Colors of #904FF5
Black with #904FF5
Text Example
Text Example
White with #904FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904FF5; }
p { color: rgb(144,79,245); }
H1.HeaderClassName
{
color: #904FF5;
}
.AnyTagClassName
{
color: #904FF5;
}
</style>
background-color css
<style>
a { background-color: #904FF5; }
a { background-color: rgb(144,79,245); }
div.DivClassName
{
background-color: #904FF5;
}
.BgClassName
{
background-color: #904FF5;
}
</style>
border-color css
<style>
span { border-color: #904FF5; }
span { border-color: rgb(144,79,245); }
td.TdClassName
{
border-color: #904FF5;
}
.TagClassName
{
border-color: #904FF5;
}
</style>