Shades of Medium Slate Blue #7F5BFA
Tints of Medium Slate Blue #7F5BFA
RGB
CMYK
RGB Variations
Color information
#7F5BFA (or 0x7F5BFA) is known color: Medium Slate Blue. HEX triplet: 7F, 5B and FA. RGB value is (127,91,250). Sum of RGB (Red+Green+Blue) = 127+91+250=468 (61% of max value = 765). Red value is 127 (50% from 255 or 27.14% from 468); Green value is 91 (35.94% from 255 or 19.44% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F5BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F5BFA is #80A405. Grayscale: #777777. Windows color (decimal): -8430598 or 16407423. OLE color: 16407423.
HSL color Cylindrical-coordinate representation of color #7F5BFA: hue angle of 253.58º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F5BFA is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 91 | 250 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.02 |
| HSL | 253.58º | 0.94% | 0.67% | - |
| HSV(B) | 253.58º | 0.64% | 0.98% | - |
| XYZ | 29.75 | 18.9 | 92.52 | - |
| YUV | 119.89 | 201.43 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 91 | 250 | 0.49 | 0.64 | 0 | 0.02 | 253.58 | 0.94 | 0.67 |
| Hex | 7F | 5B | FA | 31 | 40 | 0 | 2 | FE | 5E | 43 |
| Octal | 177 | 133 | 372 | 61 | 100 | 0 | 2 | 376 | 136 | 103 |
| Binary | 1111111 | 1011011 | 11111010 | 110001 | 1000000 | 0 | 10 | 11111110 | 1011110 | 1000011 |
Color Harmonies of #7F5BFA
Complementary color
Monochromatic Colors of #7F5BFA
Black with #7F5BFA
Text Example
Text Example
White with #7F5BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5BFA; }
p { color: rgb(127,91,250); }
H1.HeaderClassName
{
color: #7F5BFA;
}
.AnyTagClassName
{
color: #7F5BFA;
}
</style>
background-color css
<style>
a { background-color: #7F5BFA; }
a { background-color: rgb(127,91,250); }
div.DivClassName
{
background-color: #7F5BFA;
}
.BgClassName
{
background-color: #7F5BFA;
}
</style>
border-color css
<style>
span { border-color: #7F5BFA; }
span { border-color: rgb(127,91,250); }
td.TdClassName
{
border-color: #7F5BFA;
}
.TagClassName
{
border-color: #7F5BFA;
}
</style>