Shades of Medium Slate Blue #9251F4
Tints of Medium Slate Blue #9251F4
RGB
CMYK
RGB Variations
Color information
#9251F4 (or 0x9251F4) is known color: Medium Slate Blue. HEX triplet: 92, 51 and F4. RGB value is (146,81,244). Sum of RGB (Red+Green+Blue) = 146+81+244=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 244 (95.70% from 255 or 51.80% from 471); Max value from RGB is 244 - color contains mainly: blue. Hex color #9251F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9251F4 is #6DAE0B. Grayscale: #767676. Windows color (decimal): -7187980 or 16011666. OLE color: 16011666.
HSL color Cylindrical-coordinate representation of color #9251F4: hue angle of 263.93º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9251F4 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 81 | 244 | - |
| CMYK | 0.40 | 0.67 | 0 | 0.04 |
| HSL | 263.93º | 0.88% | 0.64% | - |
| HSV(B) | 263.93º | 0.67% | 0.96% | - |
| XYZ | 31.13 | 18.53 | 87.52 | - |
| YUV | 119.02 | 198.53 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 81 | 244 | 0.40 | 0.67 | 0 | 0.04 | 263.93 | 0.88 | 0.64 |
| Hex | 92 | 51 | F4 | 28 | 43 | 0 | 4 | 108 | 58 | 40 |
| Octal | 222 | 121 | 364 | 50 | 103 | 0 | 4 | 410 | 130 | 100 |
| Binary | 10010010 | 1010001 | 11110100 | 101000 | 1000011 | 0 | 100 | 100001000 | 1011000 | 1000000 |
Color Harmonies of #9251F4
Complementary color
Monochromatic Colors of #9251F4
Black with #9251F4
Text Example
Text Example
White with #9251F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9251F4; }
p { color: rgb(146,81,244); }
H1.HeaderClassName
{
color: #9251F4;
}
.AnyTagClassName
{
color: #9251F4;
}
</style>
background-color css
<style>
a { background-color: #9251F4; }
a { background-color: rgb(146,81,244); }
div.DivClassName
{
background-color: #9251F4;
}
.BgClassName
{
background-color: #9251F4;
}
</style>
border-color css
<style>
span { border-color: #9251F4; }
span { border-color: rgb(146,81,244); }
td.TdClassName
{
border-color: #9251F4;
}
.TagClassName
{
border-color: #9251F4;
}
</style>