Shades of Medium Slate Blue #7F5BF1
Tints of Medium Slate Blue #7F5BF1
RGB
CMYK
RGB Variations
Color information
#7F5BF1 (or 0x7F5BF1) is known color: Medium Slate Blue. HEX triplet: 7F, 5B and F1. RGB value is (127,91,241). Sum of RGB (Red+Green+Blue) = 127+91+241=459 (60% of max value = 765). Red value is 127 (50% from 255 or 27.67% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 241 (94.53% from 255 or 52.51% from 459); Max value from RGB is 241 - color contains mainly: blue. Hex color #7F5BF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F5BF1 is #80A40E. Grayscale: #767676. Windows color (decimal): -8430607 or 15817599. OLE color: 15817599.
HSL color Cylindrical-coordinate representation of color #7F5BF1: hue angle of 254.4º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F5BF1 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 91 | 241 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.05 |
| HSL | 254.4º | 0.84% | 0.65% | - |
| HSV(B) | 254.4º | 0.62% | 0.95% | - |
| XYZ | 28.37 | 18.35 | 85.26 | - |
| YUV | 118.86 | 196.93 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 91 | 241 | 0.47 | 0.62 | 0 | 0.05 | 254.4 | 0.84 | 0.65 |
| Hex | 7F | 5B | F1 | 2F | 3E | 0 | 5 | FE | 54 | 41 |
| Octal | 177 | 133 | 361 | 57 | 76 | 0 | 5 | 376 | 124 | 101 |
| Binary | 1111111 | 1011011 | 11110001 | 101111 | 111110 | 0 | 101 | 11111110 | 1010100 | 1000001 |
Color Harmonies of #7F5BF1
Complementary color
Monochromatic Colors of #7F5BF1
Black with #7F5BF1
Text Example
Text Example
White with #7F5BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5BF1; }
p { color: rgb(127,91,241); }
H1.HeaderClassName
{
color: #7F5BF1;
}
.AnyTagClassName
{
color: #7F5BF1;
}
</style>
background-color css
<style>
a { background-color: #7F5BF1; }
a { background-color: rgb(127,91,241); }
div.DivClassName
{
background-color: #7F5BF1;
}
.BgClassName
{
background-color: #7F5BF1;
}
</style>
border-color css
<style>
span { border-color: #7F5BF1; }
span { border-color: rgb(127,91,241); }
td.TdClassName
{
border-color: #7F5BF1;
}
.TagClassName
{
border-color: #7F5BF1;
}
</style>