Shades of Medium Slate Blue #7F50E5
Tints of Medium Slate Blue #7F50E5
RGB
CMYK
RGB Variations
Color information
#7F50E5 (or 0x7F50E5) is known color: Medium Slate Blue. HEX triplet: 7F, 50 and E5. RGB value is (127,80,229). Sum of RGB (Red+Green+Blue) = 127+80+229=436 (57% of max value = 765). Red value is 127 (50% from 255 or 29.13% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 229 (89.84% from 255 or 52.52% from 436); Max value from RGB is 229 - color contains mainly: blue. Hex color #7F50E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F50E5 is #80AF1A. Grayscale: #6E6E6E. Windows color (decimal): -8433435 or 15028351. OLE color: 15028351.
HSL color Cylindrical-coordinate representation of color #7F50E5: hue angle of 258.93º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F50E5 is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 127 | 80 | 229 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.10 |
| HSL | 258.93º | 0.74% | 0.61% | - |
| HSV(B) | 258.93º | 0.65% | 0.9% | - |
| XYZ | 25.76 | 15.91 | 75.84 | - |
| YUV | 111.04 | 194.57 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 80 | 229 | 0.45 | 0.65 | 0 | 0.10 | 258.93 | 0.74 | 0.61 |
| Hex | 7F | 50 | E5 | 2D | 41 | 0 | A | 103 | 4A | 3D |
| Octal | 177 | 120 | 345 | 55 | 101 | 0 | 12 | 403 | 112 | 75 |
| Binary | 1111111 | 1010000 | 11100101 | 101101 | 1000001 | 0 | 1010 | 100000011 | 1001010 | 111101 |
Color Harmonies of #7F50E5
Complementary color
Monochromatic Colors of #7F50E5
Black with #7F50E5
Text Example
Text Example
White with #7F50E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F50E5; }
p { color: rgb(127,80,229); }
H1.HeaderClassName
{
color: #7F50E5;
}
.AnyTagClassName
{
color: #7F50E5;
}
</style>
background-color css
<style>
a { background-color: #7F50E5; }
a { background-color: rgb(127,80,229); }
div.DivClassName
{
background-color: #7F50E5;
}
.BgClassName
{
background-color: #7F50E5;
}
</style>
border-color css
<style>
span { border-color: #7F50E5; }
span { border-color: rgb(127,80,229); }
td.TdClassName
{
border-color: #7F50E5;
}
.TagClassName
{
border-color: #7F50E5;
}
</style>