Shades of Medium Slate Blue #7F50E9
Tints of Medium Slate Blue #7F50E9
RGB
CMYK
RGB Variations
Color information
#7F50E9 (or 0x7F50E9) is known color: Medium Slate Blue. HEX triplet: 7F, 50 and E9. RGB value is (127,80,233). Sum of RGB (Red+Green+Blue) = 127+80+233=440 (58% of max value = 765). Red value is 127 (50% from 255 or 28.86% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 233 (91.41% from 255 or 52.95% from 440); Max value from RGB is 233 - color contains mainly: blue. Hex color #7F50E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F50E9 is #80AF16. Grayscale: #6E6E6E. Windows color (decimal): -8433431 or 15290495. OLE color: 15290495.
HSL color Cylindrical-coordinate representation of color #7F50E9: hue angle of 258.43º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F50E9 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 80 | 233 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.09 |
| HSL | 258.43º | 0.78% | 0.61% | - |
| HSV(B) | 258.43º | 0.66% | 0.91% | - |
| XYZ | 26.33 | 16.13 | 78.82 | - |
| YUV | 111.5 | 196.57 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 80 | 233 | 0.45 | 0.66 | 0 | 0.09 | 258.43 | 0.78 | 0.61 |
| Hex | 7F | 50 | E9 | 2D | 42 | 0 | 9 | 102 | 4E | 3D |
| Octal | 177 | 120 | 351 | 55 | 102 | 0 | 11 | 402 | 116 | 75 |
| Binary | 1111111 | 1010000 | 11101001 | 101101 | 1000010 | 0 | 1001 | 100000010 | 1001110 | 111101 |
Color Harmonies of #7F50E9
Complementary color
Monochromatic Colors of #7F50E9
Black with #7F50E9
Text Example
Text Example
White with #7F50E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F50E9; }
p { color: rgb(127,80,233); }
H1.HeaderClassName
{
color: #7F50E9;
}
.AnyTagClassName
{
color: #7F50E9;
}
</style>
background-color css
<style>
a { background-color: #7F50E9; }
a { background-color: rgb(127,80,233); }
div.DivClassName
{
background-color: #7F50E9;
}
.BgClassName
{
background-color: #7F50E9;
}
</style>
border-color css
<style>
span { border-color: #7F50E9; }
span { border-color: rgb(127,80,233); }
td.TdClassName
{
border-color: #7F50E9;
}
.TagClassName
{
border-color: #7F50E9;
}
</style>