Shades of Medium Slate Blue #7F5EFC
Tints of Medium Slate Blue #7F5EFC
RGB
CMYK
RGB Variations
Color information
#7F5EFC (or 0x7F5EFC) is known color: Medium Slate Blue. HEX triplet: 7F, 5E and FC. RGB value is (127,94,252). Sum of RGB (Red+Green+Blue) = 127+94+252=473 (62% of max value = 765). Red value is 127 (50% from 255 or 26.85% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #7F5EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F5EFC is #80A103. Grayscale: #797979. Windows color (decimal): -8429828 or 16539263. OLE color: 16539263.
HSL color Cylindrical-coordinate representation of color #7F5EFC: hue angle of 252.53º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7F5EFC is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 94 | 252 | - |
| CMYK | 0.50 | 0.63 | 0 | 0.01 |
| HSL | 252.53º | 0.96% | 0.68% | - |
| HSV(B) | 252.53º | 0.63% | 0.99% | - |
| XYZ | 30.33 | 19.55 | 94.27 | - |
| YUV | 121.88 | 201.43 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 94 | 252 | 0.50 | 0.63 | 0 | 0.01 | 252.53 | 0.96 | 0.68 |
| Hex | 7F | 5E | FC | 32 | 3F | 0 | 1 | FD | 60 | 44 |
| Octal | 177 | 136 | 374 | 62 | 77 | 0 | 1 | 375 | 140 | 104 |
| Binary | 1111111 | 1011110 | 11111100 | 110010 | 111111 | 0 | 1 | 11111101 | 1100000 | 1000100 |
Color Harmonies of #7F5EFC
Complementary color
Monochromatic Colors of #7F5EFC
Black with #7F5EFC
Text Example
Text Example
White with #7F5EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5EFC; }
p { color: rgb(127,94,252); }
H1.HeaderClassName
{
color: #7F5EFC;
}
.AnyTagClassName
{
color: #7F5EFC;
}
</style>
background-color css
<style>
a { background-color: #7F5EFC; }
a { background-color: rgb(127,94,252); }
div.DivClassName
{
background-color: #7F5EFC;
}
.BgClassName
{
background-color: #7F5EFC;
}
</style>
border-color css
<style>
span { border-color: #7F5EFC; }
span { border-color: rgb(127,94,252); }
td.TdClassName
{
border-color: #7F5EFC;
}
.TagClassName
{
border-color: #7F5EFC;
}
</style>