Shades of Medium Slate Blue #7F4CFA
Tints of Medium Slate Blue #7F4CFA
RGB
CMYK
RGB Variations
Color information
#7F4CFA (or 0x7F4CFA) is known color: Medium Slate Blue. HEX triplet: 7F, 4C and FA. RGB value is (127,76,250). Sum of RGB (Red+Green+Blue) = 127+76+250=453 (60% of max value = 765). Red value is 127 (50% from 255 or 28.04% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F4CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F4CFA is #80B305. Grayscale: #6E6E6E. Windows color (decimal): -8434438 or 16403583. OLE color: 16403583.
HSL color Cylindrical-coordinate representation of color #7F4CFA: hue angle of 257.59º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7F4CFA is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 76 | 250 | - |
| CMYK | 0.49 | 0.70 | 0 | 0.02 |
| HSL | 257.59º | 0.95% | 0.64% | - |
| HSV(B) | 257.59º | 0.7% | 0.98% | - |
| XYZ | 28.59 | 16.58 | 92.14 | - |
| YUV | 111.09 | 206.4 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 76 | 250 | 0.49 | 0.70 | 0 | 0.02 | 257.59 | 0.95 | 0.64 |
| Hex | 7F | 4C | FA | 31 | 46 | 0 | 2 | 102 | 5F | 40 |
| Octal | 177 | 114 | 372 | 61 | 106 | 0 | 2 | 402 | 137 | 100 |
| Binary | 1111111 | 1001100 | 11111010 | 110001 | 1000110 | 0 | 10 | 100000010 | 1011111 | 1000000 |
Color Harmonies of #7F4CFA
Complementary color
Monochromatic Colors of #7F4CFA
Black with #7F4CFA
Text Example
Text Example
White with #7F4CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4CFA; }
p { color: rgb(127,76,250); }
H1.HeaderClassName
{
color: #7F4CFA;
}
.AnyTagClassName
{
color: #7F4CFA;
}
</style>
background-color css
<style>
a { background-color: #7F4CFA; }
a { background-color: rgb(127,76,250); }
div.DivClassName
{
background-color: #7F4CFA;
}
.BgClassName
{
background-color: #7F4CFA;
}
</style>
border-color css
<style>
span { border-color: #7F4CFA; }
span { border-color: rgb(127,76,250); }
td.TdClassName
{
border-color: #7F4CFA;
}
.TagClassName
{
border-color: #7F4CFA;
}
</style>