Shades of Medium Slate Blue #7F4FFE
Tints of Medium Slate Blue #7F4FFE
RGB
CMYK
RGB Variations
Color information
#7F4FFE (or 0x7F4FFE) is known color: Medium Slate Blue. HEX triplet: 7F, 4F and FE. RGB value is (127,79,254). Sum of RGB (Red+Green+Blue) = 127+79+254=460 (60% of max value = 765). Red value is 127 (50% from 255 or 27.61% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F4FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F4FFE is #80B001. Grayscale: #707070. Windows color (decimal): -8433666 or 16666495. OLE color: 16666495.
HSL color Cylindrical-coordinate representation of color #7F4FFE: hue angle of 256.46º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F4FFE is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 79 | 254 | - |
| CMYK | 0.50 | 0.69 | 0 | 0.00 |
| HSL | 256.46º | 0.99% | 0.65% | - |
| HSV(B) | 256.46º | 0.69% | 1% | - |
| XYZ | 29.44 | 17.26 | 95.55 | - |
| YUV | 113.3 | 207.4 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 79 | 254 | 0.50 | 0.69 | 0 | 0.00 | 256.46 | 0.99 | 0.65 |
| Hex | 7F | 4F | FE | 32 | 45 | 0 | 0 | 100 | 63 | 41 |
| Octal | 177 | 117 | 376 | 62 | 105 | 0 | 0 | 400 | 143 | 101 |
| Binary | 1111111 | 1001111 | 11111110 | 110010 | 1000101 | 0 | 0 | 100000000 | 1100011 | 1000001 |
Color Harmonies of #7F4FFE
Complementary color
Monochromatic Colors of #7F4FFE
Black with #7F4FFE
Text Example
Text Example
White with #7F4FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4FFE; }
p { color: rgb(127,79,254); }
H1.HeaderClassName
{
color: #7F4FFE;
}
.AnyTagClassName
{
color: #7F4FFE;
}
</style>
background-color css
<style>
a { background-color: #7F4FFE; }
a { background-color: rgb(127,79,254); }
div.DivClassName
{
background-color: #7F4FFE;
}
.BgClassName
{
background-color: #7F4FFE;
}
</style>
border-color css
<style>
span { border-color: #7F4FFE; }
span { border-color: rgb(127,79,254); }
td.TdClassName
{
border-color: #7F4FFE;
}
.TagClassName
{
border-color: #7F4FFE;
}
</style>