Shades of Medium Slate Blue #924FFA
Tints of Medium Slate Blue #924FFA
RGB
CMYK
RGB Variations
Color information
#924FFA (or 0x924FFA) is known color: Medium Slate Blue. HEX triplet: 92, 4F and FA. RGB value is (146,79,250). Sum of RGB (Red+Green+Blue) = 146+79+250=475 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.74% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #924FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #924FFA is #6DB005. Grayscale: #757575. Windows color (decimal): -7188486 or 16404370. OLE color: 16404370.
HSL color Cylindrical-coordinate representation of color #924FFA: hue angle of 263.51º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #924FFA is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 79 | 250 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.02 |
| HSL | 263.51º | 0.94% | 0.65% | - |
| HSV(B) | 263.51º | 0.68% | 0.98% | - |
| XYZ | 31.91 | 18.61 | 92.35 | - |
| YUV | 118.53 | 202.2 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 79 | 250 | 0.42 | 0.68 | 0 | 0.02 | 263.51 | 0.94 | 0.65 |
| Hex | 92 | 4F | FA | 2A | 44 | 0 | 2 | 108 | 5E | 41 |
| Octal | 222 | 117 | 372 | 52 | 104 | 0 | 2 | 410 | 136 | 101 |
| Binary | 10010010 | 1001111 | 11111010 | 101010 | 1000100 | 0 | 10 | 100001000 | 1011110 | 1000001 |
Color Harmonies of #924FFA
Complementary color
Monochromatic Colors of #924FFA
Black with #924FFA
Text Example
Text Example
White with #924FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924FFA; }
p { color: rgb(146,79,250); }
H1.HeaderClassName
{
color: #924FFA;
}
.AnyTagClassName
{
color: #924FFA;
}
</style>
background-color css
<style>
a { background-color: #924FFA; }
a { background-color: rgb(146,79,250); }
div.DivClassName
{
background-color: #924FFA;
}
.BgClassName
{
background-color: #924FFA;
}
</style>
border-color css
<style>
span { border-color: #924FFA; }
span { border-color: rgb(146,79,250); }
td.TdClassName
{
border-color: #924FFA;
}
.TagClassName
{
border-color: #924FFA;
}
</style>