Shades of Medium Slate Blue #7F7DE9
Tints of Medium Slate Blue #7F7DE9
RGB
CMYK
RGB Variations
Color information
#7F7DE9 (or 0x7F7DE9) is known color: Medium Slate Blue. HEX triplet: 7F, 7D and E9. RGB value is (127,125,233). Sum of RGB (Red+Green+Blue) = 127+125+233=485 (64% of max value = 765). Red value is 127 (50% from 255 or 26.19% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 233 (91.41% from 255 or 48.04% from 485); Max value from RGB is 233 - color contains mainly: blue. Hex color #7F7DE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F7DE9 is #808216. Grayscale: #898989. Windows color (decimal): -8421911 or 15302015. OLE color: 15302015.
HSL color Cylindrical-coordinate representation of color #7F7DE9: hue angle of 241.11º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F7DE9 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 125 | 233 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.09 |
| HSL | 241.11º | 0.71% | 0.7% | - |
| HSV(B) | 241.11º | 0.46% | 0.91% | - |
| XYZ | 30.79 | 25.06 | 80.31 | - |
| YUV | 137.91 | 181.66 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 125 | 233 | 0.45 | 0.46 | 0 | 0.09 | 241.11 | 0.71 | 0.7 |
| Hex | 7F | 7D | E9 | 2D | 2E | 0 | 9 | F1 | 47 | 46 |
| Octal | 177 | 175 | 351 | 55 | 56 | 0 | 11 | 361 | 107 | 106 |
| Binary | 1111111 | 1111101 | 11101001 | 101101 | 101110 | 0 | 1001 | 11110001 | 1000111 | 1000110 |
Color Harmonies of #7F7DE9
Complementary color
Monochromatic Colors of #7F7DE9
Black with #7F7DE9
Text Example
Text Example
White with #7F7DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7DE9; }
p { color: rgb(127,125,233); }
H1.HeaderClassName
{
color: #7F7DE9;
}
.AnyTagClassName
{
color: #7F7DE9;
}
</style>
background-color css
<style>
a { background-color: #7F7DE9; }
a { background-color: rgb(127,125,233); }
div.DivClassName
{
background-color: #7F7DE9;
}
.BgClassName
{
background-color: #7F7DE9;
}
</style>
border-color css
<style>
span { border-color: #7F7DE9; }
span { border-color: rgb(127,125,233); }
td.TdClassName
{
border-color: #7F7DE9;
}
.TagClassName
{
border-color: #7F7DE9;
}
</style>