Shades of Medium Slate Blue #924DFB
Tints of Medium Slate Blue #924DFB
RGB
CMYK
RGB Variations
Color information
#924DFB (or 0x924DFB) is known color: Medium Slate Blue. HEX triplet: 92, 4D and FB. RGB value is (146,77,251). Sum of RGB (Red+Green+Blue) = 146+77+251=474 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.80% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #924DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #924DFB is #6DB204. Grayscale: #747474. Windows color (decimal): -7188997 or 16469394. OLE color: 16469394.
HSL color Cylindrical-coordinate representation of color #924DFB: hue angle of 263.79º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #924DFB is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 77 | 251 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.02 |
| HSL | 263.79º | 0.96% | 0.64% | - |
| HSV(B) | 263.79º | 0.69% | 0.98% | - |
| XYZ | 31.92 | 18.38 | 93.13 | - |
| YUV | 117.47 | 203.36 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 77 | 251 | 0.42 | 0.69 | 0 | 0.02 | 263.79 | 0.96 | 0.64 |
| Hex | 92 | 4D | FB | 2A | 45 | 0 | 2 | 108 | 60 | 40 |
| Octal | 222 | 115 | 373 | 52 | 105 | 0 | 2 | 410 | 140 | 100 |
| Binary | 10010010 | 1001101 | 11111011 | 101010 | 1000101 | 0 | 10 | 100001000 | 1100000 | 1000000 |
Color Harmonies of #924DFB
Complementary color
Monochromatic Colors of #924DFB
Black with #924DFB
Text Example
Text Example
White with #924DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924DFB; }
p { color: rgb(146,77,251); }
H1.HeaderClassName
{
color: #924DFB;
}
.AnyTagClassName
{
color: #924DFB;
}
</style>
background-color css
<style>
a { background-color: #924DFB; }
a { background-color: rgb(146,77,251); }
div.DivClassName
{
background-color: #924DFB;
}
.BgClassName
{
background-color: #924DFB;
}
</style>
border-color css
<style>
span { border-color: #924DFB; }
span { border-color: rgb(146,77,251); }
td.TdClassName
{
border-color: #924DFB;
}
.TagClassName
{
border-color: #924DFB;
}
</style>