Shades of Medium Slate Blue #7F63EF
Tints of Medium Slate Blue #7F63EF
RGB
CMYK
RGB Variations
Color information
#7F63EF (or 0x7F63EF) is known color: Medium Slate Blue. HEX triplet: 7F, 63 and EF. RGB value is (127,99,239). Sum of RGB (Red+Green+Blue) = 127+99+239=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #7F63EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F63EF is #809C10. Grayscale: #7A7A7A. Windows color (decimal): -8428561 or 15688575. OLE color: 15688575.
HSL color Cylindrical-coordinate representation of color #7F63EF: hue angle of 252º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F63EF is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 127 | 99 | 239 | - |
| CMYK | 0.47 | 0.59 | 0 | 0.06 |
| HSL | 252º | 0.81% | 0.66% | - |
| HSV(B) | 252º | 0.59% | 0.94% | - |
| XYZ | 28.79 | 19.67 | 83.94 | - |
| YUV | 123.33 | 193.28 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 99 | 239 | 0.47 | 0.59 | 0 | 0.06 | 252 | 0.81 | 0.66 |
| Hex | 7F | 63 | EF | 2F | 3B | 0 | 6 | FC | 51 | 42 |
| Octal | 177 | 143 | 357 | 57 | 73 | 0 | 6 | 374 | 121 | 102 |
| Binary | 1111111 | 1100011 | 11101111 | 101111 | 111011 | 0 | 110 | 11111100 | 1010001 | 1000010 |
Color Harmonies of #7F63EF
Complementary color
Monochromatic Colors of #7F63EF
Black with #7F63EF
Text Example
Text Example
White with #7F63EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F63EF; }
p { color: rgb(127,99,239); }
H1.HeaderClassName
{
color: #7F63EF;
}
.AnyTagClassName
{
color: #7F63EF;
}
</style>
background-color css
<style>
a { background-color: #7F63EF; }
a { background-color: rgb(127,99,239); }
div.DivClassName
{
background-color: #7F63EF;
}
.BgClassName
{
background-color: #7F63EF;
}
</style>
border-color css
<style>
span { border-color: #7F63EF; }
span { border-color: rgb(127,99,239); }
td.TdClassName
{
border-color: #7F63EF;
}
.TagClassName
{
border-color: #7F63EF;
}
</style>