Shades of Medium Slate Blue #905AF5
Tints of Medium Slate Blue #905AF5
RGB
CMYK
RGB Variations
Color information
#905AF5 (or 0x905AF5) is known color: Medium Slate Blue. HEX triplet: 90, 5A and F5. RGB value is (144,90,245). Sum of RGB (Red+Green+Blue) = 144+90+245=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 245 (96.09% from 255 or 51.15% from 479); Max value from RGB is 245 - color contains mainly: blue. Hex color #905AF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #905AF5 is #6FA50A. Grayscale: #7B7B7B. Windows color (decimal): -7316747 or 16079504. OLE color: 16079504.
HSL color Cylindrical-coordinate representation of color #905AF5: hue angle of 260.9º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #905AF5 is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 144 | 90 | 245 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.04 |
| HSL | 260.9º | 0.89% | 0.66% | - |
| HSV(B) | 260.9º | 0.63% | 0.96% | - |
| XYZ | 31.64 | 19.83 | 88.55 | - |
| YUV | 123.82 | 196.39 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 245 | 0.41 | 0.63 | 0 | 0.04 | 260.9 | 0.89 | 0.66 |
| Hex | 90 | 5A | F5 | 29 | 3F | 0 | 4 | 105 | 59 | 42 |
| Octal | 220 | 132 | 365 | 51 | 77 | 0 | 4 | 405 | 131 | 102 |
| Binary | 10010000 | 1011010 | 11110101 | 101001 | 111111 | 0 | 100 | 100000101 | 1011001 | 1000010 |
Color Harmonies of #905AF5
Complementary color
Monochromatic Colors of #905AF5
Black with #905AF5
Text Example
Text Example
White with #905AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905AF5; }
p { color: rgb(144,90,245); }
H1.HeaderClassName
{
color: #905AF5;
}
.AnyTagClassName
{
color: #905AF5;
}
</style>
background-color css
<style>
a { background-color: #905AF5; }
a { background-color: rgb(144,90,245); }
div.DivClassName
{
background-color: #905AF5;
}
.BgClassName
{
background-color: #905AF5;
}
</style>
border-color css
<style>
span { border-color: #905AF5; }
span { border-color: rgb(144,90,245); }
td.TdClassName
{
border-color: #905AF5;
}
.TagClassName
{
border-color: #905AF5;
}
</style>