Shades of Medium Slate Blue #7F4DE9
Tints of Medium Slate Blue #7F4DE9
RGB
CMYK
RGB Variations
Color information
#7F4DE9 (or 0x7F4DE9) is known color: Medium Slate Blue. HEX triplet: 7F, 4D and E9. RGB value is (127,77,233). Sum of RGB (Red+Green+Blue) = 127+77+233=437 (57% of max value = 765). Red value is 127 (50% from 255 or 29.06% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 233 (91.41% from 255 or 53.32% from 437); Max value from RGB is 233 - color contains mainly: blue. Hex color #7F4DE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F4DE9 is #80B216. Grayscale: #6D6D6D. Windows color (decimal): -8434199 or 15289727. OLE color: 15289727.
HSL color Cylindrical-coordinate representation of color #7F4DE9: hue angle of 259.23º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F4DE9 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 77 | 233 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.09 |
| HSL | 259.23º | 0.78% | 0.61% | - |
| HSV(B) | 259.23º | 0.67% | 0.91% | - |
| XYZ | 26.11 | 15.7 | 78.75 | - |
| YUV | 109.73 | 197.57 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 77 | 233 | 0.45 | 0.67 | 0 | 0.09 | 259.23 | 0.78 | 0.61 |
| Hex | 7F | 4D | E9 | 2D | 43 | 0 | 9 | 103 | 4E | 3D |
| Octal | 177 | 115 | 351 | 55 | 103 | 0 | 11 | 403 | 116 | 75 |
| Binary | 1111111 | 1001101 | 11101001 | 101101 | 1000011 | 0 | 1001 | 100000011 | 1001110 | 111101 |
Color Harmonies of #7F4DE9
Complementary color
Monochromatic Colors of #7F4DE9
Black with #7F4DE9
Text Example
Text Example
White with #7F4DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4DE9; }
p { color: rgb(127,77,233); }
H1.HeaderClassName
{
color: #7F4DE9;
}
.AnyTagClassName
{
color: #7F4DE9;
}
</style>
background-color css
<style>
a { background-color: #7F4DE9; }
a { background-color: rgb(127,77,233); }
div.DivClassName
{
background-color: #7F4DE9;
}
.BgClassName
{
background-color: #7F4DE9;
}
</style>
border-color css
<style>
span { border-color: #7F4DE9; }
span { border-color: rgb(127,77,233); }
td.TdClassName
{
border-color: #7F4DE9;
}
.TagClassName
{
border-color: #7F4DE9;
}
</style>