Shades of Medium Slate Blue #7F50F9
Tints of Medium Slate Blue #7F50F9
RGB
CMYK
RGB Variations
Color information
#7F50F9 (or 0x7F50F9) is known color: Medium Slate Blue. HEX triplet: 7F, 50 and F9. RGB value is (127,80,249). Sum of RGB (Red+Green+Blue) = 127+80+249=456 (60% of max value = 765). Red value is 127 (50% from 255 or 27.85% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 249 (97.66% from 255 or 54.61% from 456); Max value from RGB is 249 - color contains mainly: blue. Hex color #7F50F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F50F9 is #80AF06. Grayscale: #707070. Windows color (decimal): -8433415 or 16339071. OLE color: 16339071.
HSL color Cylindrical-coordinate representation of color #7F50F9: hue angle of 256.69º degrees, saturation: 0.93, 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 #7F50F9 is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 80 | 249 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.02 |
| HSL | 256.69º | 0.93% | 0.65% | - |
| HSV(B) | 256.69º | 0.68% | 0.98% | - |
| XYZ | 28.72 | 17.09 | 91.41 | - |
| YUV | 113.32 | 204.57 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 80 | 249 | 0.49 | 0.68 | 0 | 0.02 | 256.69 | 0.93 | 0.65 |
| Hex | 7F | 50 | F9 | 31 | 44 | 0 | 2 | 101 | 5D | 41 |
| Octal | 177 | 120 | 371 | 61 | 104 | 0 | 2 | 401 | 135 | 101 |
| Binary | 1111111 | 1010000 | 11111001 | 110001 | 1000100 | 0 | 10 | 100000001 | 1011101 | 1000001 |
Color Harmonies of #7F50F9
Complementary color
Monochromatic Colors of #7F50F9
Black with #7F50F9
Text Example
Text Example
White with #7F50F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F50F9; }
p { color: rgb(127,80,249); }
H1.HeaderClassName
{
color: #7F50F9;
}
.AnyTagClassName
{
color: #7F50F9;
}
</style>
background-color css
<style>
a { background-color: #7F50F9; }
a { background-color: rgb(127,80,249); }
div.DivClassName
{
background-color: #7F50F9;
}
.BgClassName
{
background-color: #7F50F9;
}
</style>
border-color css
<style>
span { border-color: #7F50F9; }
span { border-color: rgb(127,80,249); }
td.TdClassName
{
border-color: #7F50F9;
}
.TagClassName
{
border-color: #7F50F9;
}
</style>