Shades of Medium Slate Blue #7F51FA
Tints of Medium Slate Blue #7F51FA
RGB
CMYK
RGB Variations
Color information
#7F51FA (or 0x7F51FA) is known color: Medium Slate Blue. HEX triplet: 7F, 51 and FA. RGB value is (127,81,250). Sum of RGB (Red+Green+Blue) = 127+81+250=458 (60% of max value = 765). Red value is 127 (50% from 255 or 27.73% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F51FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F51FA is #80AE05. Grayscale: #717171. Windows color (decimal): -8433158 or 16404863. OLE color: 16404863.
HSL color Cylindrical-coordinate representation of color #7F51FA: hue angle of 256.33º degrees, saturation: 0.94, 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 #7F51FA is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 81 | 250 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.02 |
| HSL | 256.33º | 0.94% | 0.65% | - |
| HSV(B) | 256.33º | 0.68% | 0.98% | - |
| XYZ | 28.95 | 17.3 | 92.26 | - |
| YUV | 114.02 | 204.74 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 81 | 250 | 0.49 | 0.68 | 0 | 0.02 | 256.33 | 0.94 | 0.65 |
| Hex | 7F | 51 | FA | 31 | 44 | 0 | 2 | 100 | 5E | 41 |
| Octal | 177 | 121 | 372 | 61 | 104 | 0 | 2 | 400 | 136 | 101 |
| Binary | 1111111 | 1010001 | 11111010 | 110001 | 1000100 | 0 | 10 | 100000000 | 1011110 | 1000001 |
Color Harmonies of #7F51FA
Complementary color
Monochromatic Colors of #7F51FA
Black with #7F51FA
Text Example
Text Example
White with #7F51FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F51FA; }
p { color: rgb(127,81,250); }
H1.HeaderClassName
{
color: #7F51FA;
}
.AnyTagClassName
{
color: #7F51FA;
}
</style>
background-color css
<style>
a { background-color: #7F51FA; }
a { background-color: rgb(127,81,250); }
div.DivClassName
{
background-color: #7F51FA;
}
.BgClassName
{
background-color: #7F51FA;
}
</style>
border-color css
<style>
span { border-color: #7F51FA; }
span { border-color: rgb(127,81,250); }
td.TdClassName
{
border-color: #7F51FA;
}
.TagClassName
{
border-color: #7F51FA;
}
</style>