Shades of Medium Slate Blue #9256F7
Tints of Medium Slate Blue #9256F7
RGB
CMYK
RGB Variations
Color information
#9256F7 (or 0x9256F7) is known color: Medium Slate Blue. HEX triplet: 92, 56 and F7. RGB value is (146,86,247). Sum of RGB (Red+Green+Blue) = 146+86+247=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 247 (96.88% from 255 or 51.57% from 479); Max value from RGB is 247 - color contains mainly: blue. Hex color #9256F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9256F7 is #6DA908. Grayscale: #797979. Windows color (decimal): -7186697 or 16209554. OLE color: 16209554.
HSL color Cylindrical-coordinate representation of color #9256F7: hue angle of 262.36º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9256F7 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 146 | 86 | 247 | - |
| CMYK | 0.41 | 0.65 | 0 | 0.03 |
| HSL | 262.36º | 0.91% | 0.65% | - |
| HSV(B) | 262.36º | 0.65% | 0.97% | - |
| XYZ | 31.97 | 19.48 | 90.07 | - |
| YUV | 122.29 | 198.38 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 86 | 247 | 0.41 | 0.65 | 0 | 0.03 | 262.36 | 0.91 | 0.65 |
| Hex | 92 | 56 | F7 | 29 | 41 | 0 | 3 | 106 | 5B | 41 |
| Octal | 222 | 126 | 367 | 51 | 101 | 0 | 3 | 406 | 133 | 101 |
| Binary | 10010010 | 1010110 | 11110111 | 101001 | 1000001 | 0 | 11 | 100000110 | 1011011 | 1000001 |
Color Harmonies of #9256F7
Complementary color
Monochromatic Colors of #9256F7
Black with #9256F7
Text Example
Text Example
White with #9256F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9256F7; }
p { color: rgb(146,86,247); }
H1.HeaderClassName
{
color: #9256F7;
}
.AnyTagClassName
{
color: #9256F7;
}
</style>
background-color css
<style>
a { background-color: #9256F7; }
a { background-color: rgb(146,86,247); }
div.DivClassName
{
background-color: #9256F7;
}
.BgClassName
{
background-color: #9256F7;
}
</style>
border-color css
<style>
span { border-color: #9256F7; }
span { border-color: rgb(146,86,247); }
td.TdClassName
{
border-color: #9256F7;
}
.TagClassName
{
border-color: #9256F7;
}
</style>