Shades of Medium Slate Blue #7F61E5
Tints of Medium Slate Blue #7F61E5
RGB
CMYK
RGB Variations
Color information
#7F61E5 (or 0x7F61E5) is known color: Medium Slate Blue. HEX triplet: 7F, 61 and E5. RGB value is (127,97,229). Sum of RGB (Red+Green+Blue) = 127+97+229=453 (60% of max value = 765). Red value is 127 (50% from 255 or 28.04% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 229 (89.84% from 255 or 50.55% from 453); Max value from RGB is 229 - color contains mainly: blue. Hex color #7F61E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F61E5 is #809E1A. Grayscale: #787878. Windows color (decimal): -8429083 or 15032703. OLE color: 15032703.
HSL color Cylindrical-coordinate representation of color #7F61E5: hue angle of 253.64º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F61E5 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 127 | 97 | 229 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.10 |
| HSL | 253.64º | 0.72% | 0.64% | - |
| HSV(B) | 253.64º | 0.58% | 0.9% | - |
| XYZ | 27.17 | 18.72 | 76.31 | - |
| YUV | 121.02 | 188.94 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 97 | 229 | 0.45 | 0.58 | 0 | 0.10 | 253.64 | 0.72 | 0.64 |
| Hex | 7F | 61 | E5 | 2D | 3A | 0 | A | FE | 48 | 40 |
| Octal | 177 | 141 | 345 | 55 | 72 | 0 | 12 | 376 | 110 | 100 |
| Binary | 1111111 | 1100001 | 11100101 | 101101 | 111010 | 0 | 1010 | 11111110 | 1001000 | 1000000 |
Color Harmonies of #7F61E5
Complementary color
Monochromatic Colors of #7F61E5
Black with #7F61E5
Text Example
Text Example
White with #7F61E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F61E5; }
p { color: rgb(127,97,229); }
H1.HeaderClassName
{
color: #7F61E5;
}
.AnyTagClassName
{
color: #7F61E5;
}
</style>
background-color css
<style>
a { background-color: #7F61E5; }
a { background-color: rgb(127,97,229); }
div.DivClassName
{
background-color: #7F61E5;
}
.BgClassName
{
background-color: #7F61E5;
}
</style>
border-color css
<style>
span { border-color: #7F61E5; }
span { border-color: rgb(127,97,229); }
td.TdClassName
{
border-color: #7F61E5;
}
.TagClassName
{
border-color: #7F61E5;
}
</style>