Shades of Medium Slate Blue #934FF5
Tints of Medium Slate Blue #934FF5
RGB
CMYK
RGB Variations
Color information
#934FF5 (or 0x934FF5) is known color: Medium Slate Blue. HEX triplet: 93, 4F and F5. RGB value is (147,79,245). Sum of RGB (Red+Green+Blue) = 147+79+245=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 79 (31.25% from 255 or 16.77% from 471); Blue value is 245 (96.09% from 255 or 52.02% from 471); Max value from RGB is 245 - color contains mainly: blue. Hex color #934FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #934FF5 is #6CB00A. Grayscale: #757575. Windows color (decimal): -7122955 or 16076691. OLE color: 16076691.
HSL color Cylindrical-coordinate representation of color #934FF5: hue angle of 264.58º 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 #934FF5 is Cyan = 0.4, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 79 | 245 | - |
| CMYK | 0.4 | 0.68 | 0 | 0.04 |
| HSL | 264.58º | 0.89% | 0.64% | - |
| HSV(B) | 264.58º | 0.68% | 0.96% | - |
| XYZ | 31.31 | 18.39 | 88.29 | - |
| YUV | 118.26 | 199.53 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 79 | 245 | 0.4 | 0.68 | 0 | 0.04 | 264.58 | 0.89 | 0.64 |
| Hex | 93 | 4F | F5 | 28 | 44 | 0 | 4 | 109 | 59 | 40 |
| Octal | 223 | 117 | 365 | 50 | 104 | 0 | 4 | 411 | 131 | 100 |
| Binary | 10010011 | 1001111 | 11110101 | 101000 | 1000100 | 0 | 100 | 100001001 | 1011001 | 1000000 |
Color Harmonies of #934FF5
Complementary color
Monochromatic Colors of #934FF5
Black with #934FF5
Text Example
Text Example
White with #934FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934FF5; }
p { color: rgb(147,79,245); }
H1.HeaderClassName
{
color: #934FF5;
}
.AnyTagClassName
{
color: #934FF5;
}
</style>
background-color css
<style>
a { background-color: #934FF5; }
a { background-color: rgb(147,79,245); }
div.DivClassName
{
background-color: #934FF5;
}
.BgClassName
{
background-color: #934FF5;
}
</style>
border-color css
<style>
span { border-color: #934FF5; }
span { border-color: rgb(147,79,245); }
td.TdClassName
{
border-color: #934FF5;
}
.TagClassName
{
border-color: #934FF5;
}
</style>