Shades of Medium Slate Blue #7F5AF7
Tints of Medium Slate Blue #7F5AF7
RGB
CMYK
RGB Variations
Color information
#7F5AF7 (or 0x7F5AF7) is known color: Medium Slate Blue. HEX triplet: 7F, 5A and F7. RGB value is (127,90,247). Sum of RGB (Red+Green+Blue) = 127+90+247=464 (61% of max value = 765). Red value is 127 (50% from 255 or 27.37% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 247 (96.88% from 255 or 53.23% from 464); Max value from RGB is 247 - color contains mainly: blue. Hex color #7F5AF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F5AF7 is #80A508. Grayscale: #767676. Windows color (decimal): -8430857 or 16210559. OLE color: 16210559.
HSL color Cylindrical-coordinate representation of color #7F5AF7: hue angle of 254.14º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F5AF7 is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 127 | 90 | 247 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.03 |
| HSL | 254.14º | 0.91% | 0.66% | - |
| HSV(B) | 254.14º | 0.64% | 0.97% | - |
| XYZ | 29.2 | 18.54 | 90.04 | - |
| YUV | 118.96 | 200.26 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 90 | 247 | 0.49 | 0.64 | 0 | 0.03 | 254.14 | 0.91 | 0.66 |
| Hex | 7F | 5A | F7 | 31 | 40 | 0 | 3 | FE | 5B | 42 |
| Octal | 177 | 132 | 367 | 61 | 100 | 0 | 3 | 376 | 133 | 102 |
| Binary | 1111111 | 1011010 | 11110111 | 110001 | 1000000 | 0 | 11 | 11111110 | 1011011 | 1000010 |
Color Harmonies of #7F5AF7
Complementary color
Monochromatic Colors of #7F5AF7
Black with #7F5AF7
Text Example
Text Example
White with #7F5AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5AF7; }
p { color: rgb(127,90,247); }
H1.HeaderClassName
{
color: #7F5AF7;
}
.AnyTagClassName
{
color: #7F5AF7;
}
</style>
background-color css
<style>
a { background-color: #7F5AF7; }
a { background-color: rgb(127,90,247); }
div.DivClassName
{
background-color: #7F5AF7;
}
.BgClassName
{
background-color: #7F5AF7;
}
</style>
border-color css
<style>
span { border-color: #7F5AF7; }
span { border-color: rgb(127,90,247); }
td.TdClassName
{
border-color: #7F5AF7;
}
.TagClassName
{
border-color: #7F5AF7;
}
</style>