Shades of Medium Slate Blue #7F70E9
Tints of Medium Slate Blue #7F70E9
RGB
CMYK
RGB Variations
Color information
#7F70E9 (or 0x7F70E9) is known color: Medium Slate Blue. HEX triplet: 7F, 70 and E9. RGB value is (127,112,233). Sum of RGB (Red+Green+Blue) = 127+112+233=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 233 (91.41% from 255 or 49.36% from 472); Max value from RGB is 233 - color contains mainly: blue. Hex color #7F70E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F70E9 is #808F16. Grayscale: #818181. Windows color (decimal): -8425239 or 15298687. OLE color: 15298687.
HSL color Cylindrical-coordinate representation of color #7F70E9: hue angle of 247.44º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F70E9 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 112 | 233 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.09 |
| HSL | 247.44º | 0.73% | 0.68% | - |
| HSV(B) | 247.44º | 0.52% | 0.91% | - |
| XYZ | 29.25 | 21.98 | 79.79 | - |
| YUV | 130.28 | 185.97 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 112 | 233 | 0.45 | 0.52 | 0 | 0.09 | 247.44 | 0.73 | 0.68 |
| Hex | 7F | 70 | E9 | 2D | 34 | 0 | 9 | F7 | 49 | 44 |
| Octal | 177 | 160 | 351 | 55 | 64 | 0 | 11 | 367 | 111 | 104 |
| Binary | 1111111 | 1110000 | 11101001 | 101101 | 110100 | 0 | 1001 | 11110111 | 1001001 | 1000100 |
Color Harmonies of #7F70E9
Complementary color
Monochromatic Colors of #7F70E9
Black with #7F70E9
Text Example
Text Example
White with #7F70E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F70E9; }
p { color: rgb(127,112,233); }
H1.HeaderClassName
{
color: #7F70E9;
}
.AnyTagClassName
{
color: #7F70E9;
}
</style>
background-color css
<style>
a { background-color: #7F70E9; }
a { background-color: rgb(127,112,233); }
div.DivClassName
{
background-color: #7F70E9;
}
.BgClassName
{
background-color: #7F70E9;
}
</style>
border-color css
<style>
span { border-color: #7F70E9; }
span { border-color: rgb(127,112,233); }
td.TdClassName
{
border-color: #7F70E9;
}
.TagClassName
{
border-color: #7F70E9;
}
</style>