Shades of Medium Slate Blue #7F7EE5
Tints of Medium Slate Blue #7F7EE5
RGB
CMYK
RGB Variations
Color information
#7F7EE5 (or 0x7F7EE5) is known color: Medium Slate Blue. HEX triplet: 7F, 7E and E5. RGB value is (127,126,229). Sum of RGB (Red+Green+Blue) = 127+126+229=482 (63% of max value = 765). Red value is 127 (50% from 255 or 26.35% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 229 - color contains mainly: blue. Hex color #7F7EE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7EE5 is #80811A. Grayscale: #898989. Windows color (decimal): -8421659 or 15040127. OLE color: 15040127.
HSL color Cylindrical-coordinate representation of color #7F7EE5: hue angle of 240.58º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F7EE5 is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 127 | 126 | 229 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.10 |
| HSL | 240.58º | 0.66% | 0.7% | - |
| HSV(B) | 240.58º | 0.45% | 0.9% | - |
| XYZ | 30.36 | 25.09 | 77.37 | - |
| YUV | 138.04 | 179.33 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 126 | 229 | 0.45 | 0.45 | 0 | 0.10 | 240.58 | 0.66 | 0.7 |
| Hex | 7F | 7E | E5 | 2D | 2D | 0 | A | F1 | 42 | 46 |
| Octal | 177 | 176 | 345 | 55 | 55 | 0 | 12 | 361 | 102 | 106 |
| Binary | 1111111 | 1111110 | 11100101 | 101101 | 101101 | 0 | 1010 | 11110001 | 1000010 | 1000110 |
Color Harmonies of #7F7EE5
Complementary color
Monochromatic Colors of #7F7EE5
Black with #7F7EE5
Text Example
Text Example
White with #7F7EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7EE5; }
p { color: rgb(127,126,229); }
H1.HeaderClassName
{
color: #7F7EE5;
}
.AnyTagClassName
{
color: #7F7EE5;
}
</style>
background-color css
<style>
a { background-color: #7F7EE5; }
a { background-color: rgb(127,126,229); }
div.DivClassName
{
background-color: #7F7EE5;
}
.BgClassName
{
background-color: #7F7EE5;
}
</style>
border-color css
<style>
span { border-color: #7F7EE5; }
span { border-color: rgb(127,126,229); }
td.TdClassName
{
border-color: #7F7EE5;
}
.TagClassName
{
border-color: #7F7EE5;
}
</style>