Shades of Medium Slate Blue #7F5FED
Tints of Medium Slate Blue #7F5FED
RGB
CMYK
RGB Variations
Color information
#7F5FED (or 0x7F5FED) is known color: Medium Slate Blue. HEX triplet: 7F, 5F and ED. RGB value is (127,95,237). Sum of RGB (Red+Green+Blue) = 127+95+237=459 (60% of max value = 765). Red value is 127 (50% from 255 or 27.67% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #7F5FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F5FED is #80A012. Grayscale: #787878. Windows color (decimal): -8429587 or 15556479. OLE color: 15556479.
HSL color Cylindrical-coordinate representation of color #7F5FED: hue angle of 253.52º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7F5FED is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 95 | 237 | - |
| CMYK | 0.46 | 0.60 | 0 | 0.07 |
| HSL | 253.52º | 0.8% | 0.65% | - |
| HSV(B) | 253.52º | 0.6% | 0.93% | - |
| XYZ | 28.13 | 18.81 | 82.27 | - |
| YUV | 120.76 | 193.6 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 95 | 237 | 0.46 | 0.60 | 0 | 0.07 | 253.52 | 0.8 | 0.65 |
| Hex | 7F | 5F | ED | 2E | 3C | 0 | 7 | FE | 50 | 41 |
| Octal | 177 | 137 | 355 | 56 | 74 | 0 | 7 | 376 | 120 | 101 |
| Binary | 1111111 | 1011111 | 11101101 | 101110 | 111100 | 0 | 111 | 11111110 | 1010000 | 1000001 |
Color Harmonies of #7F5FED
Complementary color
Monochromatic Colors of #7F5FED
Black with #7F5FED
Text Example
Text Example
White with #7F5FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5FED; }
p { color: rgb(127,95,237); }
H1.HeaderClassName
{
color: #7F5FED;
}
.AnyTagClassName
{
color: #7F5FED;
}
</style>
background-color css
<style>
a { background-color: #7F5FED; }
a { background-color: rgb(127,95,237); }
div.DivClassName
{
background-color: #7F5FED;
}
.BgClassName
{
background-color: #7F5FED;
}
</style>
border-color css
<style>
span { border-color: #7F5FED; }
span { border-color: rgb(127,95,237); }
td.TdClassName
{
border-color: #7F5FED;
}
.TagClassName
{
border-color: #7F5FED;
}
</style>