Shades of Medium Slate Blue #7F7CE9
Tints of Medium Slate Blue #7F7CE9
RGB
CMYK
RGB Variations
Color information
#7F7CE9 (or 0x7F7CE9) is known color: Medium Slate Blue. HEX triplet: 7F, 7C and E9. RGB value is (127,124,233). Sum of RGB (Red+Green+Blue) = 127+124+233=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 233 (91.41% from 255 or 48.14% from 484); Max value from RGB is 233 - color contains mainly: blue. Hex color #7F7CE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F7CE9 is #808316. Grayscale: #888888. Windows color (decimal): -8422167 or 15301759. OLE color: 15301759.
HSL color Cylindrical-coordinate representation of color #7F7CE9: hue angle of 241.65º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F7CE9 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 124 | 233 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.09 |
| HSL | 241.65º | 0.71% | 0.7% | - |
| HSV(B) | 241.65º | 0.47% | 0.91% | - |
| XYZ | 30.67 | 24.81 | 80.26 | - |
| YUV | 137.32 | 181.99 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 124 | 233 | 0.45 | 0.47 | 0 | 0.09 | 241.65 | 0.71 | 0.7 |
| Hex | 7F | 7C | E9 | 2D | 2F | 0 | 9 | F2 | 47 | 46 |
| Octal | 177 | 174 | 351 | 55 | 57 | 0 | 11 | 362 | 107 | 106 |
| Binary | 1111111 | 1111100 | 11101001 | 101101 | 101111 | 0 | 1001 | 11110010 | 1000111 | 1000110 |
Color Harmonies of #7F7CE9
Complementary color
Monochromatic Colors of #7F7CE9
Black with #7F7CE9
Text Example
Text Example
White with #7F7CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7CE9; }
p { color: rgb(127,124,233); }
H1.HeaderClassName
{
color: #7F7CE9;
}
.AnyTagClassName
{
color: #7F7CE9;
}
</style>
background-color css
<style>
a { background-color: #7F7CE9; }
a { background-color: rgb(127,124,233); }
div.DivClassName
{
background-color: #7F7CE9;
}
.BgClassName
{
background-color: #7F7CE9;
}
</style>
border-color css
<style>
span { border-color: #7F7CE9; }
span { border-color: rgb(127,124,233); }
td.TdClassName
{
border-color: #7F7CE9;
}
.TagClassName
{
border-color: #7F7CE9;
}
</style>