Shades of Medium Slate Blue #7F73EC
Tints of Medium Slate Blue #7F73EC
RGB
CMYK
RGB Variations
Color information
#7F73EC (or 0x7F73EC) is known color: Medium Slate Blue. HEX triplet: 7F, 73 and EC. RGB value is (127,115,236). Sum of RGB (Red+Green+Blue) = 127+115+236=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #7F73EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F73EC is #808C13. Grayscale: #838383. Windows color (decimal): -8424468 or 15496063. OLE color: 15496063.
HSL color Cylindrical-coordinate representation of color #7F73EC: hue angle of 245.95º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7F73EC is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 115 | 236 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.07 |
| HSL | 245.95º | 0.76% | 0.69% | - |
| HSV(B) | 245.95º | 0.51% | 0.93% | - |
| XYZ | 30.02 | 22.83 | 82.18 | - |
| YUV | 132.38 | 186.48 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 115 | 236 | 0.46 | 0.51 | 0 | 0.07 | 245.95 | 0.76 | 0.69 |
| Hex | 7F | 73 | EC | 2E | 33 | 0 | 7 | F6 | 4C | 45 |
| Octal | 177 | 163 | 354 | 56 | 63 | 0 | 7 | 366 | 114 | 105 |
| Binary | 1111111 | 1110011 | 11101100 | 101110 | 110011 | 0 | 111 | 11110110 | 1001100 | 1000101 |
Color Harmonies of #7F73EC
Complementary color
Monochromatic Colors of #7F73EC
Black with #7F73EC
Text Example
Text Example
White with #7F73EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F73EC; }
p { color: rgb(127,115,236); }
H1.HeaderClassName
{
color: #7F73EC;
}
.AnyTagClassName
{
color: #7F73EC;
}
</style>
background-color css
<style>
a { background-color: #7F73EC; }
a { background-color: rgb(127,115,236); }
div.DivClassName
{
background-color: #7F73EC;
}
.BgClassName
{
background-color: #7F73EC;
}
</style>
border-color css
<style>
span { border-color: #7F73EC; }
span { border-color: rgb(127,115,236); }
td.TdClassName
{
border-color: #7F73EC;
}
.TagClassName
{
border-color: #7F73EC;
}
</style>